Skip to content

Commit ba7f697

Browse files
committed
Clarified that the env variable should be exported
1 parent 64cc205 commit ba7f697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/demos/manipulation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ manipulation techniques.
8383
8484
!!! note "ROS 2 required"
8585
86-
The docker setup requires a working Humble or Jazzy ROS 2 installation on the host machine. Make sure that ROS 2 is sourced on the host machine.
86+
The docker setup requires a working Humble or Jazzy ROS 2 installation on the host machine. Make sure that ROS 2 is sourced on the host machine and the `ROS_DOMAIN_ID` environment variable is set to the same value as in the [Docker setup](../setup/setup_docker.md#2-set-up-communications-between-docker-and-host-optional)
8787
8888
!!! warning "ROS 2 distributions"
8989
@@ -131,7 +131,7 @@ manipulation techniques.
131131
132132
!!! note Source the setup shell
133133
134-
Ensure ROS 2 is sourced on the host machine. Ensure that every command inside the docker container is run in a sourced shell using `source setup_shell.sh`.
134+
Ensure ROS 2 is sourced on the host machine and the `ROS_DOMAIN_ID` environment variable is set to the same value as in the [Docker setup](../setup/setup_docker.md#2-set-up-communications-between-docker-and-host-optional). Ensure that every command inside the docker container is run in a sourced shell using `source setup_shell.sh`.
135135
136136
1. Launch the Robotic Arm Visualization on the host machine:
137137

0 commit comments

Comments
 (0)