Code Monkey home page Code Monkey logo

612-2012-guillotine's Introduction

Chantilly Robotics Code for 2012 FRC Challenge

This project contains all of FIRST Team 612 Chantilly Robotics' code for the 2012 FRC Challenge.

Usage

For now, this project assumes that you already have ucpp installed and configured for your system. The build process is as follows:

$ ucpp init               #run once
$ ucpp configure          #run each time the files in the project have changed
$ make                    #compile and link all code (debug)
$ make DEBUG_MODE=0       #compile and link all code (release)
$ make deploy             #deploy code to robot

For more information regarding ucpp, see 'ucpp.rst'.

Configuring

  • Some configuration is required on the cRIO to get everything to work. First, when imaging it is necessary to select the option for WindRiver C++, and please enable NetConsole (except for in perhaps release builds).

  • Remember that the cRIO runs an ftp server that allows anonymous ftp access.

  • Second, for NetConsole to work ni-rt.ini needs to have the DNS and default gateway set to the router. The default is 10.6.12.1, and, though this works on the field, it will not allow NetConsole to work for debugging. The subnet mask of computer running NetConsole must also be set to 255.0.0.0 (not the more intuitive 255.255.255.0).

    • Again, without these changes, the robot will still DRIVE fine.
  • FOR NOW, the robot REQUIRES version 30 of the firmware. This WILL change come build season, though!

  • Be sure to undo any/all changes to ni-rt.ini before going onto the field!!!

License

All code in this project is licensed under the ISC License (see 'LICENSE.rst') and is Copyright © 2012 Chantilly Robotics unless otherwise noted.

Contributors

A full list of contributors is in 'AUTHORS.rst'.

Thanks

Thanks go out to nikitakit and all the other developers of the ucpp project. Thanks to github for providing hosting of our code. And finally, a big thanks to the entire organization of FIRST.

612-2012-guillotine's People

Contributors

anidev avatar b-nguyen avatar borahhong avatar chzn4lifez avatar leahh avatar rbmj avatar shirib avatar stevenlw avatar trololol avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.