Skip to content
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

[Feature request] implement scenario_metadata color config on Envision #1967

Closed
qianyi-sun opened this issue Apr 18, 2023 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@qianyi-sun
Copy link
Contributor

Proposal

The color set in the following code can be also visualized on Envision

    scenario=Scenario(
        traffic=traffic,
        ego_missions=ego_missions,
        scenario_metadata=ScenarioMetadata("Leader-007", Colors.Blue),
    ),
    output_dir=Path(__file__).parent,
)

Motivation

For some use case like following scenarios, users might want to clearly watch some actor(s) in the simulation. Allowing color config works on Envision might be good to improve user experience.

Alternatives

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants