How do I publish the message to the rostopic /turtlesim/pose so that the turtle goes to the origin?
kv@kv:~$ rostopic pub -1 /turtle1/pose turtlesim/Pose -- ['0.0','0.0','0.0','2.0','0.0']
ERROR: Not enough arguments:
* Given: [[0.0, 0.0, 0.0, 2.0, 0.0]]
* Expected: ['x', 'y', 'theta', 'linear_velocity', 'angular_velocity']
Args are: [x y theta linear_velocity angular_velocity]