mirror of
https://github.com/bjoernellens1/cps_loki_description.git
synced 2024-11-22 15:43:49 +00:00
update
This commit is contained in:
parent
6f9121f5ed
commit
656c158471
@ -16,6 +16,15 @@
|
|||||||
<xacro:property name="caster_wheel_radius" value="0.04" />
|
<xacro:property name="caster_wheel_radius" value="0.04" />
|
||||||
<xacro:property name="z_offset" value="-${base_height/2}" /> <!-- Space btw top of beam and the each joint -->
|
<xacro:property name="z_offset" value="-${base_height/2}" /> <!-- Space btw top of beam and the each joint -->
|
||||||
|
|
||||||
|
<!-- dummy link - used for ros2 control so it stops complaining? -->
|
||||||
|
<link name="dummy">
|
||||||
|
</link>
|
||||||
|
|
||||||
|
<joint name="dummy_joint" type="fixed">
|
||||||
|
<parent link="dummy"/>
|
||||||
|
<child link="base_link"/>
|
||||||
|
</joint>
|
||||||
|
|
||||||
<!-- Base Link -->
|
<!-- Base Link -->
|
||||||
<link name="${prefix}base_link">
|
<link name="${prefix}base_link">
|
||||||
<collision>
|
<collision>
|
||||||
@ -218,6 +227,3 @@
|
|||||||
|
|
||||||
</xacro:macro>
|
</xacro:macro>
|
||||||
</robot>
|
</robot>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user