DriveOnHeading¶
Invokes the DriveOnHeading ROS 2 action server, which causes the robot to drive on the current heading by a specific displacement. It performs an linear translation by a given distance. The nav2_behaviors_ module implements the DriveOnHeading action server.
Input Ports¶
dist_to_travel: |
|
||||
---|---|---|---|---|---|
speed: |
|
||||
time_allowance: |
|
||||
server_name: |
|
||||
server_timeout: |
|
Example¶
<DriveOnHeading dist_to_travel="0.2" speed="0.05" server_name="backup_server" server_timeout="10"/>