Programming: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Programming (talk | contribs) No edit summary |
Programming (talk | contribs) No edit summary |
||
Line 32: | Line 32: | ||
<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 === | ||
Create a 'test' project | Create a 'test' project following these instructions: [http://penfieldrobotics.com/wiki/images/f/f4/Preseason_CreateProject.txt <font color="#0066cc">Create Test Project</font>] | ||
18. Replace the contents for the Robot.cpp and Robot.h files:<br/> 18a. download [http://penfieldrobotics.com/wiki/images/b/bc/Preseason_Initial.zip <font color="#0066cc">Preseason_Initial.zip</font>]<br/> 18b. copy Robot.cpp to C:\Users\Robotics\Desktop\preseason\test\src\main\cpp\Robot.cpp<br/> 18c. copy Robot.h to C:\Users\Robotics\Desktop\preseason\test\src\main\include\Robot.h | 18. Replace the contents for the Robot.cpp and Robot.h files:<br/> 18a. download [http://penfieldrobotics.com/wiki/images/b/bc/Preseason_Initial.zip <font color="#0066cc">Preseason_Initial.zip</font>]<br/> 18b. copy Robot.cpp to C:\Users\Robotics\Desktop\preseason\test\src\main\cpp\Robot.cpp<br/> 18c. copy Robot.h to C:\Users\Robotics\Desktop\preseason\test\src\main\include\Robot.h | ||
| | ||
</div> | </div> |
Revision as of 09:25, 17 November 2019
Programming Sub-pages and Links
FRC and WPILib References
- FRC Control System Documentation (aka "wpilib screensteps")
- FRC C++ WPILib API Docs
- CTRE Phoenix - Third party software drivers used to talk to Talon SRX's over CAN bus:
- CTRE Phoenix Docs - Verbose documentation and detailed guides
- CTRE Phoenix API - API Reference
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