Skip to content

FRC-Team-620/2018-WarbotDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

FRC team 620's 2018 robot Dashboard (Archived)

Source code for the 2018 comp Dashboard for: SpearHead

Game

The Game for 2018 is called Power Up, where teams are required to place milk crates, or "power cubes", on large balancing scales to tip the scale and gain ownership. Alliances can also trade power cubes for power ups, giving them a temporary advantage in a match. At the end of the match, robots can climb the tower attached to the center balancing scale using a rung attached to the tower, giving them additional points. Points are given by the amount of time each team has owned a switch.

Dashboard

This dashboard was written during competition to address the issue with air management on spearhead. We where having trouble with FRC's provided dashboard not connecting and being unreliable.

Dashboard features

  • Faster Connection to the robot
  • Real time pressure display
  • Real time actuation count of the elevator based on pressure (used to make sure we could climb)
  • Color coded game timer set to change color at set times to help alert drive team on when to preform different tasks like climbing
  • Comic sans Font

Unique features

This years robot's unique features include:

  • Double elevator with climbing system
  • Two stage pneumatic grabber
  • West Coast Drive
  • Turn Table (Snapped in Half at Comp, Replaced with fixed Grabber)
  • Two high Volume low weight aluminum air tanks.
  • Three custom CNC gearboxes. (drivetrain and elevator)

Goals of the year

Status Goal Additional Description
Yes Two Driver Control Allow two driver control with hot swappable control schemes.
Yes Module loading system Custom core api that allows loading of Modules like the elevator or grabber. To allow us to run simulation without actual hardware by just adding or removing Modules.
Yes cad based autonomous Auto cords are field centric vs starting at the robotics location. Allowing us to create and view paths in cad and use the measurements in code.
Yes Turn interpolation and waypoint setting Auto is able to bank/drift turns without stopping. To improve auto speed.
Yes Driver aid and automation Use odometry to automate driver tasks and account for field imperfections. Examples being drive straight, intake powercube etc.)
Yes Use Calculus to interpolate data between Navx sensor output. used Calculus to get more detailed data from Navx and interpolate data based off of time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages