You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs_outdoornav_user_manual/api/api_endpoints/autonomy_api.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ will be `a300_00001`. This can be overwritten in the [robot.yaml](../../../../do
74
74
| docking/dock_localizer/add_dock_current_pose|[clearpath_dock_msgs/srv/AddDockCurrentPose](pathname:///api/html/clearpath_dock_msgs/srv/AddDockCurrentPose.html)| Add a dock with the current pose |
75
75
| docking/dock_localizer/get_dock_poses|[clearpath_dock_msgs/srv/GetDockPoses](pathname:///api/html/clearpath_dock_msgs/srv/GetDockPoses.html)| Return the dock and predock poses of a specific dock |
76
76
| docking/dock_localizer/survey_dock|[clearpath_dock_msgs/srv/SurveyDock](pathname:///api/html/clearpath_dock_msgs/srv/SurveyDock.html)| Survey the docks position |
77
+
| execute_task |[clearpath_task_msgs/srv/ExecuteTask](pathname:///api/html/clearpath_task_msgs/srv/ExecuteTask.html)| Run a task as a service |
| localization/lat_lon_to_xy_array |[clearpath_localization_msgs/srv/ConvertLatLonToCartesianArray](pathname:///api/html/clearpath_localization_msgs/srv/ConvertLatLonToCartesianArray.html)| Convert a set of lat/lon coordinates to map XY coordinates |
79
80
| localization/set_datum |[clearpath_localization_msgs/srv/SetDatum](pathname:///api/html/clearpath_localization_msgs/srv/SetDatum.html)| Set the datum |
@@ -116,3 +117,4 @@ will be `a300_00001`. This can be overwritten in the [robot.yaml](../../../../do
116
117
| autonomy/local_dock |[clearpath_dock_msgs/action/Dock](pathname:///api/html/clearpath_dock_msgs/action/Dock.html)| Dock the platform (charge target must be visible by platform 2D lidar sensor) |
117
118
| autonomy/local_undock |[clearpath_dock_msgs/action/Undock](pathname:///api/html/clearpath_dock_msgs/action/Undock.html)| Undock the platform (charge target must be visible by the 2D lidar sensor) |
118
119
| autonomy/network_dock |[clearpath_dock_msgs/action/NetworkDock](pathname:///api/html/clearpath_dock_msgs/action/NetworkDock.html)| Send robot to charger (charger must be in the driveable space of the map) |
120
+
| execute_task_action |[clearpath_task_msgs/action/ExecuteTask](pathname:///api/html/clearpath_task_msgs/action/ExecuteTask.html)| Run a task as an action |
0 commit comments