Hello,
Found in my environment, in the above course, excercise 2.2 in solution “convert_vels.py” for invoking the publisher, the solution provides:
self.left_wheel_pub = rospy.Publisher(’/joint2_position_controller/command’, Float64)
potentially my solution shows:
self.left_wheel_pub = rospy.Publisher(’/left_wheel_controller/command’, Float64, queue_size=1)
Regards
Christoph