Skip to content
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

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

Merged
merged 1 commit into from
Aug 29, 2017

Conversation

fangchangma
Copy link
Contributor

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

Copy link
Member

@leeclemnet leeclemnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compatibility fix for Python 2. Thanks!

@leeclemnet leeclemnet merged commit d36fd97 into utiasSTARS:master Aug 29, 2017
@leeclemnet leeclemnet added the bug label Aug 29, 2017
@leeclemnet
Copy link
Member

Version 0.2.2 includes these changes (available via pip).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants