Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e73218d
modifying lcm overrides
leshy Jul 18, 2025
0cecd15
Merge branch 'stream_fixes2' into stream_fixes3
leshy Jul 18, 2025
24965e2
updated dimos-lcm ref to fix tests in ci
leshy Jul 18, 2025
cf6876c
foxglove bridge fixed to use dimos-lcm refactored code
leshy Jul 18, 2025
4d1653b
bump dimos-lcm
leshy Jul 18, 2025
a666683
fixed robot.foxglove_bridge to use the new API
leshy Jul 18, 2025
118f1d2
workflow rebuilds py
leshy Jul 18, 2025
6a8c26a
header type, transform tests
leshy Jul 18, 2025
0181ad8
tfmessage
leshy Jul 19, 2025
1c4f358
triggering py rebuild
leshy Jul 19, 2025
a425912
transform auto-encodes to tfmessage
leshy Jul 19, 2025
b3ea447
publish base_link transform
leshy Jul 19, 2025
e401f99
test run
leshy Jul 19, 2025
dc1e983
tfmessage test review
leshy Jul 19, 2025
bf25b0d
decorators first pass, accumulators
leshy Jul 20, 2025
844ec82
lcmservice supports passing live lcm instance
leshy Jul 20, 2025
30138b2
tf module added
leshy Jul 20, 2025
5c941ae
nix env changes for lcm_tf build
leshy Jul 20, 2025
52d29f8
dimos-lcm bump, dimos-tf added
leshy Jul 20, 2025
39b1781
correct package ref
leshy Jul 20, 2025
5b4699f
added lcm to dev image
leshy Jul 20, 2025
c12a14f
added liblcm-bin
leshy Jul 20, 2025
b8ea216
time conversion functions
leshy Jul 20, 2025
cbe9d61
tf push
leshy Jul 22, 2025
79a0663
disabling tf_lcm_py import
leshy Jul 22, 2025
5841406
removed lcm_tf_py for now
leshy Jul 22, 2025
574200e
temporarily disabled foxglove-bridge
leshy Jul 22, 2025
c64a136
dimos-lcm upgrade
leshy Jul 22, 2025
0c71a09
removed tf_lcm tests
leshy Jul 22, 2025
9e79ad4
fixed foxglove bridge tests
leshy Jul 23, 2025
27c0cc2
foxglove bridge class name fix
leshy Jul 23, 2025
fb54e22
foxglove bridge module fix
leshy Jul 23, 2025
fe562bb
Merge branch 'dev' into stream_fixes3
leshy Jul 23, 2025
c1aa8d7
upgrade dimos_lcm
leshy Jul 23, 2025
1cab6cb
removed go2 changes
leshy Jul 23, 2025
897ad58
dockerfile cleanup
leshy Jul 23, 2025
c59d1b9
flake cleanup
leshy Jul 23, 2025
08ffef1
dimos_lcm upgrade to fix foxglove bridge
leshy Jul 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- docker/python/**
- requirements*.txt
- requirements.txt
- pyproject.toml

dev:
- docker/dev/**
Expand Down
7 changes: 7 additions & 0 deletions bin/foxglove-bridge
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# current script dir + ..dimos


script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

python $script_dir/../dimos/utils/cli/foxglove_bridge/run_foxglove_bridge.py "$@"
2 changes: 1 addition & 1 deletion bin/lcmspy
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

python $script_dir/../dimos/utils/cli/lcmspy_cli.py "$@"
python $script_dir/../dimos/utils/cli/lcmspy/run_lcmspy.py "$@"
111 changes: 0 additions & 111 deletions dimos/msgs/foxglove_msgs/Arrow.py

This file was deleted.

1 change: 0 additions & 1 deletion dimos/msgs/foxglove_msgs/__init__.py

This file was deleted.

252 changes: 0 additions & 252 deletions dimos/msgs/foxglove_msgs/test_Arrow.py

This file was deleted.

Loading