Skip to content

Commit

Permalink
mc_pos_control: pass on parameter metadata
Browse files Browse the repository at this point in the history
- separated in multiple files since original file was almost 1k lines
- Adapted descriptions to be more clear
- Adjusted some limits and decimals
  • Loading branch information
MaEtUgR committed Jun 16, 2023
1 parent fc35792 commit 5717b14
Show file tree
Hide file tree
Showing 12 changed files with 1,202 additions and 898 deletions.
1 change: 1 addition & 0 deletions src/modules/flight_mode_manager/FlightModeManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ void FlightModeManager::start_flight_task()
break;

case 3:
case 4:
default:
error = switchTask(FlightTaskIndex::ManualAltitudeSmoothVel);
break;
Expand Down
Loading

0 comments on commit 5717b14

Please sign in to comment.