Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Feb 15, 2024
1 parent 2bb17c5 commit 14a47cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion dbc_proto_bin_gen.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pkgs.stdenv.mkDerivation rec {
# Define the build phase to execute the scripts
buildPhase = ''
# Run the Python script
echo ${ht_can_pkg}
dbc_to_proto.py ${ht_can_pkg}
protoc --include_imports --descriptor_set_out=hytech.bin hytech.proto
'';
Expand Down
5 changes: 4 additions & 1 deletion presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
- we can use DBC files to create these proto files via a simple python script which has been implemented here:
- https://github.com/RCMast3r/data_acq/blob/master/py_dbc_proto_gen/dbc_to_proto.py

- foxglove studio (live view)
- foxglove studio (live view and )
- foxglove studio can graph, show live video feed, and even show our GPS position on a google maps overlay.
- can run soley in a browser with no downloads required
- can re-play mcap data

- mcap files (run to run data reccording)
- comparison to database approaches
Expand Down

0 comments on commit 14a47cd

Please sign in to comment.