uzh-rpg / agile_autonomy

Repository Containing the Code associated with the Paper: "Learning High-Speed Flight in the Wild"
GNU General Public License v3.0
563 stars 159 forks source link

How to Create a Custom Simulation Environment? #78

Open xiaolaji0426 opened 1 year ago

xiaolaji0426 commented 1 year ago

I have known that we should render the environment by unity.

And in the file rosed agile_autonomy flightmare.yaml we can change the env_idx to set different pre-set envs.

But I wonder where are these pre-env(streets. wasteland, etc) files located? I have found out the whole folder rpg_flightmare and have no idea.

Additionally, how can I create other env beside those mentioned in the paper?

Thanks a lot !

antonilo commented 1 year ago

You can download all environments from the unity asset store https://assetstore.unity.com/

maplecod commented 6 months ago

Do you know how to add a new environment?