Skip to content

Commit

Permalink
[guidance] allow to configure rate limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Oct 5, 2012
1 parent 2f75869 commit 3bf6c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/airborne/firmwares/fixedwing/guidance/guidance_v_n.c
Expand Up @@ -88,7 +88,9 @@ pprz_t v_ctl_throttle_slewed;
float v_ctl_pitch_setpoint;

// Set higher than 2*V_CTL_ALTITUDE_MAX_CLIMB to disable
#ifndef V_CTL_AUTO_CLIMB_LIMIT
#define V_CTL_AUTO_CLIMB_LIMIT (0.5/4.0) // m/s/s
#endif

uint8_t v_ctl_speed_mode;

Expand Down

0 comments on commit 3bf6c95

Please sign in to comment.