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

included missing import for the read_points_list method #128

Merged
merged 2 commits into from
Jul 11, 2018

Conversation

jgueldenstein
Copy link
Contributor

@jgueldenstein jgueldenstein commented Jul 4, 2018

The read_points_list method is currently broken since the import of namedtuple is missing.

Please include this in all current branches

@v4hn

Copy link
Member

@tfoote tfoote left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this. One formatting request and then it looks good to go.

And yes this should be mergeable back into indigo too.

@@ -46,6 +46,7 @@

import roslib.message
from sensor_msgs.msg import PointCloud2, PointField
from collections import namedtuple
Copy link
Member

Choose a reason for hiding this comment

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

Could you move this above into the system imports in alphabetical order?

@tfoote tfoote merged commit 42e6a7d into ros:jade-devel Jul 11, 2018
@v4hn
Copy link

v4hn commented Jul 16, 2018

@tfoote can we get this released back in kinetic soon?
I have a practical course coming up and would like students to rely on this fix...

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

Successfully merging this pull request may close these issues.

None yet

3 participants