mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 14:40:36 +08:00
Added offboard actuator controls flags to offboard control mode and vehicle control mode to disable controls in att_control apps
This commit is contained in:
committed by
Thomas Gubler
parent
5e199b3984
commit
e2de72b882
@@ -61,6 +61,7 @@ struct offboard_control_mode_s {
|
||||
bool ignore_position;
|
||||
bool ignore_velocity;
|
||||
bool ignore_acceleration_force;
|
||||
bool actuator_control_mode;
|
||||
|
||||
}; /**< offboard control inputs */
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user