lidar_camera_calibration icon indicating copy to clipboard operation
lidar_camera_calibration copied to clipboard

Could this be used with real time data?

Open dejongyeong opened this issue 4 years ago • 8 comments

Hi, I would like to know does this package work if I doesn't use rosbag? I'll launch camera and velodyne in different terminal that publish the require topic as mentioned in the README.md.

Thanks.

dejongyeong avatar Jun 12 '20 09:06 dejongyeong

Yes it should work, you can still launch the GUI and pick (and save) corresponding 2D/3D points. Make sure the camera is calibrated and camera_info topic is updated properly with the new parameters.

heethesh avatar Jun 12 '20 11:06 heethesh

Hi @heethesh, thanks for getting back to me, do I need to save the calibrated YAML file? I used the camera calibrator from ROS to calibrate the camera.

dejongyeong avatar Jun 12 '20 11:06 dejongyeong

Yes, if you save it in /home/.ros folder (not sure) - which is the default save path, I believe ROS will automatically pick the data from here for a given camera name. You can double check by running rostopic echo on the camera_info topic in the terminal.

heethesh avatar Jun 12 '20 11:06 heethesh

Ok @heethesh Thanks for the information. I'll give it a try and see how it goes. I might need some pointers if I have some difficulties. Thanks.

dejongyeong avatar Jun 12 '20 11:06 dejongyeong

No problem, you may want to update the point-cloud visible ranges for the GUI here. Working on a new update that uses Rviz GUI instead of Matplotlib which should be more convenient to work with.

heethesh avatar Jun 12 '20 11:06 heethesh

Ok. I'm new to ROS and will look into details once I got that to work. Thanks.

dejongyeong avatar Jun 12 '20 11:06 dejongyeong

Hi @heethesh, one quick question that I would like to ask, does it work for LiDAR 32 channel?

dejongyeong avatar Jun 12 '20 13:06 dejongyeong

yes it should work

heethesh avatar Jun 12 '20 22:06 heethesh