Skip to content

Commit

Permalink
forgot this line
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoudSmeur committed Sep 27, 2016
1 parent 238a150 commit 987a8ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ float vertical_gain = OUTBACK_FORWARD_VERTICAL_GAIN;
float vertical_dgain = OUTBACK_FORWARD_VERTICAL_DGAIN;
float vertical_pitch_of_roll = OUTBACK_FORWARD_PITCH_OF_ROLL;
int32_t nominal_forward_thrust = NOMINAL_FORWARD_THRUST;
float throttle_from_pitch_up = 0.0;
float throttle_from_pitch_up = THROTTLE_FROM_PITCH_UP;

// Private variables
struct Int32Eulers guidance_hybrid_ypr_sp;
Expand Down

0 comments on commit 987a8ad

Please sign in to comment.