reach_ros_node icon indicating copy to clipboard operation
reach_ros_node copied to clipboard

fixes python3 appending byte to str issue

Open cosmindful opened this issue 4 years ago • 1 comments

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

cosmindful avatar May 07 '21 10:05 cosmindful

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?

goldbattle avatar May 19 '21 20:05 goldbattle