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 typeError with Python 3 #7

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

CBJamo
Copy link
Contributor

@CBJamo CBJamo commented Nov 22, 2018

In python 3, message.serialize expects a buffer that will accept a bytes-type input to it's write function. This commit uses the same fix as ros_comm PR #847

In python 3, message.serialize expects a buffer that will accept a
bytes-type input to it's write function. This commit uses the same
fix as ros_comm PR #847[1].

[1] ros/ros_comm#847
@dirk-thomas dirk-thomas added the bug label Jan 9, 2020
@dirk-thomas dirk-thomas changed the title Fix typeError Fix typeError with Python 3 Jan 9, 2020
@dirk-thomas
Copy link
Contributor

Thanks for the fix.

@dirk-thomas dirk-thomas merged commit 33a2ef4 into ros-visualization:master Jan 9, 2020
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