ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

talker = roslibpy.Topic(client, '/chatter', 'Pose')

needs to be

talker = roslibpy.Topic(client, '/chatter', 'geometry_msgs/Pose')

see https://roslibpy.readthedocs.io/en/latest/reference/index.html#roslibpy.Topic.