mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 08:10:19 +08:00
15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
#request
|
|
|
|
# Set either node_id or node_label
|
|
int32 node_id
|
|
string node_label
|
|
|
|
# optional: if not set, the base frame of the robot is used
|
|
string frame_id
|
|
|
|
---
|
|
|
|
#response
|
|
int32[] path_ids
|
|
geometry_msgs/Pose[] path_poses
|
|
float32 planning_time |