mirror of
https://github.com/bjoernellens1/cps_loki_description.git
synced 2024-11-22 07:33:48 +00:00
update
This commit is contained in:
parent
0ba885cb2e
commit
6f9121f5ed
@ -217,8 +217,6 @@
|
|||||||
</joint>
|
</joint>
|
||||||
|
|
||||||
</xacro:macro>
|
</xacro:macro>
|
||||||
<!-- Include the macro to create the diffbot -->
|
|
||||||
<xacro:diffbot prefix=""/>
|
|
||||||
</robot>
|
</robot>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
|
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
|
||||||
|
|
||||||
<xacro:macro name="" params="prefix">
|
<xacro:macro name="diffbot" params="prefix">
|
||||||
|
|
||||||
<!-- Constants for robot dimensions -->
|
<!-- Constants for robot dimensions -->
|
||||||
<xacro:property name="PI" value="3.1415926535897931"/>
|
<xacro:property name="PI" value="3.1415926535897931"/>
|
||||||
@ -81,7 +81,7 @@
|
|||||||
<joint name="${prefix}right_wheel_joint" type="continuous">
|
<joint name="${prefix}right_wheel_joint" type="continuous">
|
||||||
<parent link="${prefix}base_link"/>
|
<parent link="${prefix}base_link"/>
|
||||||
<child link="${prefix}right_wheel"/>
|
<child link="${prefix}right_wheel"/>
|
||||||
<origin xyz="0 -0.07 ${z_offset}" rpy="0 0 0"/>
|
<origin xyz="0 0.07 ${z_offset}" rpy="0 0 0"/>
|
||||||
<axis xyz="0 -1 0"/>
|
<axis xyz="0 -1 0"/>
|
||||||
<dynamics damping="0.2"/>
|
<dynamics damping="0.2"/>
|
||||||
</joint>
|
</joint>
|
||||||
|
Loading…
Reference in New Issue
Block a user