-
Notifications
You must be signed in to change notification settings - Fork 3
Data Format for 2020 October Sky Launch
Sébastien Girard edited this page Apr 8, 2021
·
2 revisions
- (Boolean)islogging
- (uint64_t)timeStamp;
- (float)Xangle;
- (float)Yangle;
- (float)Zangle;
- (float)XangleAcc;
- (float)YangleAcc;
- (float)ZangleAcc;
- (double)gpsLatitude;
- (double)gpsLongitude;
- (double)gpsAltitude;
- (float)barometricAltitude;
- (float)velocityN;
- (float)velocityE;
- (float)velocityD;
- (float)filteredXacc;
- (float)filteredYacc;
- (float)filteredZacc;
- (int)solutionStatus;
- (uint16_t)currentStateNo; \r\n
- 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: