Giter Club home page Giter Club logo

frc4453_2018_proj's People

Contributors

connerebbinghaus avatar larsenmae avatar sdseifert avatar

Watchers

 avatar  avatar

frc4453_2018_proj's Issues

Grabber: Fix tilt.

Issues were reported with the tilt misbehaving. The issue will need to be tested and fixed.

Remove the Shooter.

We decided to remove the shooter. The subsystem code will need to be removed along with references to it.

Wings: Testing.

The wings need to have their code tested. They should lift upon hitting the left bumper and drop upon hitting the right button.

Hook: Fix button mapping.

Currently, the buttons in OI are mapped to the trigger axis. However, buttons cannot be mapped to an axis, and the values will instead be interpreted as buttons. For example, "mapping" to the left trigger actually maps to the B button (both have an id of 2).

Shooter: Map the shoot button.

The button for shooting the shooter needs to be mapped.
Y would be a good choice for the button, as it is currently unmapped.
Depends on #11.

Write the Climber Subsystem Code.

We need to write as much of the climber code ahead of time, as it look like it will be the most complex subsystem in terms of software.
Actuators:

  • Two motors

Sensors:

  • Gyroscope

The robot will need to keep itself level while climbing, even if the robot's weight is uneven.

Shooter Subsystem

The shooter consists of:

  • A motor to compress the spring
  • A Double Solenoid to hold the shooter in place
  • A limit switch to detect when the spring is fully compressed
  • And a magnetic clutch that needs to be released before firing.

General operation looks like:

  • The clutch engages, and the motor spins in one direction to compress the spring.
  • When the limit switch is hit, the motor stops, the solenoid engages, and (a few moments later) the clutch disengages.
  • The robot then waits for the command to shoot.
  • When told to shoot, the robot disengages the solenoid, releasing the shooter.

Required methods:

  • public void prepare() : prepare the shooter to fire.
  • public void fire() : fires the shooter.

Write the Lifter Subsystem Code.

The lifter needs to be able to carry two other robots. It will consist of two wings that will drop down.
From a software prespective, all that needs to be done is to drop the two wings. The wings should not be allowed to drop until endgame.

Hook: Testing.

The hook code must be tested.
It needs to be able to raise, lower, and hold its position.

Write the Raspberry Pi vision code.

Since we plan on using vision code this year, vision code must be written.
The vision code must be able to identify and track power cubes on the field. Distance and direction to the cube must be calculated.
Because of our autonomous strategy, only one cube needs to be tracked at a time.

Shooter: Write the shoot command.

A command to shoot the shooter needs to be written.
It must:

  1. Release the pneumatic latch.
  2. Wait for some time.
  3. Prepare the shooter for the next shot.

The command to prepare the shooter is already written (Shooter.PrepareCommand).

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.