mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 04:30:35 +08:00
FlightTaskAuto: clean up parameter description and internal variable naming
This commit is contained in:
committed by
Silvan Fuhrer
parent
2ba5a455ed
commit
5f34474ecb
@@ -235,7 +235,7 @@ void FlightTaskAuto::_prepareLandSetpoints()
|
||||
bool range_dist_available = PX4_ISFINITE(_dist_to_bottom);
|
||||
|
||||
if (range_dist_available && _dist_to_bottom <= _param_mpc_land_alt3.get()) {
|
||||
vertical_speed = _param_mpc_land_crawl_speed.get();
|
||||
vertical_speed = _param_mpc_land_crwl.get();
|
||||
}
|
||||
|
||||
if (_type_previous != WaypointType::land) {
|
||||
|
||||
Reference in New Issue
Block a user