rosflight / mavlink

MAVLink micro air vehicle marshalling / communication library
http://qgroundcontrol.org/mavlink/start
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Status msg #11

Closed len0rd closed 7 years ago

len0rd commented 7 years ago

Modified the rosflight_status message to now include the armed/failsafe/rc_override booleans expected by rosflight. Removed the ROSFLIGHT_FC_STATUS enum and its corresponding field in the msg since these were redundant with the above booleans. Kept the error code and control_mode enums.