Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
/ frc-2018 Public archive

Programming repository of team Arctos 6135 in FIRST POWERUP 2018

Notifications You must be signed in to change notification settings

Arctos6135/frc-2018

Repository files navigation

FRC 2018

Programming repository of team Arctos 6135 in FIRST POWER UP 2018 Visit us at arctos6135.ca!

Building This Project

In order to keep the code more organized, some parts of our code were packaged into jars and put under the /lib/ directory. However, this introduces some minor inconveniences when building.

For those looking to build the robot code, first include all the jars under the /lib/ directory into the build path, then make symlinks from user_home/wpilib/user/java/lib for all the jars.

For Windows, this command is mklink path\to\symlink path\to\target, and for UNIX it is ln -s path/to/target path/to/symlink.

Note that making a shortcut will not work, as during the building process build.xml looks for actual files.

About

Programming repository of team Arctos 6135 in FIRST POWERUP 2018

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages