1 parent 5633171 commit abfcf14Copy full SHA for abfcf14
1 file changed
python/rcs/envs/configs.py
@@ -34,7 +34,7 @@ class EmptyWorldFR3(SimEnvCreator):
34
robot_prefix_template = "right"
35
gripper_prefix_template = "gripper"
36
37
- def config(self, robot_prefix_template="right") -> SimEnvCreatorConfig:
+ def config(self, robot_prefix_template: str = "right") -> SimEnvCreatorConfig:
38
self.robot_prefix_template = robot_prefix_template
39
q_home = rcs.ROBOTS[RobotType.FR3].q_home
40
q_home[-1] = np.pi / 4
0 commit comments