Skip to content

Commit 1d59a89

Browse files
adding waypoint follower failure test, voxel layer integration tests, etc (ros-navigation#1916)
* adding waypoint follower failure test * adding voxel, more logging * reset -> clear
1 parent 346d74b commit 1d59a89

File tree

1 file changed

+6
-32
lines changed

1 file changed

+6
-32
lines changed

nav2_bringup/bringup/params/nav2_params.yaml

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -164,20 +164,10 @@ local_costmap:
164164
height: 3
165165
resolution: 0.05
166166
robot_radius: 0.22
167-
plugins: ["obstacle_layer", "voxel_layer", "inflation_layer"]
167+
plugins: ["voxel_layer", "inflation_layer"]
168168
inflation_layer:
169169
plugin: "nav2_costmap_2d::InflationLayer"
170170
cost_scaling_factor: 3.0
171-
obstacle_layer:
172-
plugin: "nav2_costmap_2d::ObstacleLayer"
173-
enabled: True
174-
observation_sources: scan
175-
scan:
176-
topic: /scan
177-
max_obstacle_height: 2.0
178-
clearing: True
179-
marking: True
180-
data_type: "LaserScan"
181171
voxel_layer:
182172
plugin: "nav2_costmap_2d::VoxelLayer"
183173
enabled: True
@@ -187,13 +177,13 @@ local_costmap:
187177
z_voxels: 16
188178
max_obstacle_height: 2.0
189179
mark_threshold: 0
190-
observation_sources: pointcloud
191-
pointcloud:
192-
topic: /intel_realsense_r200_depth/points
180+
observation_sources: scan
181+
scan:
182+
topic: /scan
193183
max_obstacle_height: 2.0
194184
clearing: True
195185
marking: True
196-
data_type: "PointCloud2"
186+
data_type: "LaserScan"
197187
static_layer:
198188
map_subscribe_transient_local: True
199189
always_send_full_costmap: True
@@ -214,7 +204,7 @@ global_costmap:
214204
use_sim_time: True
215205
robot_radius: 0.22
216206
resolution: 0.05
217-
plugins: ["static_layer", "obstacle_layer", "voxel_layer", "inflation_layer"]
207+
plugins: ["static_layer", "obstacle_layer", "inflation_layer"]
218208
obstacle_layer:
219209
plugin: "nav2_costmap_2d::ObstacleLayer"
220210
enabled: True
@@ -225,22 +215,6 @@ global_costmap:
225215
clearing: True
226216
marking: True
227217
data_type: "LaserScan"
228-
voxel_layer:
229-
plugin: "nav2_costmap_2d::VoxelLayer"
230-
enabled: True
231-
publish_voxel_map: True
232-
origin_z: 0.0
233-
z_resolution: 0.05
234-
z_voxels: 16
235-
max_obstacle_height: 2.0
236-
mark_threshold: 0
237-
observation_sources: pointcloud
238-
pointcloud:
239-
topic: /intel_realsense_r200_depth/points
240-
max_obstacle_height: 2.0
241-
clearing: True
242-
marking: True
243-
data_type: "PointCloud2"
244218
static_layer:
245219
plugin: "nav2_costmap_2d::StaticLayer"
246220
map_subscribe_transient_local: True

0 commit comments

Comments
 (0)