-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Fix] #37 - Fix build process and run for Carla Agent docker image #56
[Fix] #37 - Fix build process and run for Carla Agent docker image #56
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
@ll7 @JulianTrommer There is a new CARLA simulator version for Leaderboard-2.0 available (the one from For now, I uploaded it to my Docker repo FYI: The new leaderboard simulator version comes with a few breaking changes, one of which: a lot more traffic. Will document that in this PR after everything is done here. |
I am currently working on pushing the image. I will notify you as soon as the image is online. |
The package is now online: https://github.com/una-auxme/paf23/pkgs/container/paf23/148387355?tag=leaderboard-2.0 |
Simulation results
|
Done! |
added new dockerfile for submission. (Not adjusted yet)
f047678
to
e129882
Compare
Simulation results
|
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.
Changes work!
Description
This PR fixes the overall Carla Agent building process and uses the newest leaderboard-2.0 version:
b5 run
b5 run
--> Building and running works again with the newest updates for leaderboard-2.0!
Be aware, that the current implementation (PAF22) is broken! The agent doesn't leave its parking spot at the beginning, probably because there's a lot more traffic now.
The rebuilt Carla Simulator Docker image was downloaded from here and then built with the included Dockerfile.
Fixes #37 #76
Authors: @samuelkuehnel @MaxJa4
Type of change
Does this PR introduce a breaking change?
No, it fixes
Most important changes
Newest leaderboard-2.0 files and working agent docker build & run.
Checklist: