-
Notifications
You must be signed in to change notification settings - Fork 51
[crazy-robotaxi] Add session replace_prompt passthrough + presenter extra_key_handlers #496
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
aidanfnv
merged 54 commits into
NVIDIA:dev/aidanf/game/crazy-robotaxi
from
wenqingw-nv:robotaxi-463-liveedit-api
Aug 21, 2026
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
5501a1b
Initial impl
aidanfnv b1088c1
More overlays
aidanfnv b833483
Add handbrake and pedal brake->reverse behaviour
aidanfnv d3a9796
Improve pickup dropoff placements
aidanfnv a7ebd4e
add global timer and scoreboard
aidanfnv 0e9c964
minor improvements
aidanfnv e3a67e5
Fix idling speed
aidanfnv 7bd3d3f
Show highscore in HUD, remove pickup bonus time
aidanfnv 6f0b442
Faster acceleration
aidanfnv 90bbbdf
Make pickup/dropoffs more random
aidanfnv 2e98ce0
Fix taxi integration on PhysX baseline
aidanfnv c790f0f
Keep taxi driveable after collisions
aidanfnv 0715880
Strengthen curb steering and reverse transition
aidanfnv db07766
Make taxi handling more arcade-like
aidanfnv bdb73be
Place initial taxi pickup ahead of player
aidanfnv b601a81
Make braking and handbrake turns arcade-sharp
aidanfnv 4f28d11
Make curb recovery follow arcade steering
aidanfnv 228d1f4
Keep collision physics aligned with world rendering
aidanfnv 3a4fe60
Keep vehicle attitude and steering responsive
aidanfnv e04c3bc
Reduce traffic and bevel vehicle collision shapes
aidanfnv 3420e47
Synchronize native taxi markers with displayed frames
aidanfnv 2309f93
Make arcade steering responsive and consistent
aidanfnv 330ec29
Unify presented state with authoritative physics frames
aidanfnv 1b31587
Keep physics yaw within world model conditioning
aidanfnv 08e6c17
Support Python 3.10 high-score timestamps
aidanfnv 812b4e8
Keep ego heading on the conditioning trajectory
aidanfnv 23a5a91
Restore progressive keyboard steering
aidanfnv 1a258a2
Vary taxi pickups after the first fare
aidanfnv 844bd89
Cap initial pickup distance
aidanfnv 017a198
Isolate taxi physics from Ludus renderer
aidanfnv a907865
Move taxi game into crazy_robotaxi package
aidanfnv a00f2e7
Restore Crazy Robotaxi physics policy
aidanfnv d4aa95f
Isolate Crazy Robotaxi from Interactive Drive
aidanfnv 6e397dd
Add routed turn guidance to Crazy Robotaxi
aidanfnv b5ae9f8
Improve Crazy Robotaxi intersection guidance
aidanfnv 4d4786e
Synchronize Crazy Robotaxi BEV frames
aidanfnv 1990c61
Expand Crazy Robotaxi pickup choice
aidanfnv c34ba3a
Remove Crazy Robotaxi turn guidance
aidanfnv b2a8e83
Limit visible Crazy Robotaxi pickups
aidanfnv b40a384
Keep Crazy Robotaxi fares inside map bounds
aidanfnv 8a80675
Align Crazy Robotaxi generated frames with world state
aidanfnv df257df
Fix Crazy Robotaxi native BEV targets
aidanfnv aa6ce98
Point pickup compass at nearest target
aidanfnv c67297a
Prefer longer Crazy Robotaxi fares
aidanfnv 14ad298
Keep taxi targets farther from map edges
aidanfnv 7a58001
Enclose the Crazy Robotaxi play area
aidanfnv 0027c67
Fix Crazy Robotaxi play-area enclosure
aidanfnv 346b85a
Enclose interior road-network boundaries
aidanfnv 11e4a57
Add pedestrians to Crazy Robotaxi pickups
aidanfnv 9a8043d
Place Robotaxi stops along road edges
aidanfnv ba4412d
Extract Crazy Robotaxi as a standalone app
aidanfnv be12871
Fix Crazy Robotaxi runner manifest options
aidanfnv ca48a51
Add session replace_prompt API and presenter key-handler extension point
wenqingw-nv be6584a
Merge branch 'dev/aidanf/game/crazy-robotaxi' into robotaxi-463-livee…
aidanfnv 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.
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.
Aliases such as
digit1andnum_1resolve to the same key code as the built-inkey1binding but are not reserved. The built-in branch consumes these presses before_dispatch_extra_key, leaving an accepted extra handler silently unreachable.