Code Monkey home page Code Monkey logo

frc-2022's People

Contributors

aidanmoellering avatar elijousgit avatar ev118 avatar lucahaverty avatar nev3rofficial avatar oehrbar avatar pepperlola avatar pfoorion avatar varcepheid avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

frc-2022's Issues

Climber testing

The climber branch already exists, and the subsystem and all of its commands have been built there. Once a prototype (or a final version) for the climber is constructed, we can start testing the existing code and making minor edits as needed.

Climber Subsystem

Initial implementation should include 4 motors. Two will be for the lifting set of arms, and two will be for the rotating arms. The two motors in a pair should spin in opposite directions (motor.setInverted(true) on the motors on one side). One motor in each pair should be the leader and the other should be the follower (the follower will copy whichever instructions get sent to the leader) by calling follower.follow(leader).

Climb commands will be necessary later, but we don't have to worry about that now, or until we have the robot built.

Shooter Subsystem

NOTE: The design is not finalized and is subject to change.
Will likely have two motors that need to spin at the same time in order to shoot using a flywheel.
Needs to be able to be toggled, as well as set to be enabled or disabled.
Know when the flywheels are at the target speed (either through motor encoders or just waiting).

Intake Subsystem

NOTE: This design is not finalized and is subject to change.
Probably will use one or two motors.
Needs to be able to be toggled, as well as set to be enabled or disabled.

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.