-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to generate rosbag from the KITTI odometry Velodyne dataset #10
Comments
I'm currently downloading the dataset to try it but it will take a while since it is very large. This is probably caused by |
I installed everything today and had this issue. Please let me know if you are able to get it to work. Thanks! |
Any updates on this? I tried both the latest version from Github along with the latest from pip. Thanks! |
Hi guys, I've got the same exactly issue while converting a sequence of kitti velodyne datasets
Any updates? Update a problem still remains with Update 2.0 |
Hey bartville I am having the exact same issue as you with the stereo dataset. kitti2bag calls on nonexistent functions from pykitti and the script just crashes. |
I have encountered the same problem as yours.#16 And I solved it. The odometry datasets are just subsets of the raw data. We can't use kitti2bag to directly convert odometry data to rosbag. But we can find the mapping from odometry sequences to raw sequences in the readme.txt file included with the odometry development kit, and then use kitti2bag.
|
modified version of https://github.com/tomas789/kitti2bag
|
But this means I need to download raw data again which contains large amount of images that I don't need.Is there anyway to get rosbag from the pure velodyne data sequence? |
@getupgetup Hi, is this probelm solved? |
没有,不过一个可行的方案:参考楼上的方法修改kitti2bag代码,然后把raw data下载后转换为rosbag,如果不需要图像等其他数据,就在kitti2bag源码中注释掉不需要的部分. |
@getupgetup @HongweiSunny |
还没细看,谢谢~ |
Thanks for your replying! |
Are you fixed this problem? if you can fix it ,could you please tell me how to fix it??? |
I've tried this, and this error occured :
So, I changed Anyone knows what UPDATE: n.b. : Apparently odom_color and odom_gray only didn't include velodyne data to the rosbag. Anyone knows how to include velodyne data to the bag? |
I'm sorry that I've forgot how I solved the problem. I think the velodyne data with image/pose/etc data is included in the whole text file.Then different types of data are write to rosbag simultaneously by pykitti. |
hello,the 03: 2011_09_26_drive_0067 can't be found in official website. Do you have this dataset? Or,do you know why it can't be found? my Email [email protected] |
@AbnerCSZ hello,the 03: 2011_09_26_drive_0067 can't be found in official website. Do you have this dataset? Or,do you know why it can't be found? my Email [email protected] |
@chubukeji I can't find it, so I assume it wasn't published. |
Hi,
I'm unable to generate a rosbag from the KITTI odometry Velodyne dataset (http://www.cvlibs.net/download.php?file=data_odometry_velodyne.zip).
I get a AttributeError: odometry instance has no attribute 'load_calib' when I try to run kitti2bag odom_color -s 01.
Has anyone been able to do this successfully?
Thanks!
The text was updated successfully, but these errors were encountered: