Skip to content
This repository was archived by the owner on May 26, 2019. It is now read-only.

2016.01.23 Making things go

Dave Wiesmore edited this page Jan 23, 2016 · 4 revisions

Today our goals are to have every student make a code change to github, push those changes, and deploy that code to a "robot"

Instead of writing complex code we are focusing on getting the code from github and onto the robot. To do this we will need:

  • A deployment laptop, we need admin rights and the ability to connect to the robot's wifi router in order to deploy code.
  • The robot's deployment board, a mock board that has a roboRio, a couple speed controllers, and a battery
  • Each programmer is assigned a button on the controller and told to write a command group that will run when the button is pressed. Use motor 0 and 1.
  • After code is in git then each goes to the deploy PC and pull code and deploy changes to the roboRio then test their button.

Clone this wiki locally