From 99d89577cd4c7e663583773eccf0883c1df773c4 Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Mon, 8 Dec 2014 12:23:27 +0100 Subject: vehicle rates sp as msg --- msg/px4_msgs/vehicle_rates_setpoint.msg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 msg/px4_msgs/vehicle_rates_setpoint.msg (limited to 'msg') diff --git a/msg/px4_msgs/vehicle_rates_setpoint.msg b/msg/px4_msgs/vehicle_rates_setpoint.msg new file mode 100644 index 000000000..834113c79 --- /dev/null +++ b/msg/px4_msgs/vehicle_rates_setpoint.msg @@ -0,0 +1,6 @@ +uint64 timestamp # in microseconds since system start + +float32 roll # body angular rates in NED frame +float32 pitch # body angular rates in NED frame +float32 yaw # body angular rates in NED frame +float32 thrust # thrust normalized to 0..1 -- cgit v1.2.3