-
Notifications
You must be signed in to change notification settings - Fork 3
Getting started
Jonathan Papineau edited this page Mar 11, 2021
·
23 revisions
Linux:
- Download VSCode https://code.visualstudio.com/Download
- Open the terminal
- cd into the desired workspace
git clone https://github.com/uorocketry/rocket-code-2020.git --recurse-submodules
cd rocket-code-2020
- Setup the environment variables with this wiki page https://github.com/uorocketry/rocket-code-2020/wiki/Environment-Variables
- Install the necessary build tools using
sudo apt update && sudo apt install ninja-build cmake gcc make
. This command is for Debian/Ubuntu-based systems. It will vary between distros. - Compile the project with -
./build.sh
- You can now run the project locally with -
./run.sh
- Getting started
- Environment Variables
- Compiling the SBG Library on Linux\Unix\WSL
- Developing on Windows with VSCode
- Set Environment Variable In Vscode With The Cmake Plugin
- Creating Unit Tests
- Cross compiling for the Raspberry Pi
- Info and Error Logging in the Rocket Code
- Send Folder via SSH
Configuration:
Raspberry Pi Setup:
- Add a new wifi network on the Raspberry Pi
- Connect to Raspberry Pi via SSH
- Important Notes About Setting Up Raspberry Pi
- Running Emulation of Raspberry Pi
Logging Format: