Skip to content

Commit 9ba4a0e

Browse files
authored
Add DriveOnHeading documentation (ros-navigation#501)
1 parent dbf8c95 commit 9ba4a0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

commander_api/index.rst

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ New as of September 2023: the simple navigator constructor will accept a `namesp
7676
| spin(spin_dist=1.57, | Requests the robot to performs an in-place rotation by a given angle. |
7777
| time_allowance=10) | |
7878
+---------------------------------------+----------------------------------------------------------------------------+
79+
| driveOnHeading(dist=0.15, | Requests the robot to drive on heading by a given distance. |
80+
| speed=0.025, time_allowance=10) | |
81+
+---------------------------------------+----------------------------------------------------------------------------+
7982
| backup(backup_dist=0.15, | Requests the robot to back up by a given distance. |
8083
| backup_speed=0.025, time_allowance=10)| |
8184
+---------------------------------------+----------------------------------------------------------------------------+

0 commit comments

Comments
 (0)