2014 FRC Kickoff

Today we went to NYU Poly‘s Library to watch the 2014 Kickoff and to pick up our Kit of Parts.

This year’s game is called Aerial Assist.

School not being open, we could not drop off the Kit of Parts.  I’ll either bring it on Monday around 6 or give it to Gus who might be able to bring it earlier.   After a first check it seems we’re only missing the two parts they told us we won’t have:

  • 5 2-position Link Connector (PN: JE150416673) and
  • 5 4-position Link Connector (PN: JE150279733)

On Monday we need to:

  1. Read the game manual before we meet
  2. Brainstorm about robot design
  3. Take inventory (2014 Kit and parts from past years)
  4. Complete the missing part form in TIMS
  5. Install LabView 2014 + Updates on 3 laptops

Getting access to Robot code

To get access to the robot projects you need to:

  1. Download Git from this site.
  2. Open Git Bash.  Depending on the options you picked during install you might have the shortcut on your desktop.  If not look for it in \Program Files\Git\bin\sh.exe.
  3. Once the window opens type ssh-keygen to generate a key pair. This will create a couple of files in your ~/.ssh directory.
  4. E-mail Bob (address in Google Docs roster) asking for access to the code repositories. Attach the public key file to the message.  That is the ~/.ssh/id_rsa.pub file.
  5. After you receive confirmation you’ve been added, open NetBeans and pick Team -> Git -> Clone 
  6. Your screen might look differently when the dialog below opens, but it should have a Repository URL field. Use the settings in the picture.  As you fill in the Repository URL, the dialog fields change to reflect the protocol you picked.  For the private key pick the other file generated by the ssh-keygen program ~/.ssh/id_rsa

Links:

Details about public key encryption.