GithubHelp home page GithubHelp logo

496powerup's Introduction

496PowerUP

2018 code

PowerUP Logo

Using git and GitHub

Students give this a try to learn how git works. Git is a version control system that allows us to share code. https://try.github.io/levels/1/challenges/1

Workflow

  1. Clone the project
  2. Create a development branch for the feature
  3. Commit and push up to the development branch
  4. Create a pull request to have the branch merged into the master when feature is complete.

Setting up Development Environment

We are using Java to develop the robot program. You need to install Java 8 JDK, not Java 9, eclipse for java developers, and the WPILIB plugins for eclipse. See the following site for detailed instructions. https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599681-installing-eclipse-c-java

You will also need to install the libraries and add them into eclipse for the NavX - MXP (our imu, ahrs, gyro, compass, etc). You can find instructions here: https://www.pdocs.kauailabs.com/navx-mxp/software/roborio-libraries/java/

Coding Refernce

WPILib Suite JavaDocs

WPILib Suite GitHub

Reference and tutorials for coding an FRC Robot are available here. https://wpilib.screenstepslive.com/s/currentCS/m/java

496powerup's People

Contributors

rkdunlop avatar

Stargazers

 avatar

Watchers

 avatar  avatar

496powerup's Issues

Add sensors and methods to driveTrain subsystem

  • Add NavX for turn control (compass, gyro)
  • Add Encoders for distance
  • Add method for drive certain distance in inches
  • Add method for turn certain number of degrees
  • Add method for driving with joysticks (overload the current drive method to take joystick as inputs)
  • Look into PID for the autonomous methods

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.