mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-18 15:46:59 +00:00
19 lines
412 B
XML
Executable File
19 lines
412 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="robot_imu"/>
|
|
<origin xyz="${chassis_length/2 - 0.15285} 0 0" rpy="0 0 0"/>
|
|
</joint>
|
|
|
|
<link name="robot_imu">
|
|
|
|
</link>
|
|
|
|
<gazebo reference="robot_imu">
|
|
<material>Gazebo/Black</material>
|
|
</gazebo>
|
|
|
|
|
|
</robot> |