Skip to content

This is the base (generic) code for Finney robot development. Any code that we plan to use year to year will be here.

Notifications You must be signed in to change notification settings

ImportSJC/RobotBaseCode_2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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 <url>
  • 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 <branch>
  • 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.

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

  • Create a new "Robot Java" Project in eclipse

  • Give it a name and make it an iterative robot (eg. Test)

  • Open the GIT perspective (Window->Perspective->other, Select Git)

  • Clone the desired project code from github.com (search Finney Robotics) (eg. Development Code)

  • Remove just created repository from view

  • Select Java EE perspective

  • Import File system from created project( eg. Test)

  • Click next

  • Select the repository name(eg. Development Code) for the from Directory

  • Select the entire directory by clicking in the box next to the repository name (will be checked)

  • Click Finish

  • Right click on project name ->Team->share Project-> Finish

About

This is the base (generic) code for Finney robot development. Any code that we plan to use year to year will be here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages