Skip to content

Commit

Permalink
reverted elevation mapping configuration
Browse files Browse the repository at this point in the history
Former-commit-id: b9c03a8
  • Loading branch information
JonasFrey96 committed Apr 29, 2023
1 parent 8231da7 commit 0e4d5a9
Show file tree
Hide file tree
Showing 11 changed files with 18,435 additions and 56 deletions.
Binary file added assets/graph/seg.pt
Binary file not shown.
1 change: 0 additions & 1 deletion assets/graph/seg.pt.REMOVED.git-id

This file was deleted.

Binary file added assets/images/forest_clean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/images/forest_clean.png.REMOVED.git-id

This file was deleted.

Binary file added assets/images/forest_grass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/images/forest_grass.png.REMOVED.git-id

This file was deleted.

18,401 changes: 18,401 additions & 0 deletions assets/twist_measurements/current_robot_twist_short.csv

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### Basic parameters ########
resolution: 0.1 # resolution in m.
map_length: 25 # map's size in m.
resolution: 0.04 # resolution in m.
map_length: 8 # map's size in m.
sensor_noise_factor: 0.05 # point's noise is sensor_noise_factor*z^2 (z is distance from sensor).
mahalanobis_thresh: 2.0 # points outside this distance is outlier.
outlier_variance: 0.01 # if point is outlier, add this value to the cell.
Expand All @@ -19,7 +19,7 @@ orientation_noise_thresh: 0.01 # if the orientation change is b
position_lowpass_alpha: 0.2 # lowpass filter alpha used for detecting movements.
orientation_lowpass_alpha: 0.2 # lowpass filter alpha used for detecting movements.
min_valid_distance: 0.5 # points with shorter distance will be filtered out.
max_height_range: 2.0 # points higher than this value from sensor will be filtered out to disable ceiling.
max_height_range: 1.0 # points higher than this value from sensor will be filtered out to disable ceiling.
ramped_height_range_a: 0.3 # if z > max(d - ramped_height_range_b, 0) * ramped_height_range_a + ramped_height_range_c, reject.
ramped_height_range_b: 1.0 # if z > max(d - ramped_height_range_b, 0) * ramped_height_range_a + ramped_height_range_c, reject.
ramped_height_range_c: 0.2 # if z > max(d - ramped_height_range_b, 0) * ramped_height_range_a + ramped_height_range_c, reject.
Expand All @@ -40,9 +40,9 @@ max_unsafe_n: 10 # if the number of cells under s
overlap_clear_range_xy: 4.0 # xy range [m] for clearing overlapped area. this defines the valid area for overlap clearance. (used for multi floor setting)
overlap_clear_range_z: 2.0 # z range [m] for clearing overlapped area. cells outside this range will be cleared. (used for multi floor setting)

map_frame: 'map' # The map frame where the odometry source uses.
map_frame: 'odom' # The map frame where the odometry source uses.
base_frame: 'base' # The robot's base frame. This frame will be a center of the map.
corrected_map_frame: 'map_new_corrected'
corrected_map_frame: 'odom_corrected'

#### Feature toggles ########
enable_edge_sharpen: true
Expand Down Expand Up @@ -75,7 +75,7 @@ publishers:
fps: 5.0

semantic_map_raw:
layers: ['elevation', 'traversability', 'visual_traversability', 'elevation_with_semantic', 'visual_traversability_filtered', 'rgb_image']
layers: ['elevation', 'traversability', 'visual_traversability', 'elevation_with_semantic']
basic_layers: ['elevation', 'traversability']
fps: 5.0
# elevation_map_recordable:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smooth_filter:
# Apply inpainting using opencv
inpainting:
enable: True
fill_nan: True
fill_nan: False
is_height_layer: True
layer_name: "inpaint"
extra_params:
Expand All @@ -35,26 +35,4 @@ elevation_semantic:
is_height_layer: True
layer_name: "elevation_with_semantic"
extra_params:
method: "telea" # telea or ns
# Apply smoothing for inpainted layer

# Apply inpainting using opencv
visual_traversability_filtered:
enable: True
fill_nan: False
is_height_layer: False
layer_name: "visual_traversability_filtered"
extra_params:
method: "telea" # telea or ns
# Apply smoothing for inpainted layer


# Apply smoothing.
# smooth_filter_visual_traversability:
# name: smooth_filter
# enable: True
# fill_nan: False
# is_height_layer: False
# layer_name: "visual_traversability_smooth"
# extra_params:
# input_layer_name: "visual_traversability"
method: "telea"
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,7 @@ subscribers:
# channels: ["visual_confidence"]
# data_type: image

# Depth cameras
front_bpearl:
channels: []
fusion: []
topic_name: /robot_self_filter/bpearl_front/point_cloud
data_type: pointcloud

rear_bpearl:
channels: []
fusion: []
topic_name: /robot_self_filter/bpearl_rear/point_cloud
data_type: pointcloud

front_depth:
channels: []
fusion: []
Expand All @@ -117,21 +105,37 @@ subscribers:
topic_name: /depth_camera_right/point_cloud_self_filtered
data_type: pointcloud

velodyne:

# velodyne:
# channels: []
# fusion: []
# topic_name: /point_cloud_filter/lidar/point_cloud_filtered
# data_type: pointcloud


# Cerberus
front_bpearl:
channels: []
fusion: []
topic_name: /point_cloud_filter/lidar/point_cloud_filtered
topic_name: /robot_self_filter/bpearl_front/point_cloud
data_type: pointcloud

# Cameras for D
front_depth_d:
rear_bpearl:
channels: []
fusion: []
topic_name: /depth_camera_front_upper/point_cloud_self_filtered
topic_name: /robot_self_filter/bpearl_rear/point_cloud
data_type: pointcloud


rear_depth_d:
channels: []
fusion: []
topic_name: /depth_camera_rear_upper/point_cloud_self_filtered
data_type: pointcloud
# Cameras for D
# front_depth_d:
# channels: []
# fusion: []
# topic_name: /depth_camera_front_upper/point_cloud_self_filtered
# data_type: pointcloud

# rear_depth_d:
# channels: []
# fusion: []
# topic_name: /depth_camera_rear_upper/point_cloud_self_filtered
# data_type: pointcloud

0 comments on commit 0e4d5a9

Please sign in to comment.