-
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
- timeStamp
- currentState.sbg.roll
- currentState.sbg.pitch
- currentState.sbg.yaw
- currentState.sbg.rollAccuracy
- currentState.sbg.pitchAccuracy
- currentState.sbg.yawAccuracy
- currentState.sbg.gpsLatitude
- currentState.sbg.gpsLongitude
- currentState.sbg.gpsAltitude
- currentState.sbg.barometricAltitude
- currentState.sbg.relativeBarometricAltitude
- currentState.sbg.velocityN
- currentState.sbg.velocityE
- currentState.sbg.velocityD
- currentState.sbg.filteredXaccelerometer
- currentState.sbg.filteredYaccelerometer
- currentState.sbg.filteredZaccelerometer
- currentState.sbg.solutionStatus
- currentState.currentStateNo
- currentState.sbg.gpsPosStatus
- currentState.sbg.gpsPosAccuracyLatitude
- currentState.sbg.gpsPosAccuracyLongitude
- currentState.sbg.gpsPosAccuracyAltitude
- currentState.sbg.NumSvUsed (we logged this as a raw byte in the file. It needs to be post processed to convert it into ascii)
- currentState.sbg.velocityNAccuracy
- currentState.sbg.velocityEAccuracy
- currentState.sbg.velocityDAccuracy
- currentState.sbg.latitudeAccuracy
- currentState.sbg.longitudeAccuracy
- currentState.sbg.altitudeAccuracy
- currentState.sbg.pressureStatus
- currentState.sbg.barometricPressure
- currentState.sbg.imuStatus
- currentState.sbg.gyroX
- currentState.sbg.gyroY
- currentState.sbg.gyroZ
- currentState.sbg.temp
- currentState.sbg.deltaVelX
- currentState.sbg.deltaVelY
- currentState.sbg.deltaVelZ
- currentState.sbg.deltaAngleX
- currentState.sbg.deltaAngleY
- currentState.sbg.deltaAngleZ \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: