Arun
Arun

Reputation: 353

Turning robot precisely

I want to control a robot having differential wheels. Is it possible to turn a robot in certain degrees without encoders? How can I turn robot precisely in webots in certain degrees? For example 90 degrees or 20 degrees.

Upvotes: 2

Views: 719

Answers (1)

David Mansolino
David Mansolino

Reputation: 1733

If you don't want to use encoders, an alternative would be to use an InertialUnit, with this device you can get the yaw angle of the robot and use it to rotate of a precise amount of degrees.

Upvotes: 1

Related Questions