HongbiaoZ / dsv_planner

Dual-Stage Viewpoint Planner for Autonomous Exploration
160 stars 48 forks source link

I want to know that how you make that 5 3D maps,just the campus,the forest etc. #2

Open Gengshucheng opened 3 years ago

Gengshucheng commented 3 years ago

我想问一下你们是用什么方法做的那五个3D仿真地图,看起来非常的逼真.谢谢

HongbiaoZ commented 3 years ago

我想问一下你们是用什么方法做的那五个3D仿真地图,看起来非常的逼真.谢谢

Thanks for your question. For the campus environment, we first reconstruct the whole map with pictures of the CMU campus and then manually smooth it with blender. For indoor and garage environment, we use SolidWorks to build models and then convert it to mesh files that can be loaded in gazebo. The forest environment is created with the tree, house and wall models in gazebo model library. The last tunnel world is obtained from another open-source code. The easiest way to make a good environment is to build its model by yourself, no matter with SolidWorks or some other tools.

Gengshucheng commented 3 years ago

Got it, thanks a lot for your patient reply !!!!