Code Monkey home page Code Monkey logo

2017-animal-competition's Introduction

*** Note: This is a work in progress. Programmers are never "done". ***

ANIMAL/LAMINA AUTONOMOUS SELECTION SHEET

There are 26 different on-board autonomous routines when combined with Red/Blue options and ReplayCode. The autonomous dial numbers with the (##r) distinction indicate that the ReplayCode toggle switch is a valid option, otherwise it is ignored. Although the code may or may not ignore some states of the toggle switches, the drive-team MUST intentionally select a dial and then BOTH toggle switches every time they are on the field. Finally, only the autonomous routines are dipicted within the diagrams below, the ReplayCode paths are not shown.

GENERAL ASSUMPTIONS:

  • Animal/Lamina: Robot is in working order and placed in starting position.
  • Auto Dial: Drive-team selects 00 to 10 before the robot is placed on the field.
  • Red/Blue Toggle Switch: Drive-team ALWAYS selects their alliance color.
  • ReplayCode Toggle Switch: Determines if ReplayCode will run after routine ends.
  • Animal/Lamina's front is on the same side as the intake subsystem.

00-10 AUTONOMOUS DIAL SETTINGS AND DIAGRAMS:

KEY:
[^] = Animal/Lamina (with directional arrow indicating robot's front)
b = boiler on blue side
g = gear gadget command
h = fuel hopper on boiler side
i = intake command
r = boiler on red side
s = shoot command
u = unload command
/**
 * Auto Dial (00): Do nothing.
 * Red/Blue: Ignored.
 * ReplayCode: Ignored.
 *
 *              [?]
 *     _____________________
 */

 /**
 * Auto Dial (01): Drive forward across line.
 * Red/Blue: Ignored.
 * ReplayCode: Ignored.
 *
 *                     ^
 *                     |
 *                     |
 *                     |
 *                    [^]
 *     _____________________
 */

 /**
 * Auto Dial (02r): Place gear on left side.
 * Red/Blue: Red Ignored. Blue Accepted.
 * ReplayCode: Run ReplayCode if ON and Blue selected.
 *
 *           g
 *          /
 *         |
 *         |
 *        [v]
 *   b _____________________
 */

 /**
 * Auto Dial (03r): Place gear in the middle.
 * Red/Blue: Determines direction of ReplayCode.
 * ReplayCode: Run ReplayCode if ON.
 *
 *               g
 *               |
 *               |
 *              [v]
 *   b _____________________ r
 */

 /**
 * Auto Dial (04r): Place gear on right side.
 * Red/Blue: Red Accepted. Blue Ignored.
 * ReplayCode: Run ReplayCode if ON and Red selected.
 *
 *                   g
 *                    \
 *                     |
 *                     |
 *                    [v]
 *     _____________________ r
 */

/**
 * Auto Dial (05r): Intake fuel dropped from alliance parters then shoot.
 * Red/Blue: Determines direction of ReplayCode.
 * ReplayCode: Run ReplayCode if ON.
 *
 *             i
 *          [>]----------->s
 *     _____________________ r
 *
 *                 i
 *     s<-----------[<]
 *   b _____________________
 */

/**
 * Auto Dial (06r): Drive short and shoot.
 * Red/Blue: Determines direction of ReplayCode.
 * ReplayCode: Run ReplayCode if ON.
 *
 *     s<-[<]         [>]->s
 *   b _____________________ r
 */

 /**
 * Auto Dial (07): Go to hopper, intake, then shoot.
 * Red/Blue: Determines direction.
 * ReplayCode: Ignored.
 *
 *     h                   h
 *   i |\                 /| i
 *     |  \             /  |
 *     |    \         /    |
 *     s     [v]   [v]     s
 *   b _____________________ r
 */

 /**
 * Auto Dial (08): Go to hopper, intake, then shoot.
 * Red/Blue: Determines direction.
 * ReplayCode: Ignored.
 *
 *     h___             ___h
 *   i |   |           |   | i
 *     |   |           |   |
 *     s  [^]         [^]  s
 *   b _____________________ r
 */

 /**
 * Auto Dial (09r): Place gear in the middle while unloading fuel for others.
 * Red/Blue: Determines direction of ReplayCode.
 * ReplayCode: Run ReplayCode if ON.
 *
 *               g
 *               | u
 *               |
 *              [v]
 *   b _____________________ r
 */

/**
 * Auto Dial (10): Always runs ReplayCode.
 * Red/Blue: Determines direction of ReplayCode.
 * ReplayCode: Ignored.
 *
 *              [?]
 *   b _____________________ r
 */

2017-animal-competition's People

Contributors

jonkiddy avatar ashrutsood avatar junqiwu02 avatar sree2000 avatar quinnrifkin avatar

Watchers

 avatar James Cloos avatar Philip C avatar  avatar  avatar Jacob D. Dolan avatar Arnav Parashar avatar  avatar

Forkers

hannahhe arnav100

2017-animal-competition's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.