Added simple translation behavior

This commit is contained in:
2026-03-04 19:28:49 +01:00
parent aaaf8cf495
commit cfba1f948d
7 changed files with 169 additions and 1 deletions

View File

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