Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bresch committed Aug 15, 2019
1 parent bf25c46 commit dab66e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/commander/state_machine_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ bool set_nav_state(vehicle_status_s *status, actuator_armed_s *armed, commander_
internal_state->main_state = commander_state_s::MAIN_STATE_POSCTL;

} else if (is_armed && check_invalid_pos_nav_state(status, old_failsafe, mavlink_log_pub, status_flags, false, true)) {
// failsafe: necessary position estimate lost; witching is done in check_invalid_pos_nav_state
// failsafe: necessary position estimate lost; switching is done in check_invalid_pos_nav_state

// Orbit can only be started via vehicle_command (mavlink). Consequently, recovery from failsafe into orbit
// is not possible and therefore the internal_state needs to be adjusted.
Expand Down

0 comments on commit dab66e9

Please sign in to comment.