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

Set different speed on Turtlebot wheels

asked 2015-02-15 06:31:47 -0500

Elizaveta.Elagina gravatar image

updated 2015-02-15 06:32:12 -0500

How do I set different speed for Turtlebot wheels using python? I've been using Twist() for making the Turtlebot move forward or rotate on one spot. How do I use angular and linear for setting speed on on wheels separately? For instance, I want Turtlebot to go in a circle with a specific radius.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-02-15 10:55:05 -0500

kramer gravatar image

The robot is not restricted to "one spot"; you can set both translational and rotational velocities in the same message.

With that said, although it's C++, see an answer I posted previously about the relationship between linear and angular velocities (and how to calculate them).

edit flag offensive delete link more

Comments

Thank you, I will try doing that!

Elizaveta.Elagina gravatar image Elizaveta.Elagina  ( 2015-02-23 03:48:16 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-02-15 06:31:47 -0500

Seen: 1,437 times

Last updated: Feb 15 '15