Added SetWidth service

This commit is contained in:
2025-02-26 02:07:07 +01:00
parent fbab22835b
commit f973dfc9d8
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"action/MoveStraight.action"
"action/MovePoint.action"
"action/LookAt.action"
"srv/SetWidth.srv"
)
ament_package()

2
mg_msgs/srv/SetWidth.srv Normal file
View File

@ -0,0 +1,2 @@
float64 width
---