-
Notifications
You must be signed in to change notification settings - Fork 168
perception refactor to be on parity with old architecture #534
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
e2cdac4
fix: event loop leak
paul-nechifor 38731ca
CI code cleanup
paul-nechifor 80c1f84
commiting this before it gets too disgusting
alexlin2 236b52d
updated object tracker to use latest stuff
alexlin2 f159a65
fix header issue
alexlin2 8384958
fixed local planner and transform bug
alexlin2 ea9330b
refactored manipulation module to use dimos types
alexlin2 c48bae9
added camera module for monocular depth estimation
alexlin2 f580e2b
cleaned up navigator, make set_goal blocking
alexlin2 29ac067
NavigateWithText now fully working
alexlin2 8f8a035
update spatial memory to use new types
alexlin2 f8a994c
more updates to pass tests
alexlin2 9580c56
small bug
alexlin2 70b2389
fixed object tracking targeting
alexlin2 9371605
cleanup and added integration test
alexlin2 3b1801c
added safe goal selector and fixed bugs
alexlin2 0a96df3
rebased off of dev
alexlin2 49a2fe0
CI code cleanup
alexlin2 cadfebb
tuning
alexlin2 bca1b29
finally fixed the ridiculously silent bug
alexlin2 0d2d897
need to pass test
alexlin2 f721ede
fixed some bugs
alexlin2 7a14117
added orientation to path
alexlin2 c3e3531
added recovery behaviors
alexlin2 1ba7361
ADDED RPC TIMEOUT, super important
alexlin2 de5c9a5
removed observe and observe stream skill as they are deprecated
alexlin2 80191fa
pass tests
alexlin2 7f87546
fixed a lot of bugs, changed costmap gradient to be handle by the con…
alexlin2 5e3ae8e
pass tests
alexlin2 41c8657
massive improvements and bug fixes
alexlin2 2679359
added minimal robot interface class
alexlin2 18cda83
small transform util bug
alexlin2 df12393
remove passing in reference to modules
alexlin2 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
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.
@leshy check if this timeout is now redundant with your changes
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.
yes this needs to be removed, told alex already, can't return None on timeouts
https://discord.com/channels/1341146487186391173/1344622457327321150/1404191636501561387