update
This commit is contained in:
@@ -76,8 +76,8 @@ global_costmap:
|
||||
lethal_cost_threshold: 100
|
||||
|
||||
obstacles:
|
||||
observation_sources: ffffff_scan_marking f_scan_clearing b_scan_marking b_scan_clearing
|
||||
ffffff_scan_marking:
|
||||
observation_sources: f_scan_marking f_scan_clearing b_scan_marking b_scan_clearing
|
||||
f_scan_marking:
|
||||
topic: /f_scan
|
||||
data_type: LaserScan
|
||||
clearing: false
|
||||
@@ -131,8 +131,8 @@ local_costmap:
|
||||
lethal_cost_threshold: 100
|
||||
|
||||
obstacles:
|
||||
observation_sources: ffffff_scan_marking f_scan_clearing b_scan_marking b_scan_clearing
|
||||
ffffff_scan_marking:
|
||||
observation_sources: f_scan_marking f_scan_clearing b_scan_marking b_scan_clearing
|
||||
f_scan_marking:
|
||||
topic: /f_scan
|
||||
data_type: LaserScan
|
||||
clearing: false
|
||||
|
||||
@@ -10,8 +10,8 @@ oscillation_distance: 0.4
|
||||
### recovery behaviors
|
||||
recovery_behavior_enabled: true
|
||||
recovery_behaviors: [
|
||||
{name: aggressive_reset, type: clear_costmap_recovery/ClearCostmapRecovery},
|
||||
{name: conservative_reset, type: clear_costmap_recovery/ClearCostmapRecovery},
|
||||
{name: aggressive_reset, type: ClearCostmapRecovery},
|
||||
{name: conservative_reset, type: ClearCostmapRecovery},
|
||||
]
|
||||
|
||||
conservative_reset:
|
||||
@@ -21,5 +21,8 @@ conservative_reset:
|
||||
aggressive_reset:
|
||||
reset_distance: 3.0
|
||||
|
||||
ClearCostmapRecovery:
|
||||
library_path: librobot_clear_costmap_recovery
|
||||
|
||||
MoveBase:
|
||||
library_path: libmove_base
|
||||
|
||||
Reference in New Issue
Block a user