-
Notifications
You must be signed in to change notification settings - Fork 780
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
San Francisco Map is still rotated #1792
Comments
Glad to help. Did you build the SF map for Apollo with the updated map? We tested this and found the correct rotation. Are you still loading the old map in dreamview? |
@revati-naik do you have an update on this? |
I think the hd map link is not returning the latest map. We are looking into this now, thanks for posting |
has this issue solved? |
be sure you are ignoring map origin. We are sunsetting simulator and will no longer be pushing any updates, sorry. |
Hi @EricBoiseLGSVL could you please tell me where can I find the translation/conversion of localization module from LGSVL and ApolloStack in the source code? Now I am using CARLA simulator and the localization is generated by ground truth. I did not found in files bridge.sh and bootstrap_lgsvl.sh how the "magic trick" is done. I mean Apollo localization module should perform all the algorithms calculation and return the localization do CARLA as it happens in LGSVL. But how did you implement this translation and everything regarding to localization LGSVL-CARLA? Could you please provide me a direction, where should I start? |
I suggest looking in the cyber bridge classes. I am not familiar with how carla is doing the conversion but we convert before a message is sent over bridge so Apollo can understand. |
Thanks a lot for the reply @EricBoiseLGSVL I am taking a look for a direction :) I forgot to communicate you about our last talk, I have solved that internal simulator issue...fixing the docker flags and Dockerfile: AuroAi/carla_apollo_bridge#30 Now I must "build" of fix this Carla-Apollo bridge to work with data from localizations sensors instead ground truth: AuroAi/carla_apollo_bridge#19 ...Now about your hint: "take a look at lgsvl implementation of cyber bridge classes"... Localization translation is written in the Files from here? https://github.com/lgsvl/apollo-5.0/tree/simulator/cyber/class_loader or from here? https://github.com/lgsvl/apollo-5.0/tree/simulator/cyber/class_loader/utility or both or also in other files? Could you please if not ask too much forward me the proper links (of lgsvl-apollo5 fork) related to this topic (code where they are implemented)? Thanks very much! |
No, I don't think this is the location. I think what you need to do is make conversion data in Carla and then create protobuf files that Apollo can understand. Sorry I can't dig into this more. |
@EricBoiseLGSVL I find the same issue with SF map, The SF map is rotated in dream view and cannot adjust with the map in LGSVL simulator. How to solve this issue? |
@Addi2020 I meet the some problem |
@xiejingjacob sorry I am not working on it anymore. but I think this issue can be solved by uploading SF base_map.bin file to UNITY and rotating the whole map and then exporting the HD map again. But still bear in mind, that you may need the rotation points (x,y,z) from LGSVL SF map because you do not know much to rotate or you can just do it by the hit and trail rule. |
Hi.
I Download lgsvl 2021.3 version.
And I found apollo 5.0 is updated with HD Map.
So I pulled lgsvl/apollo 5.0 with 105f7fd19220dc4c04be1e075b1a5d932eaa2f3f and did clean build.
The San Francisco Map file is changed.
![Screenshot from 2021-10-05 16-56-01](https://user-images.githubusercontent.com/81678524/135983264-4b0e0a81-e314-4ebd-b970-41a45e975723.png)
However, The localization is still rotated.
Previous apollo 5.0 commit with lgsvl 2021.2 has same result this apollo 5.0 commit with lgsvl 2021.3.
Previous apollo 5.0 commit with lgsvl 2021.3 and this apollo 5.0 commit with lgsvl 2021.2 are entirely different localization position result.
![Screenshot from 2021-10-05 16-30-08](https://user-images.githubusercontent.com/81678524/135979301-32c4a676-a126-4ae1-9da1-9d08ee043237.png)
I don't know where it is.
I test Shalun. and It works.
![Screenshot from 2021-10-05 16-58-09](https://user-images.githubusercontent.com/81678524/135984772-bc5e06f8-de9b-4e2e-b7f4-afe29d5cbfb6.png)
However, the map is fluctuate. But it is Ok to work.
I did not test highway101.
Borregas Ave always work well.
I always thank you for your help.
-Linsha
The text was updated successfully, but these errors were encountered: