Basic software team training for Python
The following are links you should be aware of while starting training.
The main RobotPy docs should be referenced for python-specific information.
The WPILib documentation has more general FRC robot programming information.
ThinkPython3 is a free textbook we'll use to help guide the lessons.
Some 3rd-party vendor resources:
- Rev Robotics Software
- Cross The Road Electronics (CTRE) Software Documentation
- PhotonVision Software Documentation
- Playing with Fusion (PwF) Software Documentation
Click here to go to the lesson
Click here to go to the lesson
Click here to go to the lesson
This has to be run locally on your computer, it won't work online.
First, from the start menu, launch a cmd
console and run the following:
pip install notebook
If you haven't yet, clone this repo onto your computer.
Open another cmd in that repo.
To start the training, run the launchTraining.bat
. The training should pop up in a web browser.