RViz will not load any of the mesh files
URDF
Errors loading geometries:
• for link 'base_link':
Could not load mesh resource 'package://home/ubuntu/ros3_ws/install/tortoisebot_description/share/tortoisebot_description/models/meshes/base_link.dae'
Could not load mesh resource 'package://home/ubuntu/ros3_ws/install/tortoisebot_description/share/tortoisebot_description/models/meshes/base_link.dae'
Could not load mesh resource 'package://home/ubuntu/ros3_ws/install/tortoisebot_description/share/tortoisebot_description/models/meshes/base_link.dae'
Could not load mesh resource 'package://home/ubuntu/ros3_ws/install/tortoisebot_description/share/tortoisebot_description/models/meshes/base_link.dae'
• for link 'camera_holder':
Could not load mesh resource 'package://home/ubuntu/ros3_ws/install/tortoisebot_description/share/tortoisebot_description/models/meshes/camera_holder.dae'
Could not load mesh resource 'package://home/ubuntu/ros3_ws/install/tortoisebot_description/share/tortoisebot_description/models/meshes/camera_holder.dae'
Could not load mesh resource 'package://home/ubuntu/ros3_ws/install/tortoisebot_description/share/tortoisebot_description/models/meshes/camera_holder.dae'
Here is what i have tried
- package://
- file://$(find tortoisebot_description)
- i have tried providing the absolute path
i checked CMakeLists.txt but that has the directory mentioned like this:-
install(
DIRECTORY launch models rviz worlds
DESTINATION share/${PROJECT_NAME}
)
I have also tried sourcing a couple of times. I am not sure what is wrong.
Hoping for a response as i did not get a response to my previous question as well.