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

Weather Simulation for AWSIM + Autoware.Universe #324

Open
TangChenTom opened this issue Jun 15, 2024 · 3 comments
Open

Weather Simulation for AWSIM + Autoware.Universe #324

TangChenTom opened this issue Jun 15, 2024 · 3 comments

Comments

@TangChenTom
Copy link

Dear Developer,
Is there any plan to deploy the weather simulation in AWSIM? Different weather would affect the sensors in Autoware, which is important for real scenarios. Some simulator like Carla has weather editing function. It would be awesome if AWSIM has the similar function.

Sincerely thanks for developing AWSIM!

@mackierx111
Copy link
Collaborator

Weather simulation is one of the hot topics of our development. However, we believe that it is meaningless if the weather changes only apparently. We need to simulate the impact that weather has on each sensor and vehicle.
We have not yet added a major feature called weather, but we are adding the ability to simulate noise for each component.

For example, a LiDAR sensor can apply Gaussian noise to a point cloud. (https://tier4.github.io/AWSIM/Components/Sensors/LiDARSensor/LiDARSensor/#lidar-sensor-script)
Vehicles can be made slippery by applying road surface slip to the wheels.
(https://tier4.github.io/AWSIM/Components/Vehicle/CustomizeSlip/)

@TangChenTom
Copy link
Author

Thanks for your reply! Does it mean that AWSIM supports adding noise to sensors or adjusting the parameters of the vehicle's component for the simulation of weather impact?

@mackierx111
Copy link
Collaborator

Yes, it is. But not all. For example, the camera sensor does not yet support snow weather. Also, I think each user will be satisfied with different accuracy.

The features that will be added in AWSIM will be implemented for use in the development of Autoware.

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