Importing an STL file into Rviz
I have been tasked with getting a CAD image of a human hand into Rviz for my project. I am very new to ROS and all its features. After some research I understand I have to mesh the stl file as a URDF but all the tutorials and videos I have followed are above my minuscule knowledge of ROS. The model is just a static model of a hand. I would like to know the easiest way to get my downloaded .stl file into Rviz. Any and all help is appreciated
While URDF is one option to achieve this. It is also possible to publish a MeshMarker message with a URL of a model (STL or DAE) this option is arguably much simpler.