You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: comms/mavlink/rosflight.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ See the generating_v1.0_instructions.txt to regenerate mavlink headers based off
210
210
<messageid="180"name="OFFBOARD_CONTROL">
211
211
<description>Offboard Control (10-DOF)</description>
212
212
<fieldtype="uint8_t"name="mode"enum="OFFBOARD_CONTROL_MODE">Offboard control mode, see OFFBOARD_CONTROL_MODE</field>
213
-
<fieldtype="uint8_t"name="ignore"enum="OFFBOARD_CONTROL_IGNORE">Bitfield specifying which fields should be ignored, see OFFBOARD_CONTROL_IGNORE</field>
213
+
<fieldtype="uint16_t"name="ignore"enum="OFFBOARD_CONTROL_IGNORE">Bitfield specifying which fields should be ignored, see OFFBOARD_CONTROL_IGNORE</field>
214
214
<fieldtype="float[10]"name="u">u control channel interpreted according to mode</field>
Copy file name to clipboardExpand all lines: comms/mavlink/v1.0/rosflight/rosflight.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
#error Wrong include order: MAVLINK_ROSFLIGHT.H MUST NOT BE DIRECTLY USED. Include mavlink.h from the same directory instead or set ALL AND EVERY defines from MAVLINK.H manually accordingly, including the #define MAVLINK_H call.
0 commit comments