Skip to content

Commit 64cc205

Browse files
committed
Made setting the FASTRTPS_DEFAULT_PROFILES_FILE env variable more explicit
1 parent ad28165 commit 64cc205

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/setup/setup_docker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ To allow the container to communicate with the host machine, configure the host
7878
4. Configure the DDS middleware using the `fastrtps_config.xml` file included in the RAI repository:
7979

8080
```shell
81-
export FASTRTPS_DEFAULT_PROFILES_FILE=/path/to/fastrtps_config.xml
81+
export FASTRTPS_DEFAULT_PROFILES_FILE=$(pwd)/docker/fastrtps_config.xml
82+
8283
```
8384

8485
5. Set the RMW to use eProsima Fast DDS:

0 commit comments

Comments
 (0)