Added SetWidth service
This commit is contained in:
@ -14,6 +14,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
|||||||
"action/MoveStraight.action"
|
"action/MoveStraight.action"
|
||||||
"action/MovePoint.action"
|
"action/MovePoint.action"
|
||||||
"action/LookAt.action"
|
"action/LookAt.action"
|
||||||
|
"srv/SetWidth.srv"
|
||||||
)
|
)
|
||||||
|
|
||||||
ament_package()
|
ament_package()
|
||||||
2
mg_msgs/srv/SetWidth.srv
Normal file
2
mg_msgs/srv/SetWidth.srv
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
float64 width
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user