mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
new file: description/imu.xacro
This commit is contained in:
parent
ee88625289
commit
af9682a03a
18
description/imu.xacro
Executable file
18
description/imu.xacro
Executable file
@ -0,0 +1,18 @@
|
||||
<?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 ${chassis_height/2}" rpy="0 0 0"/>
|
||||
</joint>
|
||||
|
||||
<link name="imu_link">
|
||||
</link>
|
||||
|
||||
<gazebo reference="imu_link">
|
||||
<material>Gazebo/Black</material>
|
||||
</gazebo>
|
||||
|
||||
|
||||
</robot>
|
Loading…
Reference in New Issue
Block a user