-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Recommend tools for simulation #15527
Comments
@YuanbinCN You asked a good question! Let’s discuss the questiones you raised one by one.
When I entered the autonomous driving industry, I used lgsvl, and I did some work based on it. I really want to maintain it, but I think I should follow the rules of the open source world. Either we can find a new successor, or I can't maintain it. I currently have limited time, such as implementing the autonomous driving project, family, and some free time, so I will not start working on lgsvl in the short term.
There are many issues involved here, some are hardware, some are software, and most machines are difficult to run simulations, network issues, including problems with the software itself, etc. I don’t want to make excuses, the best way is to provide a cloud simulation environment, and we do have cloud experiments. The environment of individual developers varies greatly. And I advocate lightweight simulation, such as simulating only planning. Simulating the entire perception is the direction of academic research, and it relies heavily on Carla. This involves scene creation, map maintenance, simulation evaluation, etc. I think this is an interesting job, and this year we tried to cooperate with Carla officially, but due to some non-project reasons, I found it difficult to move forward. I think I might provide some unofficial support based on the existing version. So this is the advice I can give, hope it helps you, and I need some time to figure out what to do next : ) |
Adding to Daohu's comment:
|
Hi, thanks for your replay. May I ask what versions of Apollo, LGSVL can be used to run the simulation.Thanks! |
@YuanbinCN Hi, DoppelTest and scenoRITA were both implemented using Apollo 7.0. For LGSVL, I have been using the latest version, it should be 2021.03. I have not tested any other LGSVL version. |
It is really difficult to set up the simulation environment for Apollo as there is no official support from Apollo side as far as I know.
LGSVL did not maintain anymore and even though can download the its client, but need remote server to run it, which did not exist now.
For Carla, both tried,(https://github.com/MaisJamal/carla_apollo_bridge), and https://github.com/guardstrikelab/carla_apollo_bridge, neither can work. Some issues are very common and difficult to solve and seem no one can provide feedbacks now. Like this:(guardstrikelab/carla_apollo_bridge#201) and this:(MaisJamal/carla_apollo_bridge#19).
If don't have hardware, to setup Apollo Simulation is very difficult in my point of view. Do you have recommend versions to setup simulations in Apollo?
The text was updated successfully, but these errors were encountered: