Skip to content
Snippets Groups Projects
Commit 08c3916e authored by Markus Grotz's avatar Markus Grotz
Browse files

added node for IMU to robot model

parent d7cb89d9
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@
<Child name="Jaw"/>
<Child name="Kinect"/>
<Child name="DepthCamera"/>
<Child name="HeadIMU"/>
</RobotNode>
<RobotNode name="Jaw">
......@@ -252,6 +253,19 @@
<CoordinateAxis type="Inventor" enable="false" scaling="3"/>
</Visualization>
</RobotNode>
<RobotNode name="HeadIMU">
<Transform>
<Translation x="0" y="-10" z="0" units='mm'/>
<rollpitchyaw roll="90" pitch="0" yaw="0" unitsAngle="degree"/>
</Transform>
<Visualization enable="true">
<CoordinateAxis type="Inventor" enable="false" scaling="3"/>
</Visualization>
</RobotNode>
<RobotNode name="Eye_Left_Dummy">
<Transform>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment