Skip to content

Commit 4ec2b15

Browse files
committed
fix(models): rotation of UR5e and style python
1 parent dfb7167 commit 4ec2b15

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

assets/ur5e/mjcf/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="0 0 0 1" childclass="ur5e">
64+
<body name="base" quat="1 0 0 0" 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"/>

examples/fr3_env_cartesian_control.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
from rcs._core.common import RobotPlatform
44
from rcs.envs.base import ControlMode, RelativeTo
55
from rcs.envs.creators import SimEnvCreator
6-
from rcs.envs.utils import (
7-
default_mujoco_cameraset_cfg,
8-
default_sim_gripper_cfg,
9-
default_sim_robot_cfg,
10-
)
6+
from rcs.envs.utils import default_sim_gripper_cfg, default_sim_robot_cfg
117
from rcs_fr3.creators import RCSFR3EnvCreator
128
from rcs_fr3.desk import FCI, ContextManager, Desk, load_creds_fr3_desk
139
from rcs_fr3.utils import default_fr3_hw_gripper_cfg, default_fr3_hw_robot_cfg

examples/ur5e_env_cartesian_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import logging
22

3-
import numpy as np
43
from rcs.envs.base import ControlMode, RelativeTo
54
from rcs.envs.creators import SimEnvCreator
65

0 commit comments

Comments
 (0)