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

Fix deserialize bytes in Python3 #9

Closed
wants to merge 1 commit into from

Conversation

PierrickKoch
Copy link
Contributor

data in Image and PointCloud2 should be kept as bytes, not decoded as utf-8.

Tested with:

./scripts/genmsg_py.py -p sensor_msgs -Istd_msgs:`rospack find std_msgs`/msg -Isensor_msgs:`rospack find sensor_msgs`/msg -o gen `rospack find sensor_msgs`/msg/Image.msg

diff -ur1 /opt/ros/fuerte/lib/python2.7/dist-packages/sensor_msgs/msg/_Image.py gen/_Image.py

@dirk-thomas
Copy link
Member

The pull request was automatically closed when master was renamed to groovy-devel. Please reopen the pull request against groovy-devel so that this issue is still being tracked as open. Sorry for the inconvenience.

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

2 participants