Skip to content
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

param_help.py: pretty-print Bitmask in eg. 'param help GUID_OPTIONS' output #1456

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

peterbarker
Copy link
Contributor

After:

param help GUID_OPTIONS
STABILIZE> GUID_OPTIONS: Guided mode options

Options that can be applied to change guided mode behaviour



Bitmask: 
	  0 : Allow Arming from Transmitter
	  2 : Ignore pilot yaw
	  3 : SetAttitudeTarget interprets Thrust As Thrust
	  4 : Do not stabilize PositionXY
	  5 : Do not stabilize VelocityXY
	  6 : Waypoint navigation used for position targets
	  7 : Allow weathervaning

Before:

STABILIZE> param help GUID_OPTIONS
STABILIZE> GUID_OPTIONS: Guided mode options

Options that can be applied to change guided mode behaviour


Bitmask : 0:Allow Arming from Transmitter,2:Ignore pilot yaw,3:SetAttitudeTarget interprets Thrust As Thrust,4:Do not stabilize PositionXY,5:Do not stabilize VelocityXY,6:Waypoint navigation used for position targets,7:Allow weathervaning

@peterbarker peterbarker merged commit 79a914a into ArduPilot:master Sep 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant