You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: do not use this library. It is unstable and most of the routines here have been superceded by other libraries (e.g. genmsg). These routines will likely be deleted in future releases.
Similar warnings appear in other places, and in particular, the ROS Wiki page for roslib recommends using rospy instead.
This might be a issue because I am using ros hydro, changing:
nodename = nodename[1:].split(roslib.names.SEP)[-1]
to:
nodename = nodename[1:].split(rospy.names.SEP)[-1]
Seems to fix the problem.
The text was updated successfully, but these errors were encountered: