Skip to content

leggedrobotics/terrain-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terrain Generator

This is a automated terrain geneartor tool using wave function collapse method.

This is used in the paper, Learning to walk in confined spaces using 3D representation

Project page, arxiv, Youtube

Confined Terrain Generation

Tiling meshes

It checks the connectivity of each mesh parts and connect them.

Install

If you're using conda, create env with the following command.

conda env create -f environment.yaml
pip install -e .

Usage

To run a testing script run as follows.

conda activate wfc
python3 examples/generate_with_wfc.py

This will first generate all configured meshes and then build different combinations. Once the mesh is generated, it is stored as cache and reused for the next time.

You can make your own config to generate different terrians.

Citation

Please cite the following paper if you use this software.

@article{miki2024learning,
  title={Learning to walk in confined spaces using 3D representation},
  author={Miki, Takahiro and Lee, Joonho and Wellhausen, Lorenz and Hutter, Marco},
  journal={arXiv preprint arXiv:2403.00187},
  year={2024}
}

Config

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages