Programming: Difference between revisions

From 1511Wookiee
Jump to navigationJump to search
No edit summary
Line 30: Line 30:
*[[Preseason_Build_Project|<font color="#0066cc">Build a Project</font>]]  
*[[Preseason_Build_Project|<font color="#0066cc">Build a Project</font>]]  
*[[Preseason_Deploy_Code|<font color="#0066cc">Deploy a Project to Robot</font>]]  
*[[Preseason_Deploy_Code|<font color="#0066cc">Deploy a Project to Robot</font>]]  
<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">
<div class="mw-parser-output">
== Lessons ==
== 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">
* [[Preseason_Lesson1|Lesson 1]]: Make a motor run
* [[Preseason_Lesson1|Lesson 1]]: Make a motor run
* [[Preseason_Lesson2|Lesson 2]]: Control motor direction using the joystick
* [[Preseason_Lesson2|Lesson 2]]: Control motor direction using the joystick
* [[Preseason_Lesson3|Lesson 3]]: Automatically stop motor when limit switch is tripped
* [[Preseason_Lesson4|Lesson 4]]: Change motor speed using joystick
* [[Preseason_Lesson5|Lesson 5]]: Read encoder while motor moves
* [[Preseason_Lesson6|Lesson 6]]: Turbo and Slow speed
</div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div></div></div></div></div>

Revision as of 22:21, 28 November 2021

FRC and WPILib References

Quite Useful Things to Remember

Camera Server Port is 1181

Color sensor proximity reading ranges from 0-2048, the higher the value the closer the surface. A reading of ~300 or greater is enough for a reliable color read

 

Programming Preseason

Lessons