mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-19 08:06:59 +00:00
update
This commit is contained in:
parent
9d99b806f1
commit
38c26daf38
@ -7,11 +7,11 @@
|
|||||||
<origin xyz="${chassis_length/2 - 0.15285} 0 0" rpy="0 0 0"/>
|
<origin xyz="${chassis_length/2 - 0.15285} 0 0" rpy="0 0 0"/>
|
||||||
</joint>
|
</joint>
|
||||||
|
|
||||||
<link name="imu_link">
|
<link name="imu">
|
||||||
|
|
||||||
</link>
|
</link>
|
||||||
|
|
||||||
<gazebo reference="imu_link">
|
<gazebo reference="imu">
|
||||||
<material>Gazebo/Black</material>
|
<material>Gazebo/Black</material>
|
||||||
</gazebo>
|
</gazebo>
|
||||||
|
|
||||||
|
@ -254,28 +254,4 @@
|
|||||||
<material>Gazebo/White</material>
|
<material>Gazebo/White</material>
|
||||||
</gazebo>
|
</gazebo>
|
||||||
|
|
||||||
<joint name="imu_joint" type="fixed">
|
|
||||||
<parent link="chassis"/>
|
|
||||||
<child link="imu"/>
|
|
||||||
<origin xyz="${chassis_length/2 - 0.15285} 0 ${chassis_height/2 + 0.030}" rpy="0 0 ${pi}"/>
|
|
||||||
</joint>
|
|
||||||
|
|
||||||
|
|
||||||
<link name="imu">
|
|
||||||
<visual>
|
|
||||||
<geometry>
|
|
||||||
<cylinder radius="0.04" length="0.05"/>
|
|
||||||
</geometry>
|
|
||||||
<material name="black"/>
|
|
||||||
</visual>
|
|
||||||
<collision>
|
|
||||||
<geometry>
|
|
||||||
<sphere radius="${caster_wheel_radius}"/>
|
|
||||||
</geometry>
|
|
||||||
</collision>
|
|
||||||
<xacro:inertial_sphere mass="${caster_wheel_mass}" radius="${caster_wheel_radius}">
|
|
||||||
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
||||||
</xacro:inertial_sphere>
|
|
||||||
</link>
|
|
||||||
|
|
||||||
</robot>
|
</robot>
|
Loading…
Reference in New Issue
Block a user