-
Notifications
You must be signed in to change notification settings - Fork 614
Nav pt4: Fix tranform frames #2112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
jeff-hykin
wants to merge
142
commits into
main
Choose a base branch
from
jeff/clean/nav3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
142 commits
Select commit
Hold shift + click to select a range
a7a9be9
pgo: publish pose graph (nodes + odom/loop edges) over LCM + top-down…
jeff-hykin ba0e17e
pgo: lift pgo_graph_{nodes,edges} via agentic_debug visual override
jeff-hykin 1801759
pgo: drop second rerun pane; revert to single 3D view
jeff-hykin 82d7799
pgo: publish per-keyframe delta on every loop-closure event + slow test
jeff-hykin 3c90a7f
pgo: scan-context-based loop-closure search
jeff-hykin 3e33003
pgo: synthetic drift test — proves Scan Context catches loops positio…
jeff-hykin 5f64131
pgo tests: replace _log() print wrappers with the dimos logger
jeff-hykin 6880ab6
pgo: expand short variable names introduced on this branch
jeff-hykin c7fd631
pgo: KITTI-360 benchmark scaffolding (loader + groundtruth + runner)
jeff-hykin e45b228
merge main into jeff/feat/better_pgo
jeff-hykin 1cf0045
make model_path optional
jeff-hykin c9a426a
add flowbase robot
jeff-hykin 272833c
add alfred
jeff-hykin 0863ad1
add blueprint
jeff-hykin 9020415
naming
jeff-hykin 6ea0251
name fix
jeff-hykin 8e9c445
mypy
jeff-hykin 277cd29
mypy
jeff-hykin f6010b0
-
jeff-hykin 4f43322
-
jeff-hykin c0f6bb9
fixup vis_throttle
jeff-hykin 45f57a5
-
jeff-hykin d1d484f
Merge branch 'jeff/feat/better_pgo' of github.com:dimensionalOS/dimos…
jeff-hykin 726808e
add recording topics
jeff-hykin 84bfe56
-
jeff-hykin 36a7454
-
jeff-hykin fe3c43d
Merge branch 'jeff/clean/nav2' into jeff/clean/nav3
jeff-hykin 8fe1f54
-
jeff-hykin d780dac
cleanup
jeff-hykin 559a0c1
Merge branch 'jeff/clean/nav2' into jeff/clean/nav3
jeff-hykin 4480966
Merge branch 'main' into jeff/feat/better_pgo
jeff-hykin 5b828e2
fix: mypy errors in pgo benchmark and demo viz
jeff-hykin 59b751c
fix: drop dead positive-yaw wrap in yaw_from_shift
jeff-hykin 4329aac
fix: drop empty pgo benchmark __init__.py
jeff-hykin 2d77b76
Merge branch 'main' into jeff/feat/flowbase
jeff-hykin ac17686
-
jeff-hykin 1d76b35
Merge branch 'jeff/feat/flowbase' of github.com:dimensionalOS/dimos i…
jeff-hykin 98a79a5
-
jeff-hykin b0fb1e1
Merge branch 'jeff/feat/flowbase' into jeff/clean/nav3
jeff-hykin a88f712
Merge branch 'main' into jeff/feat/better_pgo
jeff-hykin 67f2345
transform frames fix
jeff-hykin 3eba77b
add missing encoding
jeff-hykin b28cd00
important PGO optimizations
jeff-hykin a0fafbb
fix: annotate pgo smoke_test lcm callback to satisfy mypy
jeff-hykin 4479d8d
fix bug in cmu stack
jeff-hykin 4c412e7
transform frame fixups
jeff-hykin 0ffa39a
add additional check
jeff-hykin 4a27dd8
Merge branch 'jeff/feat/better_pgo' of github.com:dimensionalOS/dimos…
jeff-hykin 6901d71
fix: ignore sklearn import for mypy (no stubs available)
jeff-hykin 037f0c7
-
jeff-hykin ca977fa
-
jeff-hykin 1c34ab9
nits + greptile fixes on PGO benchmark + reverse-loop test
jeff-hykin 80adfb6
Merge branch 'main' into jeff/feat/better_pgo
jeff-hykin 4a0de4d
nits: rename msg/msg_cls/msg_type → message/message_class/message_type
jeff-hykin 6de903a
nits: lift scipy import to module top in run_kitti360_benchmark
jeff-hykin fbd00dc
nits: C++ rename mod→native_module, cp→cloud_with_pose, fix tresh typo
jeff-hykin e9f8356
generic-ize PGO output topic names
jeff-hykin 5cc294b
-
jeff-hykin 5fe55c8
WIP: move KITTI-360 benchmark out of pgo, refactor into Modules + Blu…
jeff-hykin 44f41f9
fix: annotate runner.get_results local to satisfy mypy
jeff-hykin 3015232
flatten pgo/benchmark/ — drop the dir, files live at pgo/
jeff-hykin c1308e2
fix: regenerate all_blueprints.py for new pose_graph_kitti360 modules
jeff-hykin ff2ccb1
rename
jeff-hykin 8afcf97
nits: expand fid/src/dst/tp/fp/fn/p/r in loop_groundtruth.py
jeff-hykin 91cbdca
benchmark_kitti_smoke_test: rewrite on top of Modules + Blueprint
jeff-hykin b07f9ac
test_pgo_synthetic_drift: rewrite via Modules + Blueprint
jeff-hykin 7f12682
cleaning
jeff-hykin 73669bc
benchmark_place_recognition: humanise top-of-file docstring
jeff-hykin 999a961
-
jeff-hykin d1d3356
fix: simulation arg (#2103)
paul-nechifor 1b045e9
fix: ignore sklearn import for mypy (no stubs available)
jeff-hykin caaad9e
fix: drop ASCII section markers from test_pgo_synthetic_drift
jeff-hykin 5bcf724
test_pgo_loop_closure: rewrite via Modules + Blueprint
jeff-hykin 410b7c9
fix: drop ASCII section markers from test_pgo_loop_closure
jeff-hykin 2bdb6e1
test_pgo_rosbag + rosbag_fixtures: drop hardcoded LCM topics, use Mod…
jeff-hykin 0a9b92d
remove empty configs + inline _message_to_dict + pydantic Field
jeff-hykin 101fa7b
Merge origin/jeff/feat/better_pgo (PGO improvements + KITTI360 benchm…
jeff-hykin 3ce2811
-
jeff-hykin 2ae7f18
move HACK comment from PGO.start() to _STARTUP_SETTLE_SEC
jeff-hykin 0227c1a
Merge remote-tracking branch 'origin/main' into jeff/clean/nav3
jeff-hykin 17a0d67
Merge branch 'jeff/clean/nav0' of github.com:dimensionalOS/dimos into…
jeff-hykin f4512c2
-
jeff-hykin 74e2c43
fix: cover playback-vs-PGO-startup race + section markers + regen all…
jeff-hykin 936c33d
fix: drop duplicate `bool debug` in pgo/main.cpp + section markers in…
jeff-hykin f4a8e2a
fix: stop the host-side RPC client even when proxy.stop() raises
jeff-hykin bcc422d
test: mark PGO synthetic_drift + loop_closure as self_hosted
jeff-hykin 3eb80b8
test: add skipif_no_nix and apply it to PGO C++-binary tests
jeff-hykin ed64f25
fix: query-level loop scoring + surface playback errors
jeff-hykin 158f3eb
fix: RosbagScanOdomPlaybackModule surfaces playback errors
jeff-hykin 6dccb2d
fix: SyntheticDriftPlaybackModule surfaces playback errors
jeff-hykin c01756d
fix: query-level FP in scoring (TP + FP now dimensionally consistent)
jeff-hykin 8d3d768
Update dimos/navigation/nav_stack/main.py
jeff-hykin 064af1e
fix: move _maybe_build to NativeModule.build() — fixes PGO startup race
jeff-hykin abc78e4
fix: address greptile review on nav_stack/main.py max_hz block
jeff-hykin 6e236e7
feat: subprocess-ready handshake — native modules signal when they're…
jeff-hykin ae6b59a
feat: ready handshake for all C++ native modules
jeff-hykin e376930
Merge remote-tracking branch 'origin/main' into jeff/feat/better_pgo
jeff-hykin eff5254
test: rename benchmark_kitti_smoke_test.py -> demo_benchmark_kitti_sm…
jeff-hykin 9e42096
fix: regenerate all_blueprints.py for TopicCounterModule
jeff-hykin 9af58da
revert
jeff-hykin c7dc341
simplify
jeff-hykin d45adb2
-
jeff-hykin 5d95b34
nav: add LoopClosure spec and use it in run_benchmark
jeff-hykin 026adba
docs
jeff-hykin beba4dd
-
jeff-hykin e0fecd7
pgo: ready handshake — block start() until C++ binary is subscribed
jeff-hykin 9128a70
Merge branch 'jeff/clean/nav0' into jeff/clean/nav3
jeff-hykin be7412b
Revert "pgo: ready handshake — block start() until C++ binary is subs…
jeff-hykin 90e062a
make test reliable
jeff-hykin 5e1e225
fixup start
jeff-hykin 1584fe6
-
jeff-hykin a7af8ac
remove flakey test
jeff-hykin 5697835
fixup on macos
jeff-hykin 547205b
fixup LoopClosure spec
jeff-hykin ab133a0
-
jeff-hykin df16d46
fix timeout
jeff-hykin c138f66
Merge remote-tracking branch 'origin/main' into jeff/feat/better_pgo
jeff-hykin b9df4fa
Merge remote-tracking branch 'origin' into jeff/clean/nav3
jeff-hykin 29dfafe
-
jeff-hykin cf6772e
Merge remote-tracking branch 'origin/main' into HEAD
jeff-hykin 5769d48
Merge remote-tracking branch 'origin/main' into HEAD
jeff-hykin 124c4e3
build native modules in the build step
jeff-hykin c152325
feat(msgs): GraphNodes3D Kaitai Struct schema
jeff-hykin 04d73a3
feat(msgs): expose LineSegments3D public attrs + per-segment timestamps
jeff-hykin 3564a77
feat(msgs): C++ LineSegments3D typed publisher header
jeff-hykin 75b4e8d
feat(msgs): Graph3D pose-graph message type
jeff-hykin 9ead549
refactor(far_planner): switch graph_nodes+graph_edges to graph: Out[G…
jeff-hykin 6185f62
refactor(pgo): pose_graph_nodes+edges → pose_graph: Out[Graph3D]; dro…
jeff-hykin f97e1bd
chore(pgo): rename demo_benchmark_kitti_smoke → benchmark_kitti360_smoke
jeff-hykin be9f2ca
remove .ksy
jeff-hykin edb0584
test(pgo): restore filename test_pgo_loop_closure.py
jeff-hykin 7311034
Merge remote-tracking branch 'origin/main' into jeff/feat/better_pgo
jeff-hykin bf3c570
Merge branch 'jeff/feat/better_pgo' of github.com:dimensionalOS/dimos…
jeff-hykin 1c59f23
chore(blueprints): regenerate all_blueprints.py for smoke-test rename
jeff-hykin 6c87dcc
misc
jeff-hykin e4dd71a
feat(msgs): GraphDelta3D + wire PGO's loop_closure_event to it
jeff-hykin 446fa16
clean comments
jeff-hykin 4c6fd58
Merge branch 'jeff/feat/better_pgo' into jeff/clean/nav3
jeff-hykin 444b0ad
Merge branch 'jeff/feat/better_pgo' into jeff/clean/nav3
jeff-hykin 5a0def2
fix nits: drop self-evident comments
jeff-hykin 29564c6
fix(rerun): auto-dispatch via to_rerun_multi when message exposes it
jeff-hykin e0002e4
clean
jeff-hykin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_tf_lockis a class-level attribute shared by everyModuleBaseinstanceBecause
_tf_lockis declared directly in the class body, all instances share the exact samethreading.Lockobject. When dozens of modules initialize concurrently at startup, they all serialize on this single lock even though their_tffields are entirely independent. Moving initialization to__init__(e.g.,self._tf_lock = threading.Lock()) gives each instance its own lock and eliminates the cross-instance contention.