1 / 7

Autonomous Programming

Autonomous Programming. Cougar Robotics Team. What is Autonomous?. 30-40 seconds Beginning of the Round Pre-Programmed Robot moves without human interaction Underrated by many teams. Things to think about. Offense / Defense Scoring Points Positioning yourself for TeleOp

aviva
Download Presentation

Autonomous Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Autonomous Programming Cougar Robotics Team

  2. What is Autonomous? • 30-40 seconds • Beginning of the Round • Pre-Programmed • Robot moves without human interaction • Underrated by many teams

  3. Things to think about... • Offense / Defense • Scoring Points • Positioning yourself for TeleOp • Having pre-programmed options for many situations/strategies • Complement your alliance partner

  4. Mission Design • Reliability • Time • Dealing with Traffic • Multiple Starting Locations • Different Scenarios

  5. Programming Principles • Best Practices • Reusable Routines • Clean code • comments • location • spacing/indentation • Debugging info Displayed to Screen

  6. Flow Chart

  7. Modularization • This is important enough to deserve it's own slide... • Reusable Routines • Make it user-friendly • Spend time to save time • Make them usable in different situations (parameters)

More Related