-
Notifications
You must be signed in to change notification settings - Fork 30
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
ROS noetic? #7
Comments
@AdriannaGmz Which error do you get? Are you using the reach_rs_driver_node from the scripts folder? There the shebang could be wrong.
With ros noetic and python 3 it should be: |
To get it working in ROS Noetic I changed the shebang in both the reach_rs_driver.py and reach_rs_driver_node to Also, since python3 and python2 differentiate between str and byte differently as per this post, I just changed the following line
to be: data = data.decode('UTF-8').strip().split()
|
Awesome. If you submit a PR for it, we would be happy to look at it and merge! |
Is this branch intended to work on ROS noetic? I[m trying to execute the node but it keeps having troubles with python
The text was updated successfully, but these errors were encountered: