Git Product home page Git Product logo

minifrc-2017's Introduction

MiniFRC-2017

Driver Station source for MiniFRC 2017 Follow the tutorials, you shouldn't need to download the source unless you want to play around with it

Version 3.6 has some cool shiny features but is VERY untested - use at your own risk NEW- Adjustable Baudrate NEW- resizeable screen FIXED- some lag, see closed issue for details FIXED- blanklines? maybe? see closed issue for details

NOTE: do not use any blank lines in the config file, in theory the code ignores them but in practice there's a bug somewhere Things you can type into the config file (exclude all carrots <>):

COM<#>      <defines the COM port number the program will try to connect to the robot with
joystick    <tells the program that you intend to use a joystick

axis,<name>,<forward key>,<backward key>        <sets up an axis controlled by 2 keyboard keys; ex: w and s
axis,<name>,<joystick number>,<joystick axis>   <sets up an axis controlled by a joystick, supports multiple joysticks

button,<name>,<key>                              <sets up a button controlled by the keyboard
button,<name>,<joystick number>,<joystick button number>  <sets up a button controlled by a joystick button
BAUD,<number>  							<changes the baudrate of the driver station from 9600 to whatever number you choose

minifrc-2017's People

Contributors

ddthj avatar

Watchers

James Cloos avatar  avatar

minifrc-2017's Issues

Newlines/blanklines in config.txt

I'm just leaving this here until I have a list to update to 3.6

Blank lines in the config.txt seem to glitch the driverstation somehow even though the driver station ignores them

Lag - Please Read

It appears that the driver station lags on less capable computers, if you have any issues please provide as much detail as possible so that we can narrow down what functions are causing the lag and better optimize the code.

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.