sheaffej / roboclaw_driver

A ROS node providing a driver interface to the Roboclaw motor controller.
MIT License
9 stars 15 forks source link

Serial is broken - I think #5

Closed callen5914 closed 3 years ago

callen5914 commented 3 years ago

I just setup a fresh R-Pi and downloaded this repo and downloaded dependencies. When I launch it breaks.

Unicode Strings are not supported, please encode to bytes '\x80'

Any ideas?

Timple commented 3 years ago

Sounds like a python2 / python3 thingy? Might help you narrow the search for solutions

callen5914 commented 3 years ago

Sounds like a python2 / python3 thingy? Might help you narrow the search for solutions

It sure is! It looks like I will need to rewrite this package to support Python 3 which is suitable for Noetic. This will be an undertaking and a half.

Cheers.

Timple commented 3 years ago

Or go straight for ROS2 😉

callen5914 commented 3 years ago

I reverted to using 18.04 on everything so this now works by USB serial only.