โพD.6 NavFn Planner
Navfn Planner แแแบ Dijkstra or A* แแญแฏ แกแแฏแถแธแแผแฏแแฒแท path planning algorithm แแ แบแแฏแแฒแแผแ แบแแผแฎแธ default planner แแแบแธแแผแ แบแแซแแแบแ
<name>.tolerance
Tolerance in meters between requested goal pose and end of path.
double
0.5
<name>.use_astar
A*แกแแฏแถแธแแผแฏแแแบแ False แแญแฏแแแบ Dijkstra's expansionแแญแฏแแฏแถแธแแแบ
bool
FALSE
<name>.allow_unknown
unknown spaceแแฝแฑแแพแฌ planning แแฏแแบแแญแฏแทแแฝแแทแบแแผแฏแแแบแ
bool
TRUE
<name>.use_final_ approach_orientation
If true, the last pose of the path generated by the planner will have its orientation set to the approach orientation, i.e. the orientation of the vector connecting the last two points of the path
bool
FALSE
แแแฐแแฌ
planner_server:
ros__parameters:
planner_plugins: ['GridBased']
GridBased:
plugin: 'nav2_navfn_planner/NavfnPlanner'
use_astar: True
allow_unknown: True
tolerance: 1.0
Last updated