Closed ibaranov-cp closed 9 years ago
With the current driver, the line:
pub = rospy.Publisher("cmd", JointState)
should be:
pub = rospy.Publisher("ptu/cmd", JointState)
So as not to confuse the new guys :)
Fixed in 11dfab4f24e517d99eefd37971185498409a2cc1
With the current driver, the line:
pub = rospy.Publisher("cmd", JointState)
should be:
pub = rospy.Publisher("ptu/cmd", JointState)
So as not to confuse the new guys :)