cps_rmp220_support/description/imu.xacro

19 lines
427 B
Plaintext
Raw Normal View History

2023-09-06 07:33:47 +00:00
<?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"/>
2023-09-06 07:35:52 +00:00
<origin xyz="${chassis_length/2 - 0.15285} 0 ${chassis_height/2}" rpy="0 0 0"/>
2023-09-06 07:33:47 +00:00
</joint>
<link name="imu_link">
2023-09-06 07:35:52 +00:00
2023-09-06 07:33:47 +00:00
</link>
<gazebo reference="imu_link">
<material>Gazebo/Black</material>
</gazebo>
</robot>