Skip to content
Snippets Groups Projects
Commit c0a39616 authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Added the GyroMeasurements message to the CMakeList

parent 5bcd4963
No related branches found
No related tags found
No related merge requests found
...@@ -249,16 +249,20 @@ endif() ...@@ -249,16 +249,20 @@ endif()
add_message_files( add_message_files(
FILES FILES
UnlabeledMarker.msg AreaBounds.msg
FlyingVehicleState.msg
ViconData.msg
ControlCommand.msg ControlCommand.msg
CrazyflieContext.msg CrazyflieContext.msg
AreaBounds.msg CrazyflieDB.msg
CrazyflieEntry.msg
CustomButton.msg
DebugMsg.msg
FlyingVehicleState.msg
GyroMeasurements.msg
Setpoint.msg Setpoint.msg
SetpointV2.msg SetpointV2.msg
CrazyflieEntry.msg UnlabeledMarker.msg
CrazyflieDB.msg ViconData.msg
ViconSubscribeObjectName.msg
#------------------------ #------------------------
IntWithHeader.msg IntWithHeader.msg
FloatWithHeader.msg FloatWithHeader.msg
...@@ -266,9 +270,6 @@ add_message_files( ...@@ -266,9 +270,6 @@ add_message_files(
SetpointWithHeader.msg SetpointWithHeader.msg
CustomButtonWithHeader.msg CustomButtonWithHeader.msg
#------------------------ #------------------------
DebugMsg.msg
CustomButton.msg
ViconSubscribeObjectName.msg
) )
## Generate services in the 'srv' folder ## Generate services in the 'srv' folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment