Tools_RosBag2KITTI icon indicating copy to clipboard operation
Tools_RosBag2KITTI copied to clipboard

Conversion from ROSBAG (.bag) to image (.png) and points cloud (.bin), including ROSBAG decoding, pcd2bin and file directory extraction.

Results 13 Tools_RosBag2KITTI issues
Sort by recently updated
recently updated
newest added

Any plans for ROS Noetic support?

I have encountered with the error: CMake Error at CMakeLists.txt:1: Parse error. Expected a command name, got unquoted argument with text "/opt/ros/melodic/share/catkin/cmake/toplevel.cmake". -- Configuring incomplete, errors occurred! maybe you can...

I ran this code , but it didn't work. and Could you please complement your code In readme. I got so confused about your code.

Lidar bin files are named -1 lesser than the number of PNG-files why is it so? because of this -1 at the end sprintf(s, "/home/s/output/png/%06lld.png", lidar_index-1);

somehow my pointclouds are mixed between front and back view if i put the yaw angle to 180 degree

Hello, I have a rosbag file with 1 lidar sequence and 3 image sequences (front, left and right). How can I handle this situation ?

when i run ":~/Tools_RosBag2KITTI/pcd2bin/CMakeFile# ./pcd2bin "it throws the mistake as follows: """ Segmentation fault (core dumped) """ the filename of .pcd files is "000000i.pcd" Could you help me? thank you...

How can I generate timestamps.txt ?? ![Screen Shot 2020-10-08 at 1 15 46 AM](https://user-images.githubusercontent.com/44789319/95421824-cfc0c100-0903-11eb-9824-21e02bfa8372.png) * Regarding Lidar, in the "data" folder are the .bin files generated by [Tools_RosBag2KITTI](https://github.com/leofansq/Tools_RosBag2KITTI/)

**Hello, I want to create data using 3 Lidars and use your program. There are bin files and png files that I made.** ![Super2](https://user-images.githubusercontent.com/68648280/92322897-35a0fb00-f06f-11ea-959d-60f9a065f8b2.png) ![Super3](https://user-images.githubusercontent.com/68648280/92322898-376abe80-f06f-11ea-9c2e-3e0df1a7f503.png) **But, how can I create...