mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
add missing msg and includes
This commit is contained in:
@@ -58,6 +58,7 @@ add_message_files(
|
||||
actuator_controls_0.msg
|
||||
actuator_controls_virtual_mc.msg
|
||||
vehicle_rates_setpoint.msg
|
||||
mc_virtual_rates_setpoint.msg
|
||||
vehicle_attitude.msg
|
||||
vehicle_control_mode.msg
|
||||
actuator_armed.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
|
||||
@@ -54,7 +54,9 @@
|
||||
#include <px4/manual_control_setpoint.h>
|
||||
#include <px4/actuator_controls.h>
|
||||
#include <px4/actuator_controls_0.h>
|
||||
#include <px4/actuator_controls_virtual_mc.h>
|
||||
#include <px4/vehicle_rates_setpoint.h>
|
||||
#include <px4/mc_virtual_rates_setpoint.h>
|
||||
#include <px4/vehicle_attitude.h>
|
||||
#include <px4/vehicle_control_mode.h>
|
||||
#include <px4/actuator_armed.h>
|
||||
|
||||
Reference in New Issue
Block a user