how to generate urdf.rviz file
I am curious about how to generate the urdf.rviz file, since I have seen a lot of tutorials using urdf.rviz file when loading urdf to rviz.
It just happened but they did not explain how we can derive a urdf.rviz file by our own, without which we can not use below code in launch file:
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find urdf_tutorial)/urdf.rviz" required="true" />
Instead, I have to rosrun a rviz instance and add a robotmodel mannually