utiasSTARS / pykitti

Python tools for working with KITTI data.
MIT License
1.14k stars 239 forks source link

added feature to specify a custom directory in raw #33

Closed ar13pit closed 5 years ago

ar13pit commented 5 years ago

I have added a feature to specify a custom directory (keeping the default as sync) while using the class raw.

I am using a custom directory to prepare a synced but unrectified subset of the raw dataset to create a ROS bag with my fork of kitti2bag

This pull request shouldn't break the current code.

leeclemnet commented 5 years ago

Great, thanks!