How to increase the speed of PR2 in Gazebo?
Hello,
I want to move PR2 in Gazebo by using command like:
rostopic pub /base_controller/command geometry_msgs/Twist -r 20 '[1,0,0]' '[0,0,0]'
How could I increase the speed of PR2 by instructions or program?
Thank you~
add a comment