Skip to content

ImportSJC/Robotics_Auto_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinneyRobotics

Code for Finney Robotics Team

Steps for pulling the auto code down into a eclipse project:

  • Create a new "Robot Java" Project in eclipse
  • Give it a name and make it an iterative robot
  • Now "cd" into the project folder in Git Bash
  • Create your git repository here.
    • git init
    • git remote add origin
  • Delete the local files/folders that are already in the git repo
    • src/
    • build.properties
    • build.xml
  • Pull the remote files onto the local machine
    • git pull origin
    • git pull origin
  • You can double check that everything worked by performing a "git status" on your local repo and you should have a clean working directory.
  • Refresh your eclipse project.

About

The template Auto Code without any of the robotics code/Mr. Wulff's CPI code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages