add slam nav interfaces files

This commit is contained in:
2025-10-09 10:28:08 +08:00
parent 5c976f4b9f
commit 16d4e3e435
4 changed files with 17 additions and 0 deletions

View File

@@ -25,9 +25,12 @@ set(action_files
action/HandControl.action
action/LegControl.action
action/VisionGraspObject.action
action/SlamMode.action
)
set(srv_files
srv/VisionObjectRecognition.srv
srv/MapLoad.srv
srv/MapSave.srv
)
# uncomment the following section in order to fill in

View File

@@ -0,0 +1,6 @@
bool enable_mapping
---
bool success
string message
---
string state

4
src/srv/MapLoad.srv Normal file
View File

@@ -0,0 +1,4 @@
string map_url
---
bool success
string message

4
src/srv/MapSave.srv Normal file
View File

@@ -0,0 +1,4 @@
string map_url
---
bool success
string message