vectr-ucla / direct_lidar_inertial_odometry

[IEEE ICRA'23] A new lightweight LiDAR-inertial odometry algorithm with a novel coarse-to-fine approach in constructing continuous-time trajectories for precise motion correction.
MIT License
521 stars 101 forks source link

Questions about the initial position at the start of the run #60

Open widthstudio opened 2 weeks ago

widthstudio commented 2 weeks ago

initialPose is configured in the direct_lidar_odometry project. Why is it not used in this project? Since I want to use this project for the state estimation of the robot, but my initial position is not 0, but the position at the DLIO estimation is 0. I want to know how to solve this problem. Thank you!