-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add MAVLink inspection tool #1483
Add MAVLink inspection tool #1483
Conversation
5d76384
to
0994070
Compare
44de82b
to
431cf51
Compare
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! Very handy tool to have on Cockpit!
Some things to adjust on the UI:
1- If we're not configuring MavLink into it, but monitoring, this could be called 'Mavlink inspector' and the title for the Expansible Panel could be called 'Messages monitor' for example (unless we are planning to implement configurations on this section. On this case the title is nice).
2 and 4- The top and bottom line for the expansible panel can be disabled using the appropriate props.
3- This right element (message values) can be hidden while no message is selected.
Nice! Will do the changes! |
431cf51
to
259a1b6
Compare
This tool can help users on debugging of MAVLink related problems. It allows the user to see the messages that are being received by Cockpit, as well as the ones being sent. This was already useful before being merged on a situation where we needed to know if the proper `MANUAL_CONTROL` messages were being sent.
259a1b6
to
434a894
Compare
Opening as draft as there are things to polish yet.
This tool can help on different debugging processes, like finding out what exactly Cockpit is sending as
MANUAL_CONTROL
messages, live.Kapture.2024-12-03.at.07.50.32.mp4
Fix #816.