move pr2 with ros
Hi I want to pr2 program that move pr2 ros in left and right Thank you
add a comment
Hi I want to pr2 program that move pr2 ros in left and right Thank you
Move left:
rostopic pub -r 10 /base_controller/command geometry_msgs/Twist '{linear: {x: 0.0, y: 0.1, z: 0.0}, angular: {x: 0.0,y: 0.0,z: 0.0}}'
Move right:
rostopic pub -r 10 /base_controller/command geometry_msgs/Twist '{linear: {x: 0.0, y: -0.1, z: 0.0}, angular: {x: 0.0,y: 0.0,z: 0.0}}'
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-11-29 10:09:05 -0600
Seen: 56 times
Last updated: Nov 29 '12