Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mach-kernel/334-2013
Competition-ready program for Donatella, an Ultimate Ascent FRC Bot.
https://github.com/mach-kernel/334-2013
Last synced: 4 days ago
JSON representation
Competition-ready program for Donatella, an Ultimate Ascent FRC Bot.
- Host: GitHub
- URL: https://github.com/mach-kernel/334-2013
- Owner: mach-kernel
- Created: 2013-02-14T22:04:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T21:13:13.000Z (almost 11 years ago)
- Last Synced: 2024-04-19T16:14:37.773Z (7 months ago)
- Language: Java
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Donatella (FRC 2013 Software)
========## What is it?
This is the competition program for 'Donatella', the 2013 Ultimate Ascent bot built by FRC Team 334 from Brooklyn Technical High School.
It is written in [Java ME](http://en.wikipedia.org/wiki/Java_Platform,_Micro_Edition) for the [CompactRIO](http://en.wikipedia.org/wiki/CompactRIO) microcontroller. I'm sure you already knew that!
## Cool! How do I use it?
### Requirements
You'll need:
* [The Eclipse IDE](http://eclipse.org/)
* [WPILibJ for Eclipse:](http://first.wpi.edu/FRC/java/eclipse/update/) Add this as a software source and then install the FRC packages.
* Git### How-to
1. Open your favorite shell (this works on Windows too) and do:
```
git clone [email protected]:mach-kernel/334-2013.git
```
2. Import the project into Eclipse.
3. Fix your build path (this is most likely broken if your eclipse directory is not C:\eclipse\ or if you're not using Windows).
4. Set your team number within the FRC preferences
5. ???
6. Profit!## This is sweet! Can I use it?
Of course! You are allowed to modify and redistribute this code as long as you give credit to 334 (use a modified version of our header!) and acknowledge WPILibJ's BSD license (included in build). We hope you learn from this and share it. Knowledge is power. Also, no commercial usage, please!
This software is bound by the [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-nc-sa/3.0/).