add vehicle control service to drone services
This commit is contained in:
@@ -24,6 +24,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
|||||||
"srv/SetAttitude.srv"
|
"srv/SetAttitude.srv"
|
||||||
"srv/SetVelocity.srv"
|
"srv/SetVelocity.srv"
|
||||||
"srv/TakePicture.srv"
|
"srv/TakePicture.srv"
|
||||||
|
"srv/SetVehicleControl.srv"
|
||||||
)
|
)
|
||||||
|
|
||||||
if(BUILD_TESTING)
|
if(BUILD_TESTING)
|
||||||
|
|||||||
3
src/drone_services/srv/SetVehicleControl.srv
Normal file
3
src/drone_services/srv/SetVehicleControl.srv
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
int32 control # control bitmask
|
||||||
|
---
|
||||||
|
int8 status # status of operation
|
||||||
Reference in New Issue
Block a user