mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
FlightTaskManaulAltitude: fix activation
This commit is contained in:
committed by
Beat Küng
parent
0ec312ef3d
commit
1ddcc7a3ee
@@ -50,7 +50,7 @@ FlightTaskManualAltitudeSmooth::FlightTaskManualAltitudeSmooth(control::SuperBlo
|
||||
bool FlightTaskManualAltitudeSmooth::activate()
|
||||
{
|
||||
_vel_sp_prev_z = _velocity(2);
|
||||
return FlightTaskManualStabilized::activate();
|
||||
return FlightTaskManualAltitude::activate();
|
||||
}
|
||||
|
||||
void FlightTaskManualAltitudeSmooth::_updateSetpoints()
|
||||
|
||||
Reference in New Issue
Block a user