mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 14:20:35 +08:00
Controllers should not access state machine anymore but access the vehicle_control_mode flags
This commit is contained in:
@@ -98,6 +98,9 @@ ORB_DEFINE(rc_channels, struct rc_channels_s);
|
||||
#include "topics/vehicle_command.h"
|
||||
ORB_DEFINE(vehicle_command, struct vehicle_command_s);
|
||||
|
||||
#include "topics/vehicle_control_mode.h"
|
||||
ORB_DEFINE(vehicle_control_mode, struct vehicle_control_mode_s);
|
||||
|
||||
#include "topics/vehicle_local_position_setpoint.h"
|
||||
ORB_DEFINE(vehicle_local_position_setpoint, struct vehicle_local_position_setpoint_s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user