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
constuint8_tUBX_NMEA_VTG=0x05; // GxVTG (course over ground and Ground speed)
@@ -237,9 +238,9 @@ const uint8_t UBX_MON_VER = 0x04; // Receiver/Software Version. Used for obtai
237
238
// The following are used to configure the NAV UBX messages (navigation results messages). Descriptions from UBX messages overview (ZED_F9P Interface Description Document page 35-36)
constuint8_tUBX_NAV_VELNED=0x12; // Velocity Solution in NED
270
271
constuint8_tUBX_NAV_AOPSTATUS=0x60; // AssistNow Autonomous status
271
272
272
-
273
273
// Class: RXM
274
274
// The following are used to configure the RXM UBX messages (receiver manager messages). Descriptions from UBX messages overview (ZED_F9P Interface Description Document page 36)
275
275
constuint8_tUBX_RXM_COR=0x34; // Differential correction input status
0 commit comments