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
The scale member of the CFG_SFIMU_IMU_MNTALG_YAW, CFG_SFIMU_IMU_MNTALG_PITCH, and CFG_SFIMU_IMU_MNTALG_ROLL structs (all of type ubx_cfg_item_t) in ublox_dgnss_node/include/ublox_dgnss_node/ubx/ubx_cfg_item.hpp is incorrect. They're all set to .001 (which is 1e-3), when they should be set to 1e2, according to the F9 HPS 1.30 Interface description manual (which seems to be the latest version).
This seems to be a very minor issue, since the scale member is not used anywhere else in the code, but just mentioning it for reference.
The text was updated successfully, but these errors were encountered:
bvsam
changed the title
Incorrect scaling for CFG_SFIMU_IMU_MNTALG* config items
Minor: Incorrect scaling for CFG_SFIMU_IMU_MNTALG* config items
Dec 15, 2024
The
scale
member of theCFG_SFIMU_IMU_MNTALG_YAW
,CFG_SFIMU_IMU_MNTALG_PITCH
, andCFG_SFIMU_IMU_MNTALG_ROLL
structs (all of typeubx_cfg_item_t
) inublox_dgnss_node/include/ublox_dgnss_node/ubx/ubx_cfg_item.hpp
is incorrect. They're all set to.001
(which is1e-3
), when they should be set to1e2
, according to theF9 HPS 1.30 Interface description manual
(which seems to be the latest version).This seems to be a very minor issue, since the
scale
member is not used anywhere else in the code, but just mentioning it for reference.The text was updated successfully, but these errors were encountered: