ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Calibration extrinsic Camera_lidar

asked 2015-05-04 05:36:39 -0500

khairidine gravatar image

updated 2015-05-04 08:01:55 -0500

I want to to calibrate camera with a lidar ,after some search i think the best way is use the toolbox radlocc (MATLAB) for this toolbox is necessary to acquired data from the camera and the lidar in the same time by create a service with node subscriber to camera and node subscribrer to hokuyo the probelem i don't know how i can create this service for save a script data time (Lidar) for each capture of camera .

edit retag flag offensive close merge delete

Comments

How did you store the timestamps for the camera for the RADLOCC toolbox? I could collect the laser and camera data as a rosbag and convert the laser scan into ASCII format. I did not understand the list where I should provide timestamps of the images. Any help on that? Thanks!

ashwath1993 gravatar image ashwath1993  ( 2017-07-12 11:06:05 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-05-14 18:23:08 -0500

anonymous user

Anonymous

I'm going to assume that the camera and lidar unit are static, relative to each other, i.e. they don't have relative motion between frames.

In this case, the calibration only needs to be completed once. You can do this offline with a collection of scans. Once you have completed calibration to achieve the transformation matrix, all you need to do is use the matrix to translate the camera coordinate system to that of the lidar (or vice versa). eg P_cam = Mtx*P_lidar

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-05-04 05:36:39 -0500

Seen: 568 times

Last updated: May 14 '15