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

Commits on Nov 22, 2018

  1. Fix typeError

    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
    CBJamo committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    dd988b1 View commit details
    Browse the repository at this point in the history