2016-02-12 07:30:13 -04:00
|
|
|
###############################################################################################
|
|
|
|
# The vehicle_rates_setpoint.msg needs to be in sync with the virtual setpoint messages
|
|
|
|
#
|
|
|
|
# Please keep the following messages identical;
|
|
|
|
# vehicle_rates_setpoint.msg
|
|
|
|
# mc_virtual_rates_setpoint.msg
|
|
|
|
# fw_virtual_rates_setpoint.msg
|
|
|
|
#
|
|
|
|
###############################################################################################
|
|
|
|
|
2014-12-08 07:23:27 -04:00
|
|
|
|
|
|
|
float32 roll # body angular rates in NED frame
|
|
|
|
float32 pitch # body angular rates in NED frame
|
2016-02-12 07:30:13 -04:00
|
|
|
float32 yaw # body angular rates in NED frame
|
2014-12-08 07:23:27 -04:00
|
|
|
float32 thrust # thrust normalized to 0..1
|