koide3 / direct_visual_lidar_calibration

A toolbox for target-less LiDAR-camera calibration [ROS1/ROS2]
https://koide3.github.io/direct_visual_lidar_calibration/
771 stars 121 forks source link

Lidar intensity file geenrated not clear #132

Open ashwinjoseph95 opened 3 days ago

ashwinjoseph95 commented 3 days ago

Hi Team, I was trying to run targetless calibration on a custom rosbag collected having velodyne VLP32 and zed2i stereo camera inputs. After running the preprocessing by specifying the input parameters for camera intrinsics (the one I got from the manufacturer), I got few intensity files for each rosbag. The outputs does not look very acceptable and I believe this can impack perfroamnce in hte later stages. Any suggestions as to why this might be happening? calibrationDLR_2_out bag_lidar_intensities the rgb image looks like: image

I had manually cleaned the pointclouds by filtering points out side the FOV set by me. I tried visualizing hte pointclouds generated on rviz and its dense. image

VeeranjaneyuluToka commented 3 days ago

@ashwinjoseph95 , I believe you might have followed the data collection procedure mentioned in docs.

Basically,

Hope that helps!