From e9f777894dd366148666e842ded1fce503671a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= <jonas.kvarnstrom@liu.se> Date: Tue, 13 Apr 2021 13:51:57 +0200 Subject: [PATCH] Contact information. --- README.md | 9 ++++++++- doc/docker_devenv_image.md | 4 ++++ doc/docker_interfacing.md | 4 ++++ doc/docker_nvidia.md | 4 ++++ doc/install_os.md | 4 ++++ doc/install_playbooks.md | 4 ++++ 6 files changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2264896..87283b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Developer Environments -A number of development environments have been set up, adapted to different tasks. The development environments provide many additional functionalities related to the core system, including those functionalities that are present in the [WARA PS tutorials](https://aiics.waraps.org/index.php/lrs-lrs_portal-notebook_instructions-introduction-md/). (The tutorial link requires a special account; contact +++++++++++++++) +A number of development environments have been set up, adapted to different tasks. The development environments provide many additional functionalities related to the core system, including those functionalities that are present in the [WARA PS tutorials](https://aiics.waraps.org/index.php/lrs-lrs_portal-notebook_instructions-introduction-md/). + +- The tutorial link requires a special account; contact +++++++++++++++) +- To ask questions about the development environment, contact `lrs-devenv@groups.liu.se`. Please note that the instructions for the development environments are written for developers. They do not necessarily explain every step in detail and have not necessarily been tested on every combination of hardware, operating system, software setup and so on. You are welcome to contact us for assistance in troubleshooting problems that may arise or to discuss various functionalities in the development environments. @@ -29,3 +32,7 @@ For more information on how to integrate your code we have split the information - [Development Environment: Motion Planning](https://gitlab.liu.se/lrs/lrs_devenv_motion_planning/-/blob/master/README.md) - [Development Environment: Task Planning](https://gitlab.liu.se/lrs/lrs_devenv_task_planning/-/blob/master/README.md) + +##### Contact information + +To ask questions about the development environment, contact `lrs-devenv@groups.liu.se`. \ No newline at end of file diff --git a/doc/docker_devenv_image.md b/doc/docker_devenv_image.md index c61ee9f..374537b 100644 --- a/doc/docker_devenv_image.md +++ b/doc/docker_devenv_image.md @@ -31,3 +31,7 @@ To download a new image *or* update your existing image to the latest version, e ```bash wpull ``` + +##### Contact information + +To ask questions about the development environment, contact `lrs-devenv@groups.liu.se`. \ No newline at end of file diff --git a/doc/docker_interfacing.md b/doc/docker_interfacing.md index 9fecedd..86de11f 100644 --- a/doc/docker_interfacing.md +++ b/doc/docker_interfacing.md @@ -304,3 +304,7 @@ docker system prune ``` [Portainer](https://www.portainer.io/) is a useful tool if you want to manage your running containers. + +##### Contact information + +To ask questions about the development environment, contact `lrs-devenv@groups.liu.se`. \ No newline at end of file diff --git a/doc/docker_nvidia.md b/doc/docker_nvidia.md index a277df8..d3a2431 100644 --- a/doc/docker_nvidia.md +++ b/doc/docker_nvidia.md @@ -13,3 +13,7 @@ curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.li sudo apt-get update && sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker ``` + +##### Contact information + +To ask questions about the development environment, contact `lrs-devenv@groups.liu.se`. \ No newline at end of file diff --git a/doc/install_os.md b/doc/install_os.md index 0b4bd53..deb5c0d 100644 --- a/doc/install_os.md +++ b/doc/install_os.md @@ -43,3 +43,7 @@ For VirtualBox: ``` - You also need to actually *build and install* the [VirtualBox Guest Additions](https://help.ubuntu.com/community/VirtualBox/GuestAdditions). + +##### Contact information + +To ask questions about the development environment, contact `lrs-devenv@groups.liu.se`. \ No newline at end of file diff --git a/doc/install_playbooks.md b/doc/install_playbooks.md index b681480..574ba9e 100644 --- a/doc/install_playbooks.md +++ b/doc/install_playbooks.md @@ -128,3 +128,7 @@ repository which is installed in `wara_ws` by the Playbook above. The first command starts Gazebo and the second command adds a model of a DJI M100 to the Gazebo world. + +##### Contact information + +To ask questions about the development environment, contact `lrs-devenv@groups.liu.se`. \ No newline at end of file -- GitLab