add drone control mode message definition
This commit is contained in:
@@ -25,6 +25,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
|
||||
"srv/SetVelocity.srv"
|
||||
"srv/TakePicture.srv"
|
||||
"srv/SetVehicleControl.srv"
|
||||
"msg/DroneControlMode.msg"
|
||||
)
|
||||
|
||||
if(BUILD_TESTING)
|
||||
|
||||
1
src/drone_services/msg/DroneControlMode.msg
Normal file
1
src/drone_services/msg/DroneControlMode.msg
Normal file
@@ -0,0 +1 @@
|
||||
int32 mode
|
||||
Reference in New Issue
Block a user