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:
Matt Beall
2015-02-24 16:43:49 -07:00
committed by Thomas Gubler
parent 5e199b3984
commit e2de72b882
7 changed files with 57 additions and 35 deletions
@@ -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 */
/**