Тёмный

Camera LiDAR Calibration ROS Package Tutorial 

Darren Tsai
Подписаться 122
Просмотров 18 тыс.
50% 1

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@beancurdtofutofu
@beancurdtofutofu 3 года назад
Amazing work! 👏🏻
@darrentsai2655
@darrentsai2655 3 года назад
Thank you :D
@hugh.z6981
@hugh.z6981 3 года назад
great work.
@darrentsai2655
@darrentsai2655 3 года назад
Thanks!
@SpatialAIKR
@SpatialAIKR 3 года назад
great work!
@darrentsai2655
@darrentsai2655 3 года назад
Thank you! I appreciate it :)
@dulamohammed6144
@dulamohammed6144 Год назад
Saving my day❤
@NourElhoudaBenSaadi
@NourElhoudaBenSaadi День назад
If we don't have the ring fiel;d what should we do?
@NourElhoudaBenSaadi
@NourElhoudaBenSaadi День назад
could I work without the ring field?
@nisa_ilhan
@nisa_ilhan 3 года назад
Great work. This package is for use only single camera and single lidar calibration? What will we do if we need to calibrate multiple cameras and multiple lidars use case?
@Ts4iD
@Ts4iD 3 года назад
Unfortunately at the moment if you need to calibrate multiple cameras and lidars you'll have to individually calibrate each lidar to all cameras. Alternatively, you could try inferring the transforms i.e. if you did lidar1-camera1, lidar1-camera2, then you could infer the calibration of camera 1-camera2; though this is less accurate.
@nisa_ilhan
@nisa_ilhan 3 года назад
@@Ts4iD Okey thanks for suggestions. And one more question did you find intrinsic parameters for camera and lidar -individually- by yourself or founded by manufacturers?
@STEPHANYBERRIO
@STEPHANYBERRIO 3 года назад
@@nisa_ilhan Intrinsic parameters of the cameras can be found using the OpenCV library, for the Lidar the manufacturer will provide its details.
@nisa_ilhan
@nisa_ilhan 3 года назад
@@STEPHANYBERRIO Thank you Stephany. I'm working on Multiple LiDAR, Multiple Types Cameras calibration if I'll achieve, let you know. :)
@muhammadtalha804
@muhammadtalha804 3 года назад
can this package will be used for ouster os1 64 calibration with single camera
@STEPHANYBERRIO
@STEPHANYBERRIO 3 года назад
We presume so, but we haven't tested it yet on ouster lidars.
@vie.xuan2005
@vie.xuan2005 3 года назад
👏🏻 great which type of Lidar did you use?
@STEPHANYBERRIO
@STEPHANYBERRIO 3 года назад
VLP-16 and Baraja Lidars
@a.k.aproxi5442
@a.k.aproxi5442 5 месяцев назад
can this work with livox mid 360 lidars?
@김태헌-g6m6o
@김태헌-g6m6o 2 года назад
great works! I'm doing similar projects and I already have 3d point cloud data as pcd and sample images. Could I apply data what i have on your package?
@darrentsai2655
@darrentsai2655 2 года назад
You can, however this package currently only supports sensor data in the form of ros messages (i.e. using bags or live sensor data). You can try to get your data into the ROS message formats or alternatively, modify the code.
@顏隆-v6k
@顏隆-v6k 3 года назад
Nice work. Do you provide the other distortion model of camera, such as pin-hole,... ? I don't know why I can't open issue in gitlab, so I leave question here.
@darrentsai2655
@darrentsai2655 3 года назад
We do provide other ROS distortion models like rational_polynomial or plumb_bob however they haven't been extensively tested. Unfortunately, the university GitLab doesn't let non-university individuals open an issue. If you have any other questions, you can contact me at d.tsai@acfr.usyd.edu.au
@顏隆-v6k
@顏隆-v6k 3 года назад
@@darrentsai2655 I see the paper. I find that LiDAR is left-handed coordinate in the Fig. 7 top-right. Is it right ? The other sensor is right-handed coordinate. Because I set the same configuration(vlp-16 and realsense) like as you, the calculated value(-1.57, 0, -1.57) has a negative sign. I think that the value is must positive. Thank you.
@darrentsai2655
@darrentsai2655 3 года назад
@@顏隆-v6k Hi yes you are correct, thank you for pointing that out. I've corrected it for the final submission of the paper. Also we've ported over the code base to github at github.com/acfr/cam_lidar_calibration and you can now create an issue.
@serhatarslan4138
@serhatarslan4138 2 года назад
Sir can we assume the same center of field of view lidar and stereo camera ? and how can we formulize relationship between these sensor
@darrentsai2655
@darrentsai2655 2 года назад
For stereo camera, one way to do it would be to stitch both images into a single image, then use the tool as you would with a single camera-lidar pair. Another way is to calibrate with one camera-lidar pair, then use the transforms from that camera to the 2nd camera in order to get the calibration of the 2nd camera-lidar pair. If you do this, the calibration may be less accurate, however. The last way is to calibrate twice with this tool for each camera.
@jogyul9285
@jogyul9285 2 года назад
Hello, sir. Currently, I am copying the tutorial with the bag file I made myself, but there is a problem. When I press the capturing sample button after roslaunch, the terminal window displays the sentence "[WARN] [1661763950.580652412]: Invalid argument passed to canTransform argument source_frame in tf2 frame_ids can't be empty. Do you know the solution?
@yandong5532
@yandong5532 Год назад
I ignored this warning and it still works fine for me.
@aboloyangshen
@aboloyangshen 11 месяцев назад
请问您是如何过滤点云的?我调整了rqt_reconfigure,但点云没有改变
@Andy_scala
@Andy_scala 9 месяцев назад
I have the same problem,have you finished this problem?
@aboloyangshen
@aboloyangshen 8 месяцев назад
@@Andy_scala发布的点云话题必须是velodyne格式,如果使用其他品牌的激光雷达,需要进行格式转换,我转换后重新发布话题就可以了,希望能帮到你
@amirmaher6136
@amirmaher6136 2 месяца назад
I am using a Velodyne sensor, but I can't filter the point cloud with rqt. How can this be resolved @user-dp4kb1hc2r ?
@suleymanabdirahman1342
@suleymanabdirahman1342 2 года назад
Hey, fantastic job; I'm working on something similar for my undergrad capstone would love to talk to you about your paper. I sent you a connection on LinkedIn. Hope to talk to you soon.
Далее
HA-HA-HA-HA 👫 #countryhumans
00:15
Просмотров 5 млн
Can you map a room with LIDAR and Arduino?
11:52
Просмотров 343 тыс.
How Fast Can I Fill My Inbox?
13:30
Просмотров 323 тыс.
Calibration of USB camera for AprilTag package in ROS
13:47
Lidar and Camera Calibration in Matlab
11:16
Просмотров 1,8 тыс.
Camera-Lidar calibration for autonomous driving
4:02
Easy SLAM with ROS using slam_toolbox
25:47
Просмотров 134 тыс.