-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Fix cellular_status message definition #24662
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
Looks so much better - see comments inline. As an aside, I did see one case elsewhere that had multi-line comments. So something like
|
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.
OK, updated as discussed offline. I think it works. Open question here: https://github.com/PX4/PX4-Autopilot/pull/24662/files#r2069771839
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
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.
Nice, your changes make sense to me 👍 Can't approve since it's my own pr but I would if I could.
Co-authored-by: Matthias Grob <maetugr@gmail.com>
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.
I can approve it :-)
Thanks @MaEtUgR !!! |
Solved Problem
When discussing about message documentation in https://discordapp.com/channels/1022170275984457759/1354222673953030376/1354222677577044171 I found that there are plenty of bad examples so I picked one that's even somewhat debatable why we keep it in PX4 to just check how I'd improve the description without even knowing the exact was the message is used. This is just an example.
Solution
type
here actually have the options properly definedFLAG_FAILED=1 # velocity setpoint
wtf?Changelog Entry
Test coverage
This compiles and should not change the usage within PX4, also it's not a versioned message and I didn't change any field name.