Skip to content

Commit 85db644

Browse files
committed
style: python format
1 parent 44c96b1 commit 85db644

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/rcsss/envs/factories.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def fr3_sim_env(
149149
logger.warning("mjcf not found as key in scenes, interpreting mjcf as path the mujoco scene xml")
150150

151151
simulation = sim.Sim(rcsss.scenes.get(mjcf, mjcf)) # type: ignore
152-
ik = rcsss.common.IK(urdf_path) # type: ignore
152+
ik = rcsss.common.IK(urdf_path) # type: ignore
153153
robot = rcsss.sim.FR3(simulation, "0", ik)
154154
robot.set_parameters(robot_cfg)
155155
env: gym.Env = FR3Env(robot, control_mode)
@@ -161,7 +161,7 @@ def fr3_sim_env(
161161

162162
if gripper_cfg is not None:
163163
gripper = sim.FrankaHand(simulation, "0", gripper_cfg)
164-
env = GripperWrapper(env, gripper, binary=True)
164+
env = GripperWrapper(env, gripper, binary=False)
165165

166166
if max_relative_movement is not None:
167167
env = RelativeActionSpace(env, max_mov=max_relative_movement)

0 commit comments

Comments
 (0)