Closed islamtalha01 closed 3 years ago
You can record a rosbag using rosbag record
. We simply specified the camera and lidar topics for recording as such:
rosbag record -O calib_dataset /velodyne/front/points /gmsl/A0/image_color
For more info, see this tutorial.
I have done recording the data but I am facing an issue I am not able to extract feature from the live fee of both sensors. The recorded file is also not showing point clouds. my lidar is os1 64. i am trying to get extrinsic parameter of calibration. kindly see my video on google drive so you can understand the scenario. https://drive.google.com/drive/folders/1lQMeMv0lzVR_JxMgSZebeir5DbGxhlOL?usp=sharing
On Sat, Sep 4, 2021 at 1:24 PM Darren Tsai @.***> wrote:
You can record a rosbag using rosbag record. We simply specified the camera and lidar topics for recording as such:
rosbag record -O calib_dataset /velodyne/front/points /gmsl/A0/image_color
For more info, see this tutorial http://wiki.ros.org/rosbag/Tutorials/Recording%20and%20playing%20back%20data .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/acfr/cam_lidar_calibration/issues/3#issuecomment-912933665, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT4S27BVFAZNAM26IBAEONDUAHJTPANCNFSM5DFZDL4Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Now i am able to extract the checkerboard but i am getting an error due to which i am not able to calibrate. I have attached the error screenshot. Kindly reply as soon as possible.
On Tue, Sep 21, 2021 at 6:19 AM Darren Tsai @.***> wrote:
Closed #3 https://github.com/acfr/cam_lidar_calibration/issues/3.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/acfr/cam_lidar_calibration/issues/3#event-5331987125, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT4S27A2OAHJCJSKDNF7ZTDUC7MQTANCNFSM5DFZDL4Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
HI, I want to know that how you recorded the bag file of your lidar stream and camera stream at the same time. I basically want to know that what are the steps to make your own data set for calibration.