-
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
Creating a Simulation Environment (ISUZU project) #47
Comments
Update from MORAI
|
@Hyeongseok-Jeon when we can expect the model with simplified buildings ? |
Thank you so much for working on this and sorry for the late reply.
If that is the road shown above, we had to annotate that road overlapping with each other it is simply because that road needs to be bidirectional for routing purposes yet there is not enough space for two separate (not overlapping) roads. Since there is no other way, we can leave this one as it is.
It is not clear to me where is this intersection or where the NPC tries to turn to but we do have problems on the turns especially for the long vehicles. So we are extending the lanelet borders in autoware.universe for long vehicles to be able to complete the turns which originally too narrow for them. I am guessing your internal NPC's are not using autoware to navigate so I am afraid this is a normal behavior if the NPC is a long vehicle. We don't want to tailor lanelet2 map much for the bus giving the HAD-Map annotation shouldn't be done wrt a specific vehicle.
May I ask if these defects are common or on just some spesicif places?
We are using a dummy traffic light (a portable one). There is not a real traffic light on the annotated spot. |
@mozhoku Could you also look at this issue if we have it on more places?
@Hyeongseok-Jeon As far as I know the position of traffic light (position of bulbs) as it is specified in lanelet2 map with
|
@mehmetdogru Please provide the information about the buildings. Video, estimation of height, priority of the modeling. Please provide test routes as well |
@WJaworskiRobotec @Hyeongseok-Jeon Tomorrow @senagolcuk and some other of my colleagues will be on the campus. They will provide you with some video recordings related to the buildings around. @xmfcx will provide you with the list of buildings which should be modeled first and a dense pcd map to get the height of the buildings properly. And we will share the test route asap. |
@WJaworskiRobotec @Hyeongseok-Jeon @mehmetdogru I am sharing the test route below. I will share the videos of the campus as soon as possible. |
Isuzu environment dense point cloud map LAS file (3.7 GB): https://drive.google.com/file/d/14Fn9gBC7UrSyr7aytPKL7NqHZeWTD3_Z/view?usp=share_link We'll share the list of buildings and a video recording of the route too. @WJaworskiRobotec You can view/edit it using CloudCompare. |
There are no other issues as big as that one in node heights. Sorry, I must have overlooked that one. 🙏 I've updated the map and can share with @Hyeongseok-Jeon again if it's necessary. (Our project manager is on vacation so I don't know if I can share the map publicly. I can send it from Discord if needed.)
Yes, you can use the light bulb positions in HDmap. It should be fine. 👍 |
@xmfcx @senagolcuk @mehmetdogru Thanks a lot for really quick delivery of missing pieces ! |
@WJaworskiRobotec here is a recording of the environment and the map: The video is a bit choppy due to screen recording and visualizing the cameras without optimization. But it should give an idea about how campus looks in general. |
@WJaworskiRobotec I've also marked the prominent buildings on the map (not particularly sorted by importance) Should look like this: |
@Hyeongseok-Jeon what is the progress of this task ? |
Currently we calculated the height of the aforementioned buildings based on LAS file and creation process is on going |
Lets test in the ss2 with LL2 and vehicle model. |
The level of detail in the 3D map is impressive. It's clear that you put a lot of time and effort into creating it. This high-quality map will be very useful for our simulations. I love the way you've incorporated different elements into the map, such as roads and buildings. Great job! We will start testing the bus in this map and provide feedback. Thank you for your hard work on this project. |
Are this environment and ISUZU bus ready to try on the same scene in AWSIM? If so, could you please share it? |
Necessary components are shared via G-Drive. @mozhoku from LeoDrive will give it a try to integrate these component into AWSIM. |
@mehmetdogru @WJaworskiRobotec I uploaded new version for the ISUZU simulation env. Please check and let me know if there are issues |
Gebze Technical University map origin conf: lanelet2_map_projector_type: UTM # Options: MGRS, UTM
latitude: 40.81187906 # Latitude of map_origin, using in UTM
longitude: 29.35810110 # Longitude of map_origin, using in UTM Please replace this conf values here to be able to use the map with autoware.universe: |
3D Environment was succesfully tested in AWSIM. The only problem with AWSIM is that it supports MGRS in the Environment script, while LeoDrive use UTM coordinate system. Issue can be closed. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Description
Creating Simulation Environment of ISUZU test track
Available data for baseline (provided by LeoDrive)
Expected Output
The map will be implemented in two different types:
(map type 1) The environments around the road are typical 3d models (buildings, terrains, ...)
(map type 2)- The environments around the road are 3d model converted from the point cloud map
For each map type, two different outputs are expected
The text was updated successfully, but these errors were encountered: