Skip to content

Commit

Permalink
documentation update for world info for large environments
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdanielh committed Jun 25, 2024
1 parent 82ef36e commit d5e9e0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/simulators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ this:
param worldInfoPath = "[YOUR PATH HERE]"
Note: This world info generation only works on small environments such
as the Blocks environment. For larger environments, you will need to
manually create the world info file.

Possible work around for now is to generate the 3d model of the
environment by getting its voxel grid information and using the
helper python script `binvoxToObj.py <http://binvoxToObj.py/>`__ to
put into the assets and objectMeshes folder of your worldInfo folder.

**Configure AirSim Settings**
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit d5e9e0d

Please sign in to comment.