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
constuint32_tUBLOX_CFG_MOT_GNSSSPEED_THRS=UBX_CFG_U1 | 0x20250038; // GNSS speed threshold below which platform is considered as stationary (a.k.a. static hold threshold)
247
-
constuint32_tUBLOX_CFG_MOT_GNSSDIST_THRS=UBX_CFG_U2 | 0x3025003b; // Distance above which GNSS-based stationary motion is exit (a.k.a. static hold distance threshold)
246
+
constuint32_tUBLOX_CFG_MOT_GNSSSPEED_THRS=UBX_CFG_U1 | 0x20250038; // GNSS speed threshold below which platform is considered as stationary (a.k.a. static hold threshold)
247
+
constuint32_tUBLOX_CFG_MOT_GNSSDIST_THRS=UBX_CFG_U2 | 0x3025003b; // Distance above which GNSS-based stationary motion is exit (a.k.a. static hold distance threshold)
248
+
constuint32_tUBLOX_CFG_MOT_IMU_FILT_WINDOW=UBX_CFG_U2 | 0x30250016; // Averaging window for IMU measurements in noisy setups.
constuint32_tUBLOX_CFG_SFODO_USE_WT_PIN=UBX_CFG_L | 0x1007000f; // Wheel tick signal enabled
1191
1199
constuint32_tUBLOX_CFG_SFODO_DIR_PINPOL=UBX_CFG_L | 0x10070010; // Wheel tick direction pin polarity
1192
1200
constuint32_tUBLOX_CFG_SFODO_DIS_AUTOSW=UBX_CFG_L | 0x10070011; // Disable automatic use of wheel tick or speed data received over the software interface
1201
+
constuint32_tUBLOX_CFG_SFODO_IMU2VRP_LA_X=UBX_CFG_I2 | 0x30070012; // X coordinate of IMU-to-VRP lever-arm in the installation frame
1202
+
constuint32_tUBLOX_CFG_SFODO_IMU2VRP_LA_Y=UBX_CFG_I2 | 0x30070013; // Y coordinate of IMU-to-VRP lever-arm in the installation frame
1203
+
constuint32_tUBLOX_CFG_SFODO_IMU2VRP_LA_Z=UBX_CFG_I2 | 0x30070014; // Z coordinate of IMU-to-VRP lever-arm in the installation frame
1193
1204
constuint32_tUBLOX_CFG_SFODO_DIS_DIR_INFO=UBX_CFG_L | 0x1007001c; // Do not use directional information
1194
1205
1195
1206
// CFG-SIGNAL: Satellite systems (GNSS) signal configuration
0 commit comments