FlightTaskAutoMapper2: remove speed_at_target

This commit is contained in:
Dennis Mannhart
2018-11-29 11:05:57 +01:00
committed by Daniel Agar
parent b3cde5ac44
commit be4900f61d

View File

@@ -110,7 +110,6 @@ void FlightTaskAutoMapper2::_reset()
// Set setpoints equal current state.
_velocity_setpoint = _velocity;
_position_setpoint = _position;
_speed_at_target = 0.0f;
}
void FlightTaskAutoMapper2::_prepareIdleSetpoints()