mirror of
https://github.com/bjoernellens1/bot_mini_description.git
synced 2024-11-21 23:03:47 +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="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 -->
|
||||
<link name="${prefix}base_link">
|
||||
<collision>
|
||||
@ -218,6 +227,3 @@
|
||||
|
||||
</xacro:macro>
|
||||
</robot>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user