Skip to content
This repository was archived by the owner on Mar 17, 2019. It is now read-only.

Commit 0001678

Browse files
committed
Adding enviroment to run in the real robot
1 parent d3276a2 commit 0001678

File tree

3 files changed

+754
-0
lines changed

3 files changed

+754
-0
lines changed

gym_gazebo/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,7 @@
144144
id='MARAVisionOrient-v0',
145145
entry_point='gym_gazebo.envs.MARA:GazeboMARATopOrientVisionv0Env',
146146
)
147+
register(
148+
id='RealMARA3DoF-v0',
149+
entry_point='gym_gazebo.envs.MARA:RealModularMara3DOFv0Env',
150+
)

gym_gazebo/envs/MARA/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
from gym_gazebo.envs.MARA.gazebo_mara_no_gripper_v0 import GazeboMARANoGripperv0Env
44
from gym_gazebo.envs.MARA.gazebo_mara_top_orient_v0 import GazeboMARATopOrientv0Env
55
from gym_gazebo.envs.MARA.gazebo_mara_top_orient_vision_v0 import GazeboMARATopOrientVisionv0Env
6+
from gym_gazebo.envs.MARA.real_mara_top_3dof_v0 import RealModularMara3DOFv0Env

0 commit comments

Comments
 (0)