-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update joystick pipeline architecture and add modifier/shift buttons support #553
Update joystick pipeline architecture and add modifier/shift buttons support #553
Conversation
b7bd580
to
d49672d
Compare
d49672d
to
8068101
Compare
8068101
to
d45cc63
Compare
I've put various interface suggestions in #617 :-) |
Much more readable.
Being more specific makes it clear that we are talking about `MANUAL_CONTROL` messages on MAVLink, so we don't confuse this with a MAVLink `COMMAND` message, for example, which is used on boats and other vehicles.
18f052a
to
1537800
Compare
…joystick layout component
1537800
to
728446e
Compare
9334f43
to
194ad9b
Compare
194ad9b
to
4058404
Compare
…d joystick image This way, if the input is unmapped by the check routines (in the controller store), it will be right in the end.
b747093
to
a2267c0
Compare
relay2_momentary = 'Relay 2 momentary', // 105 | ||
relay3_momentary = 'Relay 3 momentary', // 106 | ||
relay4_momentary = 'Relay 4 momentary', // 107 | ||
} |
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.
relay2_momentary = 'Relay 2 momentary', // 105 | ||
relay3_momentary = 'Relay 3 momentary', // 106 | ||
relay4_momentary = 'Relay 4 momentary', // 107 | ||
} |
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.
This is also ArduPilot related, not MAVLink, since Px4 does not provide the same buttons.
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.
Do you know if there's somewhere we can consume that data from? Or should we have our own database?
Fix #507
Fix #453