utiasSTARS / pykitti

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

glob() results are not sorted #2

Closed xlz closed 8 years ago

xlz commented 8 years ago

https://github.com/utiasSTARS/pykitti/blob/master/pykitti/raw.py#L175 The file list returned by glob() is not ordered. There are several other places that are also affected.

leeclemnet commented 8 years ago

Fixed in https://github.com/utiasSTARS/pykitti/commit/98fabc7ecc3bde9f05f7e8cbec5dd798000cae30.