- Introduced record_episode.py for capturing ESP32 IMU data and RealSense images. - Added SwitchChangeDetector and SwitchLevelController for managing recording triggers. - Enhanced ESP32Bridge with new methods for reading samples and latest packets. - Updated verify.py and visualise.py to improve serial communication stability. - Modified .gitignore to include dataset, csv, and png directories.
12 lines
63 B
Plaintext
12 lines
63 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.class
|
|
|
|
|
|
.vscode/
|
|
|
|
dataset/
|
|
|
|
csv/
|
|
|
|
png/ |