We used motor encoders on both of our dive motors. This allows us to specify exact values for turns and distances to travel. Its done by using a function (in Robot-C) so that if you typed: turn(90, 50); the robot would turn 90 degrees while running the motors and 50% power. If you guys use Rob...
Coyote Robotics is a Northern Virginia non-profit organization that is dedicated to inspiring students to follow careers in math, science, and technology through the fun and engaging FIRST Tech Challenge robotics competition. Both FTC Team 965 and FTC Team 3749 are supported by Coyote Robotics.
Coyote Robotics is a Northern Virginia non-profit organization that is dedicated to inspiring students to follow careers in math, science, and technology through the fun and engaging FIRST Tech Challenge robotics competition. Both FTC Team 965 and...
We used motor encoders on both of our dive motors. This allows us to specify exact values for turns and distances to travel. Its done by using a function (in Robot-C) so that if you typed: turn(90, 50); the robot would turn 90 degrees while running the motors and 50% power. If you guys use Rob...