Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Autonomous

Samir-Rashid edited this page Apr 18, 2019 · 5 revisions

Auton paths are hard coded to the final game field.

FAQs and Notes

  1. Make sure you can exit the auton smoothly!

    - If any input from the controllers is detected, stop the auton. This must ignore natural tectonic shift from random real world error.

while (isAutonomous)

 if (Math.abs(m_joystick1.getRawAxis(1)) > 0.05)
      N O T A U T O N O M O U S
Clone this wiki locally