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

Pygame window #40

Open
srajangoyal opened this issue Jul 6, 2023 · 1 comment
Open

Pygame window #40

srajangoyal opened this issue Jul 6, 2023 · 1 comment

Comments

@srajangoyal
Copy link

Hi! Really cool project. And thanks for sharing the pre-trained models.

When running the default evaluation script (adding new.ckpt in TEAM_CONFIG), no new Pygame window appears with ego's front view.
And I couldn't find any display interface in the tcp_agent code either.
All I see is the bird's view in the main Carla window, with ego following the route.

Am I missing something?

Thanks!

@penghao-wu
Copy link
Collaborator

Hi, this is expected. If you want to change the spectator view which is by default the BEV view, you can modify it here

spectator.set_transform(carla.Transform(ego_trans.location + carla.Location(z=50),
and
spectator.set_transform(carla.Transform(ego_trans.location + carla.Location(z=50),
.

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

No branches or pull requests

2 participants