mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
switched to smac_hybrid planner
This commit is contained in:
parent
5e02ed5a93
commit
5e7c529558
@ -298,9 +298,10 @@ planner_server:
|
|||||||
use_sim_time: True
|
use_sim_time: True
|
||||||
planner_plugins: ["GridBased"]
|
planner_plugins: ["GridBased"]
|
||||||
GridBased:
|
GridBased:
|
||||||
plugin: "nav2_navfn_planner/NavfnPlanner"
|
#plugin: "nav2_navfn_planner/NavfnPlanner"
|
||||||
|
plugin: "nav2_smac_planner/SmacPlannerHybrid"
|
||||||
tolerance: 0.5
|
tolerance: 0.5
|
||||||
use_astar: false
|
#use_astar: false
|
||||||
allow_unknown: true
|
allow_unknown: true
|
||||||
|
|
||||||
smoother_server:
|
smoother_server:
|
||||||
|
Loading…
Reference in New Issue
Block a user