Merge branch 'navigator_rewrite' into navigator_rewrite_offboard2_merge

This commit is contained in:
Julian Oes
2014-06-27 14:41:38 +02:00
23 changed files with 838 additions and 555 deletions
@@ -72,6 +72,8 @@ struct vehicle_attitude_setpoint_s {
float thrust; /**< Thrust in Newton the power system should generate */
bool roll_reset_integral; /**< Reset roll integral part (navigation logic change) */
bool pitch_reset_integral; /**< Reset pitch integral part (navigation logic change) */
bool yaw_reset_integral; /**< Reset yaw integral part (navigation logic change) */
};