Skip to content

Commit

Permalink
Fixed warnings on duplicate labels
Browse files Browse the repository at this point in the history
  • Loading branch information
gwalck committed May 15, 2023
1 parent f38108c commit 35c2b60
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ General information on docker

Generally you can always have a look at the `docs of docker <https://docs.docker.com/>`_.

Installation
""""""""""""""""
Installation of Docker
"""""""""""""""""""""""
.. _general-info-on-docker-installation:

You have to install docker which is dependent on the operating system you are using.
Expand Down
6 changes: 3 additions & 3 deletions docs/docker/nvidia_docker/setup_nvidia_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before we can install the NVIDIA Container Toolkit we have to install the nvidia
**NOTE**: Check the end of the file for some tips about throubleshoting.

Nvidia drivers
----------------
---------------
Make sure you have the NVIDIA drivers for your Linux distribution installed. This can either be done by using your package manager or you can download the ``.run`` installers from `NVIDIA Driver Downloads <https://www.nvidia.com/Download/index.aspx?lang=en-us>`_.
This depends on the operating system and package manager you are using so you have to look it up.
You can then check your drivers by typing
Expand Down Expand Up @@ -47,8 +47,8 @@ Which should print something like this:
| 0 N/A N/A 2516 G ....0.2/bin/.firefox-wrapped 144MiB |
+-----------------------------------------------------------------------------+
Docker
----------------
Docker installation
--------------------
.. _docker-nvidia-support-prerequisites_docker:

Make sure docker is installed and it's working correctly. For instructions on how to install docker have a look :ref:`in general info on docker installation <general-info-on-docker-installation>`.
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/setting_up_rtw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Setting up RosTeamWorkspace
============================
.. _tutorial-setting-up-rtw:

Installation
""""""""""""""""
Installation of RosTeamWS
""""""""""""""""""""""""""
To start using RosTeamWS framework clone the repository to any location using:

.. code-block:: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This use-case describes how to set up a robot bringup package using scripts from
The package follows as far as possible best practices for `robot support packages <http://wiki.ros.org/Industrial/Tutorials/WorkingWithRosIndustrialRobotSupportPackages>`_ from ROS-Industrial consortia. (**This has to be verified!**)


Script for Setting up Description Package
Script for Setting up a Bringup Package
============================================

``setup-robot-bringup`` script accepts the robot name and the robot description package name.
Expand Down

0 comments on commit 35c2b60

Please sign in to comment.