add BtRebuild.srv

This commit is contained in:
2025-10-27 14:19:19 +08:00
parent ed39bd9583
commit 1578ced272
2 changed files with 7 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ set(srv_files
srv/VisionObjectRecognition.srv
srv/MapLoad.srv
srv/MapSave.srv
srv/BtRebuild.srv
)
include_directories(include)

6
src/srv/BtRebuild.srv Normal file
View File

@@ -0,0 +1,6 @@
string type #rebuild type: "Trigger", "Local", "Remote"
string config
string param
---
bool success
string message