Added move coords behavior

This commit is contained in:
2026-03-05 00:17:49 +01:00
parent f5e08389e2
commit e496e193d1
9 changed files with 317 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ find_package(rosidl_default_generators REQUIRED)
rosidl_generate_interfaces(${PROJECT_NAME}
"srv/SendDouble.srv"
"action/SimpleMoveCoords.action"
"action/SimpleRotate.action"
"action/SimpleTranslateX.action"
)

View File

@@ -0,0 +1,15 @@
uint8 IGNORE_OBSTACLES=1
float64 x
float64 y
float64 theta
uint8 backwards 0
uint8 mode 0
---
uint16 NONE=0
uint16 TF_ERROR=1
builtin_interfaces/Duration total_elapsed_time
uint16 error_code
string error_msg
---