ros / geometry

Packages for common geometric calculations including the ROS transform library, "tf". Also includes ROS bindings for "bullet" physics engine and "kdl" kinematics/dynamics package.
172 stars 274 forks source link

fix TypeError #225

Closed tlhcelik closed 2 years ago

tlhcelik commented 3 years ago

vstr values is byte object but r.search() function need str object. fixed error : TypeError: cannot use a string pattern on a bytes-like object

wxmerkt commented 3 years ago

Thanks for the fix - view_frames is currently broken in Noetic. @tfoote what are your thoughts on this PR for possible inclusion and release?

Edit: #222 might be a more suitable fix.

tfoote commented 2 years ago

I'm going to close this in favor of #222