[crazy-robotaxi] Add settings/controls menus w/ rebinding, persistent settings configs, better UI, live-edit fixes - #553
Open
aidanfnv wants to merge 41 commits into
Conversation
…zy-robotaxi-options # Conflicts: # apps/crazy_robotaxi/README.md # apps/crazy_robotaxi/crazy_robotaxi/application.py # apps/crazy_robotaxi/crazy_robotaxi/live_edit/runtime_v2.py # apps/crazy_robotaxi/crazy_robotaxi/maps/boulevard_district.robotaxi.yaml # apps/crazy_robotaxi/crazy_robotaxi/maps/flashdreams_raceway.robotaxi.yaml # apps/crazy_robotaxi/crazy_robotaxi/session.py # apps/crazy_robotaxi/tests/test_maps.py # apps/omnidreams_game_engine/NODE_GRAPH_MAP_FORMAT.md # apps/omnidreams_game_engine/omnidreams_game_engine/game_map/_schema.py # apps/omnidreams_game_engine/omnidreams_game_engine/game_map/types.py # apps/omnidreams_game_engine/omnidreams_game_engine/scene.py
aidanfnv
marked this pull request as ready for review
September 2, 2026 22:04
Collaborator
Author
|
/ok to test 1ba098a |
Contributor
Greptile SummaryThis PR adds persistent settings and rebindable controls to Crazy Robotaxi while expanding its menus, map metadata, live-edit behavior, and shared game-engine input and scene-loading contracts.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains in the eligible follow-up review scope. No blocking failure remains. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart LR
A[Runner defaults] --> B[Load user settings YAML]
B --> C[Apply explicit CLI overrides]
C --> D[Application configuration]
E[Keyboard controls YAML] --> F[Control bindings]
G[Gamepad controls YAML] --> F
H[Wheel controls YAML] --> F
F --> D
D --> I[Mode and map selection]
I --> J[Load authored map and scene]
J --> K[Create game session]
K --> L[Model and simulation loop]
K --> M[Options and Controls UI]
M --> B
M --> E
M --> G
M --> H
Reviews (10): Last reviewed commit: "[crazy-robotaxi] Add HD map view control" | Re-trigger Greptile |
Collaborator
Author
|
/ok to test f2abad5 |
Signed-off-by: Aidan Foster <aidanf@nvidia.com>
Signed-off-by: Aidan Foster <aidanf@nvidia.com>
Signed-off-by: Aidan Foster <aidanf@nvidia.com>
Signed-off-by: Aidan Foster <aidanf@nvidia.com>
Signed-off-by: Aidan Foster <aidanf@nvidia.com>
This reverts commit 4687aee.
Signed-off-by: Aidan Foster <aidanf@nvidia.com>
Signed-off-by: Aidan Foster <aidanf@nvidia.com>
Signed-off-by: Aidan Foster <aidanf@nvidia.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #551
Closes #552
Closes #549