Another build season is behind us. Before and after bagging pictures attached.
Author: teamadmn
2018 Build Season is here!
This year’s game is Power Up. Smaller team this year, but enthusiastic as always. We picked up our Kit Of Parts at LIU on kick-off where we ran into friends. [Hi Suman!]
Busy testing climb ideas while waiting for our CNC Mill to be delivered.
Missed the first round of FirstChoice, but we’re hoping for the best in the second round.
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:
- Read the game manual before we meet
- Brainstorm about robot design
- Take inventory (2014 Kit and parts from past years)
- Complete the missing part form in TIMS
- Install LabView 2014 + Updates on 3 laptops
Getting access to Robot code
To get access to the robot projects you need to:
- Download Git from this site.
- 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.
- Once the window opens type ssh-keygen to generate a key pair. This will create a couple of files in your ~/.ssh directory.
- 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.
- After you receive confirmation you’ve been added, open NetBeans and pick Team -> Git -> Clone
- 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.
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!