-
Notifications
You must be signed in to change notification settings - Fork 3
Testing With Predefined Sensor Data
Ajay Ramachandran edited this page Jan 7, 2021
·
6 revisions
To enable testing mode, define the TESTING
environment variable.
On Linux/WSL:
Set: export TESTING=1
Unset: unset TESTING
You can also set this up with Vscode
Testing data is a csv formatted in the same way as the log files (located at LOG_PATH
, default /data/
). Unlike the log files, it should have all data in one file.
This file should be placed in the location specified by TESTING_INPUT_FILE
(default ./data/test-data.csv
).
- 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: