Skip to content
Snippets Groups Projects
Commit 635e04c9 authored by Malte Laurin Matthey's avatar Malte Laurin Matthey
Browse files

Update documentation

parent 3f0c0b2d
Branches
No related tags found
No related merge requests found
# ROS Noetic Standard Container with Preinstalled Learn Environment Plugin # ROS Noetic Standard Container with Preinstalled Learn Environment Plugin
> **⚠️ WARNING:** This is the README for setting up the container with all functionalities. For the Learn Environment Plugin itself, refer to [GETTING_STARTED.md](./catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md) or for contributing to it the [CONTRIBUTE.md](./catkin_ws/src/learn_environment/developer_docs/CONTRIBUTE.md) files. > **⚠️ WARNING:** This README is for setting up the container with all functionalities. For the Learn Environment Plugin, follow the instructions in this README first. Then, refer to [GETTING_STARTED.md](./catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md) for installation details or [CONTRIBUTE.md](./catkin_ws/src/learn_environment/developer_docs/CONTRIBUTE.md) for contribution guidelines.
This repository provides a Visual Studio Code development container with ROS Noetic installed to control a Franka Panda Robot in both simulation and real environments. It also has the Learn Environment plugin for RViz preinstalled so you can start learning how to work with the robot immediatly. This repository provides a Visual Studio Code development container with ROS Noetic installed to control a Franka Panda Robot in both simulation and real environments. It also has the Learn Environment plugin for RViz preinstalled so you can start learning how to work with the robot immediatly.
...@@ -160,6 +160,8 @@ Access the desktop environment of the container in your browser at [http://local ...@@ -160,6 +160,8 @@ Access the desktop environment of the container in your browser at [http://local
How to get started with the plugin is described [here](./catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md) How to get started with the plugin is described [here](./catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md)
![Gazebo RVIZ Sim](/screenshots/plugin.png)
### Control the Real Panda ### Control the Real Panda
Activate the Panda FCI in the DESK environment with "Activate FCI". The robot LEDs should turn blue. Activate the Panda FCI in the DESK environment with "Activate FCI". The robot LEDs should turn blue.
...@@ -238,6 +240,8 @@ deploy: ...@@ -238,6 +240,8 @@ deploy:
- capabilities: ["gpu"] - capabilities: ["gpu"]
``` ```
Just uncomment these lines in `docker-compose.yml`.
### No Realtime Kernel ### No Realtime Kernel
The Franka Panda requires a realtime kernel. If you don't have one, install it following [this explanation](https://frankaemika.github.io/docs/installation_linux.html#setting-up-the-real-time-kernel). Reboot and choose the realtime kernel in the advanced settings. The Franka Panda requires a realtime kernel. If you don't have one, install it following [this explanation](https://frankaemika.github.io/docs/installation_linux.html#setting-up-the-real-time-kernel). Reboot and choose the realtime kernel in the advanced settings.
catkin_ws/src/learn_environment/developer_docs/images/plugin.png

381 KiB

# Welcome to the Tutorial # Welcome to the Tutorial
<img src="./../developer_docs/images/plugin.png" alt="plugin" width="600"/>
To get started, follow these steps: To get started, follow these steps:
1. **Open a Terminal in VS Code** 1. **Open a Terminal in VS Code**
......
screenshots/plugin.png

381 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment