-
Notifications
You must be signed in to change notification settings - Fork 14.6k
ActuatorMotors.msg - uORB docs #24818
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
Conversation
uint16 reversible_flags # bitset which motors are configured to be reversible | ||
uint16 reversible_flags # Bitset indicating which motors are configured to be reversible | ||
|
||
uint8 ACTUATOR_FUNCTION_MOTOR1 = 101 |
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.
What is this and where is it used?
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.
@MaEtUgR ^^^ This still looks weird. Needs explanation.
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.
But if not, let's still merge!
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.
Makes sense, I added some ideas.
@MaEtUgR I think ready for another look. The question in #24818 (comment) is still open. |
c497add
to
0f27959
Compare
Co-authored-by: Matthias Grob <maetugr@gmail.com>
Co-authored-by: Matthias Grob <maetugr@gmail.com>
Co-authored-by: PX4 Build Bot <bot@px4.io>
63e19a5
to
635c360
Compare
I am self merging. It matches our standard, and doesn't change anything else. So it is no worse than before, and a bit better. |
This fixes up the ActuatorMotors UORB topic to match the evolving doc standard (for similar, see #24662 , #24789).
Solution
Enum values after the field that uses them[<value>]
to mark units[@enum <value>]
to mark allowed values[@range <minValue>,<maxValue>]
to mark ranges - inclusive[@invalid <value>]
to mark the invalid/not-supplied valueChangelog Entry
For release notes:
Other comments
See inline notes