Copter: correct misleading comment in mode_throw
This commit is contained in:
parent
5a5be9175d
commit
8d658e1dbc
@ -258,7 +258,7 @@ bool Copter::ModeThrow::throw_attitude_good()
|
||||
|
||||
bool Copter::ModeThrow::throw_height_good()
|
||||
{
|
||||
// Check that we are no more than 0.5m below the demanded height
|
||||
// Check that we are within 0.5m of the demanded height
|
||||
return (pos_control->get_alt_error() < 50.0f);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user