Velocities in gazebo
Hi I am working on Turtlebot in Gazebo environment and have questions about the way velocities and the units worki in gazebo. I know that to take a turn we need to give both linear and angular velocities. If I want to turn the turtlebot through 90 degrees (Pi/2 radians) say in 4 sec, can I give (Pi/8)rad/sec as my angular velocity? I tried controlling angle this way but its not turning the robot in the proportion that I want. Also how does the linear velocity play role here.If any body can explain by some example, (like to turn through w degrees in x secs, linear vel should be y m/sec and angular velocity should be z rad/sec ) it will be a great help. - Thanks Anup
how much off are you from desired velocities? and if you set "iters" in the physics section of your world file to 100, does it improve? (you can use dynamic_reconfigure to do this).