saved work

This commit is contained in:
Ruixiang Du
2020-03-29 19:11:27 +08:00
parent dbf04d03d8
commit b8144488f3
6 changed files with 44 additions and 51 deletions

View File

@@ -29,7 +29,7 @@
<visual>
<origin xyz="0 0 0" rpy="0 0 0" />
<geometry>
<mesh filename="package://scout_description/meshes/base_link.dae" />
<mesh filename="package://scout_description/meshes/base_link_full.dae" />
</geometry>
</visual>
<collision>
@@ -87,12 +87,12 @@
</xacro:scout_wheel_type2>
<!-- For testing, hang the robot up in the air -->
<link name="world" />
<!-- <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>
</joint> -->
<!-- Additional definitions -->
<xacro:include filename="$(arg urdf_extras)" />

View File

@@ -29,11 +29,20 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
<xacro:macro name="scout_wheel_transmission" params="wheel_prefix">
<gazebo reference="${wheel_prefix}_wheel_link">
<mu1 value="1.0"/>
<mu2 value="0.6"/>
<kp value="10000000.0" />
<kd value="1.0" />
<fdir1 value="1 0 0"/>
<maxContacts value="64"/>
</gazebo>
<!-- <gazebo reference="${wheel_prefix}_wheel_link">
<mu1 value="1.0"/>
<mu2 value="1.0"/>
<kp value="10000000.0" />
<kd value="1.0" />
<fdir1 value="1 0 0"/>
<fdir1 value="1 0 0"/>
</gazebo> -->
<transmission name="${wheel_prefix}_wheel_trans" type="SimpleTransmission">

View File

@@ -55,4 +55,5 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
<axis xyz="0 -1 0" rpy="0 0 0" />
</joint>
</xacro:macro>
</robot>