Part 3: Autonomous and Encoders

Hello Robot Part 3: Autonomous and Encoders is currently under construction. Please stay tuned for future updates!

We've tackled the basics. We have a robot able to drive around. What could be next?

Right now our robot is largely dependent on inputs from us as the driver from the gamepad. We've helped it learn to sense a little bit using the touch sensor, but there is still more we can do.

During Part 3 we will be learning how to help our robot navigate the world around it autonomously in different ways. To start we will look at how to use a timer for the robot to keep track of how long it should do something. From there, we will move on to using the built in encoders of the HD Hex and Core Hex Motors.

Encoders are a form of sensor that help collect data for the motor. Some encoders count the number of completed rotations. Others are able to track the exact position of a motor, similar to a servo. The use of encoders brings the need for more math and complex programming, however it will allow your robot to navigate more efficiently.

ElapsedTimeDrivetrain EncodersArm Encoders

Coming Soon

Coming Soon

Last updated