-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cannot load map and other problems... #34
Comments
I just tested everything last night and didn’t have issues with loading borregas. Can you take a look at #11 (comment) and see if this is the problem for you? what is the error message when you couldn’t start Apollo container? Here is the code I run to load Borregas Ave.
|
I have added a script under You can also try accessing |
Thanks for your reply! I tried all methods you said and seems everything is right, with all files in assets/, and verify_setup.py run successfully. Also I can download a map asset at Could you tell me the version of your SVL? I use version 2021.1.1 and I wonder if this version is too old, or if this version can run normally on your device. Thanks so much! |
If you are able to download an asset file, that means the server is correctly running. There might be some issues with different versions of SVL, but I am unsure. I am using the latest (2021.3). Is there any specific reason you need 2021.1? |
Hello! I use version 2021.3 and can load the map now. In fact I use version 2021.1.1 because my experiment needs to restart simulation again and again, and version 2021.3 seems to have some connection problems with Apollo 6.0, so I use version 2021.1.1 instead. Thanks for your reply and my problem is currently solved. But if you have the will to try version 2021.1.1, I still wonder if SORA can work on other versions of SVL. Thanks so much! |
Glad to hear maps are loading now. Can you elaborate on what kind connection problem are you having? I have been running into Dreamview being broken after many socket communications and I haven’t able to solve this yet. Unfortunately I don’t have much experience in Unity therefore I don’t plan to work on supporting older version of SVL. I can take a quick look but I doubt I’ll be able to figure out what is breaking the downloading mechanism. |
After several times of restarting the simulation by Besides, I just found that the 3D ground truth module may have someting wrong. I use Apollo 6.0 (modular testing) as config of Apollo ego, it will use the ground truth of obstacles and signals. But during iterations of my program it cannot provide obstacle information on Dreamview, which caused a crash: If right, Dreamview will show the location and predicted trajectory of NPC vehlcles around Apollo ego, but here it did not. I wonder if it is a problem of SVL 2021.3 or SORA, could you have a try? Thanks sincerely. |
Thanks for sharing these information! Listed below are my thoughts:
Since SVL has sunsetted, I don't think you will ever get satisfying answers. It is quiet unfortunate. |
Do you mean you could not see obstacles in Dreamview? If that is the case then something seems to be wrong with the 3D ground truth sensor. Maybe give this a try? #15 (comment) The Apollo container's error message does not seem to be related to this project. Maybe you can post it on Apollo's repository. |
Hi SORA-SVL team!
After setting up, I run my simulation with Apollo 6.0 and failed, with the problem like this:
After reading #3 #4 #33 , I check my config as they did, and it seems nothing is wrong. Besides, other maps, like Airport in #4 , caused the same problem. Here is my configuration:
Download hdmaps, maps, plugins, preview and vehicles into server/assets
Download geojson.json into mongo/setup
Maps are like this, without .zip
Run
docker compose up --build -d
Run SVL with API-Only mode, and start simulation by
sim.load(aae03d2a-b7ca-4a88-9e41-9035287a12cc, -1)
Here
aae03d2a-b7ca-4a88-9e41-9035287a12cc
is the cid of BorregasAve, like #4 mentioned. After these operations it still failed. Do you know the reason that causes this problem?Besides, I run Apollo and SVL on the same device. After running
docker compose up --build -d
to build SORA, I cannot start docker containers of Apollo, which currently can only be solved by reinstalling docker. Have you ever encountered this problem? Or do you think the problem about loading maps is related to this problem? Looking forward to your reply, thanks so much!The text was updated successfully, but these errors were encountered: