Why is Gazebo not loading a model?
I am trying to work with Gazebo using xacro files. It seems that it works with Rviz, but there is no model in Gazebo. Please take a look at the files here: https://github.com/matrhint/model-pro... I am running Kinetic. I am using roslaunch lawnmow_description lawnmow_rviz.launch and roslaunch lawnmow_gazebo lawnmow_world.launch to test it out.
Thank you for any assistance.
In your URDF and xacro files, you shouldn't have absolute paths to resources like meshes. Use the package:// syntax instead.