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

compatibility with new versions #45

Closed
klaus99815 opened this issue Mar 9, 2022 · 6 comments
Closed

compatibility with new versions #45

klaus99815 opened this issue Mar 9, 2022 · 6 comments

Comments

@klaus99815
Copy link

klaus99815 commented Mar 9, 2022

Hello,
I am very interested in your project. The new version of Carla enriches many functions and fixes some bugs. The project is great. If the project is compatible with the latest version of Carla, it will have more extensions. Will it be possible to release the training code or model under carla0.9.12+ ? Or I just wonder if the code will also work in carla0.9.12+ or is it relatively easy to extend it for that?

Thanks, in advance!

@dotchen
Copy link
Owner

dotchen commented Mar 9, 2022

Hi,

Thank you for your interest in this project. We currently don't have plans to extend it to later CARLA versions, but it should be relatively easy to do so, especially if you do not intent to touch the BEV rendering part of the code.

@klaus99815
Copy link
Author

klaus99815 commented Apr 3, 2022

Hi, @dotchen
I'm sorry to bother you again.
As you said, the project is relatively easy to be compatible with the latest version of carla0 9.13. I tried. However, during the evaluation, when running to the second route, the program made an error, as shown in the figure below. In other words, each time the program is started, the vehicle can only run one route and cannot run continuously until the end of the evaluation.
4 3

I'm not very familiar with the code of the leaderboard.I tried to change some code, but it didn't work. I really can't locate the problem. I would appreciate any advice you could give me! Thank you in advance!

@klaus99815 klaus99815 reopened this Apr 3, 2022
@dotchen
Copy link
Owner

dotchen commented Apr 3, 2022

Can you tell me what agent this is? The collector agent or the image agent?

@klaus99815
Copy link
Author

Can you tell me what agent this is? The collector agent or the image agent?

the default image agent.

@dotchen
Copy link
Owner

dotchen commented Apr 4, 2022

Thanks for the info. I would start by first updating the scenario runner and leaderboard to the corresponding latest version if you haven't already done so. Also make sure that the CARLA server does not throw any errors.

@klaus99815
Copy link
Author

klaus99815 commented Apr 6, 2022

Thanks for the info. I would start by first updating the scenario runner and leaderboard to the corresponding latest version if you haven't already done so. Also make sure that the CARLA server does not throw any errors.

Thank you for your advice! It really helped me!

If someone wants to do this, try the following..

  1. Replace scneario_runner 0.9.13 (and you may need pip install simple-watchdog-timer
  2. Change some code of Leaderboard.(I didn't modify npc_agent.py )
  3. The rest can be modified simply by prompting..

In fact, after following the above steps, the program can repeat the relatively short route for about 30 times.

I will try again with version 0.9.12Carla...

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