File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ New as of September 2023: the simple navigator constructor will accept a `namesp
76
76
| spin(spin_dist=1.57, | Requests the robot to performs an in-place rotation by a given angle. |
77
77
| time_allowance=10) | |
78
78
+---------------------------------------+----------------------------------------------------------------------------+
79
+ | driveOnHeading(dist=0.15, | Requests the robot to drive on heading by a given distance. |
80
+ | speed=0.025, time_allowance=10) | |
81
+ +---------------------------------------+----------------------------------------------------------------------------+
79
82
| backup(backup_dist=0.15, | Requests the robot to back up by a given distance. |
80
83
| backup_speed=0.025, time_allowance=10)| |
81
84
+---------------------------------------+----------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments