Coder Social home page Coder Social logo

robot-2020's Introduction

FRC team 3512's 2020 robot

Source code for the 2020 comp robot: Andromeda

Source code also for the 2020 practice robot: Aithir

Setup

Install the relevant FRC toolchain for your platform (see https://github.com/wpilibsuite/allwpilib/releases). Make sure ~/frc2020/roborio/bin is in PATH.

Install the following OS packages.

  • gcc >= 7.3.0
  • python >= 3.6

Install the following python packages via pip3 install --user package_name.

Build

  • ./make.py build

This runs a roboRIO build. Message parsers for the publish-subscribe framework will be automatically generated in build/generated. build/generated/include is specified as an include path in the Makefile, so #include directives can start from that directory.

Test

  • ./make.py test

This runs a desktop build and executes all the unit tests in src/test.

Deploy

  • ./make.py deploy

This runs a roboRIO build if needed, copies the resulting binary to a roboRIO at 10.35.12.2, and restarts it.

Documentation

  • ./gradlew doxygen

Doxygen 1.8.15 needs to be installed. The HTML documentation will be generated in build/docs/html with an index.html page as the root.

Game

Unique features

Goals of the year

Roster

Mentors: Tyler Veness

Students:William Jin (Lead), Kyle Quinlan, Matthew Santana, Ivy Quach, Adan Silva

robot-2020's People

Contributors

calcmogul avatar secmancer avatar willji0023 avatar ivy-quach avatar

Watchers

James Cloos avatar

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.