mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-14 19:43:50 +08:00
f2c6778548
* Adding foxglove support, demo version * Adding image/thumbnail support * Adding foxglove map support * Adding foxglove map support * Updating title in jsonschemas according to rlog attribute names * Remove shemas folder, add dynamic schema creation * Update identation to 2 spaces, code refactored * Fix, jsonToSchema() recursion returns 0 when an empty arr found * Update, empty arrays data type set to dummy value of type string * Enable logs download * Adding foxglove install functionality * Adding, transform json lists into json obj * Adding, pip install mcap library * format it * Refactoring msg adding to mcap writer by utilizing pool of worker processes Disabling compression --------- Co-authored-by: Justin Newberry <justin@comma.ai> old-commit-hash: 8a138f9be8542ef83fd42cbb030b05551af4afdb
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
echo "Installing foxglvoe studio..."
|
|
sudo snap install foxglove-studio
|