Skip to content
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

RC_TYPE for binding #2163

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4005,13 +4005,16 @@
</entry>
</enum>
<enum name="RC_TYPE">
<description>RC type</description>
<description>RC type. Used in MAV_CMD_START_RX_PAIR.</description>
<entry value="0" name="RC_TYPE_SPEKTRUM_DSM2">
<description>Spektrum DSM2</description>
</entry>
<entry value="1" name="RC_TYPE_SPEKTRUM_DSMX">
<description>Spektrum DSMX</description>
</entry>
<entry value="2" name="RC_TYPE_CRSF">
<description>CRSF radio</description>
</entry>
</enum>
<enum name="POSITION_TARGET_TYPEMASK" bitmask="true">
<description>Bitmap to indicate which dimensions should be ignored by the vehicle: a value of 0b0000000000000000 or 0b0000001000000000 indicates that none of the setpoint dimensions should be ignored. If bit 9 is set the floats afx afy afz should be interpreted as force instead of acceleration.</description>
Expand Down
Loading