Skip to content

E2e challenge july fixes#121

Merged
mwatson-nvidia merged 1 commit into
e2e_challengefrom
e2e_challenge_july_fixes
Jul 17, 2026
Merged

E2e challenge july fixes#121
mwatson-nvidia merged 1 commit into
e2e_challengefrom
e2e_challenge_july_fixes

Conversation

@mwatson-nvidia

Copy link
Copy Markdown
Collaborator
  • Improves NuPlan trajectory precision: translates large world/UTM coordinates in float64 before storing local float32 trajectories, avoiding sub-meter precision loss for ego and traffic agents.
  • Updates MTGS scene/asset handling:
    • supports explicit scene-ID → asset-folder mappings;
    • makes the scene-data-source cache a bounded LRU cache controlled by --cache-size;
    • accepts legacy MTGS assets without road_height_map, logging a warning instead of failing.
    • adds coverage for mapping, cache eviction, and legacy assets.
  • Adjusts NuPlan challenge runtime defaults:
    • builds gsplat CUDA kernels for sm_90 plus PTX;
    • enables aggregated rendering;
    • switches route generation from recorded to map-based, with a 40 m start offset / up to ~80 m lookahead;
    • restores four runtime workers for EC2 competition runs.
  • Fixes low-speed linear MPC behavior: removes incorrect steering/velocity product derivatives that caused a discontinuity at the kinematic-model speed threshold. Adds regression tests for
    threshold continuity and steady turning.
  • Updates renderer defaults to NRE 26.04, uses pycena_nrm_full, and enables the harmonizer.
  • Adds a GitHub issues link to the E2E challenge README.

@copy-pr-bot

copy-pr-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@mwatson-nvidia
mwatson-nvidia force-pushed the e2e_challenge_july_fixes branch from 2f2d1a3 to 0f1452c Compare July 17, 2026 18:54
@mwatson-nvidia
mwatson-nvidia merged commit 9177bd0 into e2e_challenge Jul 17, 2026
1 check passed
@mwatson-nvidia
mwatson-nvidia deleted the e2e_challenge_july_fixes branch July 17, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant