utiasSTARS / pykitti

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

fixed bug 'TypeError: list object is not an iterator' for the odometry demo script #13

Closed fangchangma closed 7 years ago

fangchangma commented 7 years ago

Fix the error with demo_odometry.py

Traceback (most recent call last):
  File "demo_odometry.py", line 34, in <module>
    first_gray = next(dataset.gray)
TypeError: list object is not an iterator
leeclemnet commented 7 years ago

Version 0.2.2 includes these changes (available via pip).