mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
19 lines
409 B
XML
Executable File
19 lines
409 B
XML
Executable File
<?xml version="1.0"?>
|
|
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" >
|
|
|
|
<joint name="imu_joint" type="fixed">
|
|
<parent link="chassis"/>
|
|
<child link="imu_link"/>
|
|
<origin xyz="${chassis_length/2 - 0.15285} 0 0" rpy="0 0 0"/>
|
|
</joint>
|
|
|
|
<link name="imu_link">
|
|
|
|
</link>
|
|
|
|
<gazebo reference="imu_link">
|
|
<material>Gazebo/Black</material>
|
|
</gazebo>
|
|
|
|
|
|
</robot> |