-
Notifications
You must be signed in to change notification settings - Fork 14.8k
docs: Mode Requirements detailed docs #26084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
/en/flight_modes/mode_requirements.md
|
|
|
||
| ::: | ||
|
|
||
| <!--@include: ../flight_modes_fw/mode_requirements_fixed_wing_offboard.md--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI this is an inclusion - so I import another doc at this point containing just the requirements.
| - The mission will start once the vehicle is armed. | ||
| - This mode is automatic - no user intervention is _required_ to control the vehicle. | ||
| - RC control switches can be used to change flight modes on any vehicle. | ||
| - RC control switches can be used to switch out of mission mode on any vehicle. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just switches or also sticks?
| invalid_modes = ['mode_requirements_fixed_wing_position_slow.md', | ||
| 'mode_requirements_fixed_wing_auto_vtol_takeoff.md', | ||
| 'mode_requirements_fixed_wing_altitude_cruise.md', | ||
| 'mode_requirements_fixed_wing_termination.md', | ||
|
|
||
| 'mode_requirements_rotary_wing_auto_precland.md', | ||
| 'mode_requirements_rotary_wing_auto_vtol_takeoff.md', | ||
| 'mode_requirements_rotary_wing_descend.md', | ||
| 'mode_requirements_rotary_wing_manual.md', | ||
| 'mode_requirements_rotary_wing_termination.md' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These don't seem to map to "real modes" that we have documented. Though perhaps precland is, and we should add that requirement.
This adds detailed docs on the mode requirements.
The docs are generated by
docs/scripts/get_mode_requirements.pyfrom the requirements code and docs. This is mostly to allow easy update if we get new requirements.This is still wip.