ComputePathToPose¶
Invokes the ComputePathToPose ROS 2 action server, which is implemented by the nav2_planner module.
The server address can be remapped using the server_name
input port.
Input Ports¶
start: |
|
||||
---|---|---|---|---|---|
goal: |
|
||||
planner_id: |
|
||||
server_name: |
|
||||
server_timeout: |
|
Output Ports¶
path: |
|
---|
Example¶
<ComputePathToPose goal="{goal}" path="{path}" planner_id="GridBased" server_name="ComputePathToPose" server_timeout="10"/>