mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
mc_pos_control: fix comment typo "hight"
This commit is contained in:
committed by
Lorenz Meier
parent
b511ccd9fe
commit
60c760280e
@@ -1733,7 +1733,7 @@ MulticopterPositionControl::calculate_velocity_setpoint(float dt)
|
||||
}
|
||||
|
||||
/* limit vertical downwards speed (positive z) close to ground
|
||||
* for now we use the altitude above home and assume that we want to land at same hight as we took off */
|
||||
* for now we use the altitude above home and assume that we want to land at same height as we took off */
|
||||
float vel_limit = math::gradual(altitude_above_home,
|
||||
_params.slow_land_alt2, _params.slow_land_alt1,
|
||||
_params.land_speed, _params.vel_max_down);
|
||||
|
||||
Reference in New Issue
Block a user