how to use urdf.xacro file in Gazebo???
Hello all.
I have to load a .urdf.xacro file using the gazebo2.2. The file of my interested is https://github.com/ipa320/schunkmodularrobotics.git
I'm trying to this command on ROS-indigo rosrun xacro xacro.py lwa.urdf.xacro but,
<robot xmlns:xacro="<a href=" http:="" www.ros.org="" wiki="" xacro"="">http://www.ros.org/wiki/xacro"> </robot>
It just show above result, not convertion How to convert xacro -> urdf OR How to using xacro file on gazebo??
Thank you!