Skip to content
Snippets Groups Projects
Commit be4900f6 authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Daniel Agar
Browse files

FlightTaskAutoMapper2: remove speed_at_target

parent b3cde5ac
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment