Skip to content

Commit c6c2020

Browse files
committed
change orientation of base bodies for UR to match frame used by real robot controlbox
1 parent 4698932 commit c6c2020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

universal_robots_ur10e/ur10e.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
<worldbody>
7070
<light name="spotlight" mode="targetbodycom" target="wrist_2_link" pos="0 -1 2"/>
71-
<body name="base" quat="1 0 0 1" childclass="ur10e">
71+
<body name="base" quat="0 0 0 -1" childclass="ur10e">
7272
<inertial mass="4.0" pos="0 0 0" diaginertia="0.0061063308908 0.0061063308908 0.01125"/>
7373
<geom mesh="base_0" material="black" class="visual"/>
7474
<geom mesh="base_1" material="jointgray" class="visual"/>

universal_robots_ur5e/ur5e.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<worldbody>
6363
<light name="spotlight" mode="targetbodycom" target="wrist_2_link" pos="0 -1 2"/>
64-
<body name="base" quat="1 0 0 1" childclass="ur5e">
64+
<body name="base" quat="0 0 0 -1" childclass="ur5e">
6565
<inertial mass="4.0" pos="0 0 0" diaginertia="0.00443333156 0.00443333156 0.0072"/>
6666
<geom mesh="base_0" material="black" class="visual"/>
6767
<geom mesh="base_1" material="jointgray" class="visual"/>

0 commit comments

Comments
 (0)