leggedrobotics / terrain-generator

MIT License
140 stars 19 forks source link

How can I get the same terrain shown in README? #4

Open ChenN-Scott opened 5 months ago

ChenN-Scott commented 5 months ago

Hello! thank for your dedication and hard work on this open-source project! The terrains shown in the README are amazing. I tried to run the test following your script in examples/generate_with_wfc.py. However, I found neither of generated terrains created by me are similar to your demonstration in README. I am wondering how can I get a terrain like yours?

mktk1117 commented 5 months ago

Hi! do you mean the terrain with overhanging?

ChenN-Scott commented 5 months ago

Hi! do you mean the terrain with overhanging?

Yes!I want to know how to get the terrain with overhanging. I tried three kinds of config including indoor, overhanging and overhanging_floor but I could not get the same terrain like your demonstration. Besides, the stairs I make are rugged but your stairs in README are neat and have many platforms of different heights. I also want to know how to create the same stairs terrain like yours. Thank you for your reply!!!

mktk1117 commented 3 months ago

There's one option in the generate_with_wfc.py to enable the overhanging structures. Also, there might be some commented out configs in the example cfgs, you can try uncommenting and it might generate the same terrain.