microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.36k stars 4.56k forks source link

Add pedestrians in neighborhood block? #904

Closed allen9273 closed 2 years ago

allen9273 commented 6 years ago

Only the city environment has moving vehicles and pedestrians. Is it possible to add pedestrians in neighborhood environment as well? I need more moving pedestrians for human detection. thanks

reichardtj commented 6 years ago

You can add characters to any environment, they are "possessed" by an AI from the game engine that makes them move around, this might give you an idea simple that can be, try google with UE4 AI Patrol. Also, search for Live Training | Unreal Engine | Getting started with AI on youtube and check the Unreal Documentation. And then you need a whole lot of different characters/3D models to populate your environment which is where all the work is .... ;-)

reichardtj commented 6 years ago

Btw, if you have pedestrians in the city environment, you can migrate them to any other project you are developing.

allen9273 commented 6 years ago

Thanks for your response, but it is work on the binary releases? The binary release: "Neighbourhood" is no pedestrians content.

jonyMarino commented 2 years ago

Closed due to age. Please feel free to open a new issue (referring to this one) if you still have this problem. Thanks!