very urgent ......gazebo does not load model "dae ". problem in gazebo to read velodyne model and path
I am a beginner in gazebo and I need your help. I try to clone a repo that works well in its creator, when I launch the roslaunch I have an error:
[Err] [ModelDatabase.cc:414] Unable to download model[model://velodyne_VLP16/meshes/VLP16_base_1.dae] [Err] [SystemPaths.cc:429] File or path does not exist[""] [Err] [Visual.cc:2905] No mesh specified [Err] [ModelDatabase.cc:414] Unable to download model[model://velodyne_VLP16/meshes/VLP16_base_1.dae] [Err] [SystemPaths.cc:429] File or path does not exist[""] [Err] [ModelDatabase.cc:414] Unable to download model[model://velodyne_VLP16/meshes/VLP16_base_2.dae] [Err] [SystemPaths.cc:429] File or path does not exist[""] [Err] [Visual.cc:2905] No mesh specified [Err] [ModelDatabase.cc:414] Unable to download model[model://velodyne_VLP16/meshes/VLP16_base_2.dae] [Err] [SystemPaths.cc:429] File or path does not exist[""]
i think i need to be moved to ~/.gazebo/models/ and i don't know how how i can use Export GAZEBO_MODEL_PATH??
the files sdf and meshes are correct exemple: <geometry> <mesh> <scale>1 1 1</scale> <uri>model://velodyne_VLP16/meshes/VLP16_base_1.dae</uri> </mesh> </geometry<>
thank you very much