rtabmap_ros¶
Contents:
Summary¶
-
rtabmap_ros
¶
Types¶
Service types¶
rtabmap_ros/GetMap
rtabmap_ros/SetGoal
rtabmap_ros/ResetPose
rtabmap_ros/SetLabel
rtabmap_ros/PublishMap
rtabmap_ros/ListLabels
-
rtabmap_ros/GetMap
¶ Field (Request): - global (bool) –
- optimized (bool) –
- graphOnly (bool) –
Field (Response): - data (rtabmap_ros/MapData) –
request
#request bool global bool optimized bool graphOnly --- #response MapData data
-
rtabmap_ros/SetGoal
¶ Field (Request): - node_id (int32) –
- node_label (string) –
- request
- Set either node_id or node_label
#request # Set either node_id or node_label int32 node_id string node_label --- #response
-
rtabmap_ros/ResetPose
¶ Field (Request): - x (float32) –
- y (float32) –
- z (float32) –
- roll (float32) –
- pitch (float32) –
- yaw (float32) –
request
#request float32 x float32 y float32 z float32 roll float32 pitch float32 yaw --- #response
-
rtabmap_ros/SetLabel
¶ Field (Request): - node_id (int32) –
- node_label (string) –
- request
- Set node_id = 0 to set label to last node
#request # Set node_id = 0 to set label to last node int32 node_id string node_label --- #response
-
rtabmap_ros/PublishMap
¶ Field (Request): - global (bool) –
- optimized (bool) –
- graphOnly (bool) –
request
#request bool global bool optimized bool graphOnly --- #response
-
rtabmap_ros/ListLabels
¶ Field (Response): - labels[] (string) –
#request --- #response string[] labels