Browse Source
Reduce robot/inflation radius for Stretch Navigation
pull/62/head
Binit Shah
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
stretch_navigation/config/common_costmap_params.yaml
|
|
@ -1,7 +1,7 @@ |
|
|
|
obstacle_range: 2.5 |
|
|
|
raytrace_range: 3.0 |
|
|
|
robot_radius: 0.5 |
|
|
|
inflation_radius: 0.55 |
|
|
|
robot_radius: 0.2 |
|
|
|
inflation_radius: 0.22 |
|
|
|
|
|
|
|
observation_sources: laser_scan_sensor |
|
|
|
|
|
|
|