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

Commit

Permalink
Adding enviroment to run in the real robot
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Aug 2, 2018
1 parent d3276a2 commit 0001678
Show file tree
Hide file tree
Showing 3 changed files with 754 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gym_gazebo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,7 @@
id='MARAVisionOrient-v0',
entry_point='gym_gazebo.envs.MARA:GazeboMARATopOrientVisionv0Env',
)
register(
id='RealMARA3DoF-v0',
entry_point='gym_gazebo.envs.MARA:RealModularMara3DOFv0Env',
)
1 change: 1 addition & 0 deletions gym_gazebo/envs/MARA/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
from gym_gazebo.envs.MARA.gazebo_mara_no_gripper_v0 import GazeboMARANoGripperv0Env
from gym_gazebo.envs.MARA.gazebo_mara_top_orient_v0 import GazeboMARATopOrientv0Env
from gym_gazebo.envs.MARA.gazebo_mara_top_orient_vision_v0 import GazeboMARATopOrientVisionv0Env
from gym_gazebo.envs.MARA.real_mara_top_3dof_v0 import RealModularMara3DOFv0Env
Loading

0 comments on commit 0001678

Please sign in to comment.