-
Notifications
You must be signed in to change notification settings - Fork 53
[API Refactor] Initial port of interactive_drive & omnidreams #529
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
ArielG-NV
merged 31 commits into
NVIDIA:main
from
ArielG-NV:api-refactor-v2/omnidreams-v2
Aug 28, 2026
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b1ee926
Initial interactive_drive + omnidreams port
ArielG-NV b8ef83d
initial manifest removal and clean up
ArielG-NV f64299a
clean up pipeline loading things and config
ArielG-NV 22a34f3
final clean up?
ArielG-NV 512ba77
better val
ArielG-NV 44d035d
merge fixes to physx and no-ui option
ArielG-NV f8d3f44
1 clean demo for all
ArielG-NV 9abdc72
add clean up
ArielG-NV 29d53fb
clean up host 0.0.0.0
ArielG-NV db9fab0
more docs + defaults
ArielG-NV cc01e81
readme
ArielG-NV 341d8d6
doc update
ArielG-NV a53902f
fix broken demo due to https://github.com/NVIDIA/flashdreams/pull/528
ArielG-NV f3ef107
brake fix + space fix + demo to ensure imgui works with text input + …
ArielG-NV 476b269
fix liscence + config to not auto-tune for testing reasons
ArielG-NV 28d8f05
formatting
ArielG-NV a90d549
add to ci to unbrick ci?
ArielG-NV f702151
fix linter issues
ArielG-NV 656c2a8
update CI scripts
ArielG-NV a1189aa
fix broken ci
ArielG-NV e913c65
fix test
ArielG-NV 48f0a19
fix gpu test
ArielG-NV 25cead7
fix tests again
ArielG-NV faea2fb
swap default drop oldest due to quality risks
ArielG-NV 3fa6bb0
FIX TEST
ArielG-NV b78b7f3
reverse via `R`; reset with +/start
ArielG-NV a8e811b
address review
ArielG-NV 0d1ef19
-40ms with fast-perf option
ArielG-NV 34440dd
clean up + formatting + try to reduce latency
ArielG-NV 97a70bf
fix formatting
ArielG-NV 9566ffd
delete bad test
ArielG-NV File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
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.
Does anything still run on 3.10 after this? requires-python is still >=3.10 but I think both the CPU and GPU jobs are off it now.
Uh oh!
There was an error while loading. Please reload this page.
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.
Github CI?