-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Messages hard to read for messages with an index #3130
Comments
I plan to rewrite the Messages tool in python with Qt in the future. |
The pprzlink message header has a field for class/component id. For now, only the class part (4 bits) is used. The idea of components was to remove stuff like sensor_id, and display messages correctly in tools like messages. However the max ID is 16, so it means that the IDs should be allocated at compile time to avoid limitation ? |
This would be indeed be nice, also for the real-time plotter |
The By defining in the |
We have a growing amount of messages that have an index.
ESC``,
AIRSPEED```, ...I was thinking: if in the message definitions we add an index field: e.g.
<message name="AIRSPEED_RAW" id="138" index="sensor_id">
Then the messages program could store and show the last message for each index.
@gautierhattenberger would that be hard in OCAML?
The text was updated successfully, but these errors were encountered: