VS060 arm is now compatible with xacro.
When applying the vs060 arm, various parts may be combined such as a dolly or an end-effector.
Therefore, it would be difficult to simulate on Gazebo with only a single existing urdf file.Thus, the xacro file has been created to make it easier to extend the simulation in the future. This usage uses vs060_arm.urdf.xacro as a macro, so we call the above macro in vs060.urdf.xacro to create an entity.
Please use the following command to see if the URDF can be generated from XACRO correctly.
VS060 arm is now compatible with xacro. When applying the vs060 arm, various parts may be combined such as a dolly or an end-effector. Therefore, it would be difficult to simulate on Gazebo with only a single existing urdf file.Thus, the xacro file has been created to make it easier to extend the simulation in the future. This usage uses
vs060_arm.urdf.xacro
as a macro, so we call the above macro invs060.urdf.xacro
to create an entity.Please use the following command to see if the URDF can be generated from XACRO correctly.
If it succeeds in generating it, you should get the following output.
There may be other files that need to be changed if you call URDF, but please refer to the commit history and change them.
It would be nice if these pull requests could be merged. Thank you!