You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: INSTALL.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# Installation
2
-
For the complete MARA experiments installation, please refer first to the **ROS2learn** installation instructions: [github/acutronicrobotics/ros2learn/Install](https://github.com/acutronicrobotics/ros2learn/blob/crystal/Install.md).
2
+
3
+
For the complete MARA experiments installation, please refer first to the **ROS2learn** installation instructions: [github/acutronicrobotics/ros2learn/Install](https://github.com/AcutronicRobotics/ros2learn/blob/crystal/Install.md).
3
4
4
5
## Table of Contents
5
6
-[ROS 2.0](#ros-20)
@@ -18,26 +19,17 @@ For the complete MARA experiments installation, please refer first to the **ROS2
18
19
- Ubuntu 18: Install ROS 2 Desktop following the official instructions, binaries recommended. [Instructions](https://index.ros.org/doc/ros2/Installation/Linux-Install-Debians/).
19
20
20
21
## Dependent tools
21
-
**Note**: We recommend installing **Gazebo 9.0.0** via **ROS Crystal Debian packages** and removing previous gazebo installations to avoid undesired conflicts, e.g. `apt-get remove *gazebo*`. You can also use different versions of the simulator such as Gazebo 10, but you must skip the installation of `ros-crystal-gazebo*` packages and add [gazebo_ros_pkgs](https://github.com/ros-simulation/gazebo_ros_pkgs/tree/crystal) to the `ros2_mara_ws` we are going to build in the [Create a ROS workspace](#create-a-ros-workspace) section.
22
+
**Note**: We recommend installing **Gazebo 9.9.0** via **ROS Crystal Debian packages** and removing previous gazebo installations to avoid undesired conflicts, e.g. `apt-get remove *gazebo*`. You can also use different versions of the simulator such as Gazebo 10, but you must skip the installation of `ros-crystal-gazebo*` packages.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ A whitepaper regarding previous work of gym-gazebo is available at https://arxiv
21
21
22
22
**gym-gazebo2** is a complex piece of software for roboticists that puts together simulation tools, robot middlewares (ROS 2), machine learning and reinforcement learning techniques. All together to create an environment where to benchmark and develop behaviors with robots. Setting up `gym-gazebo2` appropriately requires relevant familiarity with these tools.
23
23
24
-
**Docs**. In-depth explanations and actively growing tutorials can be found at https://acutronicrobotics.com/docs. The following is an example of what you can achieve using gym-gazebo2 as a submodule of [ros2learn](https://github.com/AcutronicRobotics/ros2learn) repository. The goal is to reach the green target.
24
+
**Docs**. In-depth explanations and actively growing tutorials can be found at https://acutronicrobotics.com/docs. The following is an example of what you can achieve using gym-gazebo2 as a submodule of [ros2learn](https://github.com/AcutronicRobotics/ros2learn/tree/crystal) repository. The goal is to reach the green target.
25
25
-1. Left image shows the start of a training
26
26
-2. To the right we execute an already trained policy.
27
27
@@ -49,7 +49,8 @@ A whitepaper regarding previous work of gym-gazebo is available at https://arxiv
49
49
50
50
## Environments
51
51
The code for each environment group is housed in its own subdirectory
52
-
[gym_gazebo2/envs](https://github.com/AcutronicRobotics/gym-gazebo2/blob/crystal/gym_gazebo2/envs). Robot specific simulation files should be housed in robot specific ROS2 packages.
52
+
53
+
[gym_gazebo2/envs](https://github.com/AcutronicRobotics/gym-gazebo2/tree/crystal/gym_gazebo2/envs). Robot specific simulation files should be housed in robot specific ROS2 packages.
53
54
54
55
### MARA
55
56
#### Real Robot
@@ -65,7 +66,7 @@ MARA stands for Modular Articulated Robotic Arm and is a collaborative robotic a
MARA also provides an accurate simulated version in Gazebo, which allows to translate behaviors from the simulated environment to the real robot. This is the version we will be training in gym-gazebo2. Please refer to [github.com/acutronicRobotics/MARA](https://github.com/acutronicRobotics/MARA) for additional simulation related content for Gazebo, MoveIt! and rviz2.
69
+
MARA also provides an accurate simulated version in Gazebo, which allows to translate behaviors from the simulated environment to the real robot. This is the version we will be training in gym-gazebo2. Please refer to [github.com/acutronicRobotics/MARA](https://github.com/AcutronicRobotics/MARA/tree/crystal) for additional simulation related content for Gazebo, MoveIt! and rviz2.
Copy file name to clipboardExpand all lines: docker/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ python3 gg_random.py
19
19
Make sure you have gazebo already installed in your main Ubuntu system and you are in the same path from which you executed the `docker run` command. If you are already running the simulation in the default port, you can access the visual interface the following way opening a new terminal:
0 commit comments