ankitdhall / lidar_camera_calibration

ROS package to find a rigid-body transformation between a LiDAR and a camera for "LiDAR-Camera Calibration using 3D-3D Point correspondences"
http://arxiv.org/abs/1705.09785
GNU General Public License v3.0
1.48k stars 459 forks source link

The filtered point cloud was not displayed #53

Closed sangych closed 4 years ago

sangych commented 6 years ago

I use rosplay to publish the topics needed. the marker was detected by the aruco_mapiing package ,which shown by the window mono8; but the filtered point cloud window was not displayed, I could not mark the line segments. Is anything wrong with my rosbag publishing. How should I publish the topics ? Thank You!

karnikram commented 6 years ago

Make sure all the messages are time synchronized i.e. their timestamps should match.

If you're running them from a bagfile ensure the messages are using the same clock.

sangych commented 6 years ago

@karnikram thank you for your reply. I have known the usage of the package. Then I stuck in another problem. I change the aruco makers to my own, the aruco_mapping.launch could not detect the marker any more. Would please point out what happened? 2 479

14212094 commented 5 years ago

@sangych 您好?我是北京其他学校的学生,也在做这个,想问下那个aruco标记是在任何双目相机下都能被检测到吗?这个软件包是当那三个ros节点在list里面就能直接用吗?很抱歉在这里提问 谢谢