-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS-1313: Update SLAM client API to add
do_command
and `get_latest…
…_map_info` for Python SDK (#2118)
- Loading branch information
1 parent
1570a42
commit c57ad40
Showing
2 changed files
with
82 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
Method Name | Description | ||
----------- | ----------- | ||
[`GetPosition`](/services/slam/#getposition) | Get the current position of the specified source component in the point cloud SLAM map. | ||
[`GetPointCloudMap`](/services/slam/#getpointcloudmap) | Get the point cloud SLAM map. | ||
[`GetInternalState`](/services/slam/#getinternalstate) | Get the internal state of the SLAM algorithm required to continue mapping/localization. | ||
[`GetLatestMapInfo`](/services/slam/#getlatestmapinfo) | Get the timestamp of the last update to the point cloud SLAM map. | ||
<!-- prettier-ignore --> | ||
| Method Name | Description | | ||
| ------------| ----------- | | ||
| [`GetPosition`](/services/slam/#getposition) | Get the current position of the specified source component in the point cloud SLAM map. | | ||
| [`GetPointCloudMap`](/services/slam/#getpointcloudmap) | Get the point cloud SLAM map. | | ||
| [`GetInternalState`](/services/slam/#getinternalstate) | Get the internal state of the SLAM algorithm required to continue mapping/localization. | | ||
| [`GetLatestMapInfo`](/services/slam/#getlatestmapinfo) | Get the timestamp of the last update to the point cloud SLAM map. | | ||
| [`DoCommand`](/services/slam/#docommand) | Send arbitrary commands to the resource. | |