feat(slam): add rtabmap_ros

This commit is contained in:
X-lanni
2025-07-14 11:34:38 +08:00
parent 3b6641c1fb
commit 943ce5b06f
1635 changed files with 603092 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Get a plan from the current position to the goal node or pose
# The final node of the goal (set 0 to use pose instead)
int32 goal_node
# The final pose of the goal position (used only if goalNodeId=0)
geometry_msgs/PoseStamped goal
# How many meters from the map's graph we can plan (0=infinite)
float32 tolerance
---
Path plan