mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Set feedforward heightrate setpoint in offboard mode
This commit is contained in:
parent
7e49147bcf
commit
0bdd780bdd
@ -1194,7 +1194,9 @@ FixedwingPositionControl::control_auto_position(const float control_interval, co
|
||||
tecs_fw_thr_max,
|
||||
false,
|
||||
radians(_param_fw_p_lim_min.get()),
|
||||
_param_sinkrate_target.get());
|
||||
_param_sinkrate_target.get(),
|
||||
false,
|
||||
pos_sp_curr.vz);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user