Skip to content

Commit

Permalink
Set feedforward heightrate setpoint in offboard mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim committed Feb 24, 2023
1 parent 7e49147 commit 0bdd780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/fw_pos_control_l1/FixedwingPositionControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bdd780

Please sign in to comment.