reach_ros_node
reach_ros_node copied to clipboard
fixes python3 appending byte to str issue
Explanation: In comparison to earlier versions, python 3 is treats every string as unicode. The unicode formatted string can be encoded and stored in bytes, or decoded back into unicode string and saved in string variables
Thanks for the PR. I see we already have an issue https://github.com/rpng/reach_ros_node/pull/14 which handles python3 support. Does this PR address the same issue and is also compatible with python2?