-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Significant drift when using R3Live with Velodyne and a Camera #157
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The main problem was low frame rate, low resolution image and bad calibration between camera and lidar. A super accurate extrinsic calibration should be used for camera-lidar. |
@farhad-dalirani How did you solve the drifting problem? I have a drifting problem with Livox Lidar Mid-70 + MYNT IMU + MYNT camera. |
Hi everyone,
I have an instrumented car. I installed sensors on the car roof. Sensors have different relative location and direction in comparison to r3live designed handle by authors. I added a Velodyne handler for 16-beam Velodyne LiDAR based on Fast-LIO Velodyne handler. I put an IMU under the LiDAR and tried my best to align IMU and LiDAR axes. Also, I use ROS provided time to sync IMU, LiDAR and Camera. It works perfectly when I use only the LiDAR-IMU (right image). However, when I add a camera (Realsense) , a significant drift happens (left image). With LiDAR alone, the total drift is less than 1m, when I add camera, the final drift is more that 150m. Also, in the following, I put output of rqt_bag, the launch and config file.
Would you please guide me?
This is the launch file that I use for R3Live with LiDAR and Camera:
and this is the config file:
The text was updated successfully, but these errors were encountered: