Programming: Difference between revisions

From 1511Wookiee
Jump to navigationJump to search
No edit summary
No edit summary
Line 20: Line 20:


<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">
Line 28: Line 29:


*[http://penfieldrobotics.com/wiki/images/a/a7/Programming.pdf <font color="#0066cc">C++ Overview Slides</font>]  
*[http://penfieldrobotics.com/wiki/images/a/a7/Programming.pdf <font color="#0066cc">C++ Overview Slides</font>]  
*[http://http://penfieldrobotics.com/wiki/images/6/64/Preseason_BuildProject.txt <font color="#0066cc">Build a Project</font>]
*[http://penfieldrobotics.com/wiki/images/a/a0/Preseason_DeployProject.txt <font color="#0066cc">Deploy a Project to Robot</font>]


== Files ==
== Files ==
<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">
=== Initial ===
=== Initial ===


Line 40: Line 41:


&nbsp;
&nbsp;
</div>
</div> </div> </div> </div> </div>

Revision as of 11:07, 17 November 2019

FRC and WPILib References

Quite Useful Things to Remember

Camera Server Port is 1181

Programming Preseason

Files

Initial

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

18. Replace the contents for the Robot.cpp and Robot.h files:
    18a. download Preseason_Initial.zip
    18b. copy Robot.cpp to C:\Users\Robotics\Desktop\preseason\test\src\main\cpp\Robot.cpp
    18c. copy Robot.h to C:\Users\Robotics\Desktop\preseason\test\src\main\include\Robot.h