6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="hand">
|
||
|
<xacro:include filename="hand.xacro"/>
|
||
|
<xacro:hand ns="panda" safety_distance="0.03"/>
|
||
|
</robot>
|