mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
tiltrotor: reduce BACKTRANS_THROTTLE_UPRAMP_DUR_S to 0.5s
This reduces the motor ramp up time after a transitions is declared over. Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
c26b699f8a
commit
05489f9ecf
@ -47,7 +47,7 @@ using namespace time_literals;
|
||||
|
||||
#define FRONTTRANS_THR_MIN 0.25f
|
||||
#define BACKTRANS_THROTTLE_DOWNRAMP_DUR_S 0.5f;
|
||||
#define BACKTRANS_THROTTLE_UPRAMP_DUR_S 1.0f;
|
||||
#define BACKTRANS_THROTTLE_UPRAMP_DUR_S 0.5f;
|
||||
#define BACKTRANS_MOTORS_UPTILT_DUR_S 1.0f;
|
||||
|
||||
Tiltrotor::Tiltrotor(VtolAttitudeControl *attc) :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user