fixed friction issue

This commit is contained in:
Ruixiang Du
2020-04-01 21:59:58 +08:00
parent d221d37dea
commit a1efd5b609
6 changed files with 32 additions and 34 deletions

View File

@@ -32,6 +32,14 @@
<child link="base_link" />
</joint>
<!-- For testing, hang the robot up in the air -->
<!-- <link name="world" />
<joint name="world_to_base_link=" type="fixed">
<origin xyz="0 0 0.5" rpy="0 0 0" />
<parent link="world"/>
<child link="base_link"/>
</joint> -->
<!-- Base link -->
<link name="base_link">
<visual>
@@ -87,14 +95,6 @@
<origin xyz="${-wheelbase/2} ${-track/2} ${wheel_vertical_offset}" rpy="3.14 0 0" />
</xacro:scout_wheel_type2>
<!-- For testing, hang the robot up in the air -->
<!-- <link name="world" />
<joint name="world_to_base_link=" type="fixed">
<origin xyz="0 0 0.5" rpy="0 0 0" />
<parent link="world"/>
<child link="base_link"/>
</joint> -->
<!-- Additional definitions -->
<xacro:include filename="$(arg urdf_extras)" />