Skip to content

Files

Latest commit

92d20c7 · Feb 7, 2024

History

History
19 lines (10 loc) · 881 Bytes

unreal_projects.md

File metadata and controls

19 lines (10 loc) · 881 Bytes

Unreal Projects

Setting Up the Unreal Project

Option 1: Built-in Blocks Environment

To get up and running fast, you can use the Blocks project that already comes with AutonomySim. This is not very highly detailed environment to keep the repo size reasonable but we use it for various testing all the times and it is the easiest way to get your feet wet in this strange land.

Follow these quick steps.

Option 2: Create Your Own Unreal Environment

If you want to setup photo-realistic high quality environments, then you will need to create your own Unreal project. This is little bit more involved but worthwhile!

Follow this step-by-step guide.

Changing Code and Development Workflow

To see how you can change and test AutonomySim code, please read our recommended development workflow.