Programming: Difference between revisions

From 1511Wookiee
Jump to navigationJump to search
No edit summary
No edit summary
Line 26: Line 26:
<div class="mw-parser-output">
<div class="mw-parser-output">
<div class="mw-parser-output">
<div class="mw-parser-output">
<div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output">
= Programming Preseason =
= Programming Preseason =


Line 32: Line 33:
*[http://penfieldrobotics.com/wiki/images/a/a0/Preseason_DeployProject.txt <font color="#0066cc">Deploy a Project to Robot</font>]  
*[http://penfieldrobotics.com/wiki/images/a/a0/Preseason_DeployProject.txt <font color="#0066cc">Deploy a Project to Robot</font>]  


== Files ==
== Lessons ==
<div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output">
<div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output">
<div class="mw-parser-output">
Create a 'test' project following these instructions: [http://penfieldrobotics.com/wiki/images/f/f4/Preseason_CreateProject.txt <font color="#0066cc">Create Test Project</font>]
<div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output">
=== Initial ===
 
1. Create a 'test' project following these instructions: [http://penfieldrobotics.com/wiki/images/f/f4/Preseason_CreateProject.txt <font color="#0066cc">Create Test Project</font>]


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NOTE: Get Robot.cpp & Robot.h file contents from:&nbsp; [http://penfieldrobotics.com/wiki/images/b/bc/Preseason_Initial.zip <font color="#0066cc">Preseason_Initial.zip</font>]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NOTE: Get Robot.cpp & Robot.h file contents from:&nbsp; [http://penfieldrobotics.com/wiki/images/b/bc/Preseason_Initial.zip <font color="#0066cc">Preseason_Initial.zip</font>]


2. Modify&nbsp;project to run motor: [http://penfieldrobotics.com/wiki/images/8/84/Preseason_Lesson1_TurnMotor.txt <font color="#0066cc">Lesson 1</font>]
[http://penfieldrobotics.com/wiki/images/8/84/Preseason_Lesson1_TurnMotor.txt <font color="#0066cc">Lesson 1</font>]: Make a motor run
</div> </div> </div>
 
[http://penfieldrobotics.com/wiki/images/3/33/Preseason_Lesson2_JoystickMotor.txt <font color="#0066cc">Lesson 2</font>]: Control motor using the joystick
</div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div>

Revision as of 11:58, 17 November 2019

FRC and WPILib References

Quite Useful Things to Remember

Camera Server Port is 1181

Programming Preseason

Lessons

Create a 'test' project following these instructions: Create Test Project

      NOTE: Get Robot.cpp & Robot.h file contents from:  Preseason_Initial.zip

Lesson 1: Make a motor run

Lesson 2: Control motor using the joystick