Browse Source

Merge pull request #12 from PickNikRobotics/fix_nav_config_typo

Fix Nav Config Typo
pull/16/head
hello-binit 3 years ago
committed by GitHub
parent
commit
154e71451e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_navigation/config/common_costmap_params.yaml

+ 1
- 1
stretch_navigation/config/common_costmap_params.yaml View File

@ -3,6 +3,6 @@ raytrace_range: 3.0
robot_radius: 0.5
inflation_radius: 0.55
observational_sources: laser_scan_sensor
observation_sources: laser_scan_sensor
laser_scan_sensor: {sensor_frame: laser, data_type: LaserScan, topic: scan, marking: true, clearing: true}

Loading…
Cancel
Save