koide3 / hdl_localization

Real-time 3D localization using a (velodyne) 3D LIDAR
BSD 2-Clause "Simplified" License
775 stars 310 forks source link

IMU is normalized. Do I need to multiply by gravity? #127

Open JiXAllen opened 3 months ago

JiXAllen commented 3 months ago

IMU is normalized. Do I need to multiply by gravity?

koide3 commented 3 months ago

The package assumes that the unit of the linear acceleration is [m/s^2]. If the unit of your data is [g], you need to multiply them with 9.80665.