File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments