Importing mesh .dae file in ros noetic
Hello everyone. I am trying to import a mesh(.dae) file into .xacro in (ROS noetic):
<geometry>
<mesh filename="package://ros_robotics/meshes/l_finger.dae"/>
</geometry>
but when I want to view model in rviz it gives this error :
ERROR 1626525294.722785369: Could not load resource [package://ros_robotics/meshes/l_finger.dae]: Collada: File came out empty. Something is wrong here.
I ran the $ rospack ros_robotics and the package is there(I have made alot of models in that package and it works)
.dae files are there too I check them with rosls command, but no matter what I do I cant load the files into rviz I have tried the file:///$(find ros_robotics)/... , file:///ros_robotics/... , package://ros_robotics/... , package://$(find ros_robotics)/..., just puting $(find ros_robotics)/... and etc
nothing has worked yet :(
I also put the files in urdf directory where the .xacro file is and reference it there in the file and it didnt work either. Just to mention that I am using the .dae files from this github repo.