cps_rmp220_support/description/imu.xacro

19 lines
412 B
Plaintext
Raw Permalink 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"/>
2025-01-13 12:46:20 +00:00
<child link="robot_imu"/>
2023-09-06 07:36:21 +00:00
<origin xyz="${chassis_length/2 - 0.15285} 0 0" rpy="0 0 0"/>
2023-09-06 07:33:47 +00:00
</joint>
2025-01-13 12:46:20 +00:00
<link name="robot_imu">
2023-09-06 07:35:52 +00:00
2023-09-06 07:33:47 +00:00
</link>
2025-01-13 12:46:20 +00:00
<gazebo reference="robot_imu">
2023-09-06 07:33:47 +00:00
<material>Gazebo/Black</material>
</gazebo>
</robot>