Added the ability to set postion
This commit is contained in:
@ -20,6 +20,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
||||
"action/I2c.action"
|
||||
"srv/CalcPath.srv"
|
||||
"srv/SendDouble.srv"
|
||||
"srv/SendPose2d.srv"
|
||||
"srv/I2c.srv"
|
||||
)
|
||||
|
||||
|
||||
4
mg_msgs/srv/SendPose2d.srv
Normal file
4
mg_msgs/srv/SendPose2d.srv
Normal file
@ -0,0 +1,4 @@
|
||||
float64 x
|
||||
float64 y
|
||||
float64 theta
|
||||
---
|
||||
Reference in New Issue
Block a user