-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update docker instructions * Update userdoc.rst --------- Co-authored-by: Olivier Stasse <ostasse@laas.fr>
- Loading branch information
1 parent
40b92dd
commit 07a897f
Showing
3 changed files
with
268 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#!/bin/sh | ||
|
||
. /opt/ros/"${ROS_DISTRO}"/setup.sh | ||
. /home/ros2_ws/install/setup.sh | ||
cd /home/ros2_ws | ||
. install/setup.sh | ||
exec "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
.. note:: | ||
|
||
The commands below are given for a local installation of this repository and its dependencies. If you use the provided docker container, add the prefix | ||
|
||
.. code:: | ||
docker run -it --rm --name ros2_control_demos --net host ros2_control_demos | ||
to every command followed by a ``gui:=false``. For more information on the docker usage see :ref:`ros2_control_demos_install`. | ||
The commands below are given for a local installation of this repository and its dependencies as well as for running them from a docker container. For more information on the docker usage see :ref:`doc/ros2_control_demos/doc/index:using docker`. |
Oops, something went wrong.