Skip to content

Commit bf39a13

Browse files
Added commenting in code to address review comments.
1 parent 632ef24 commit bf39a13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/learning-paths/automotive/openadkit2_safetyisolation/3_container_spliting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ Copy the following configuration into docker/cycloneDDS.xml on both machines, an
124124
<MaxAutoParticipantIndex>1000</MaxAutoParticipantIndex>
125125
<ParticipantIndex>auto</ParticipantIndex>
126126
<Peers>
127-
<Peer address="192.168.xx.yy"/>
127+
<!-- Replace these with the private IP addresses of both EC2 instances -->
128+
<Peer address="192.168.xx.yy"/>
128129
<Peer address="192.168.aa.bb"/>
129130
</Peers>
130131
</Discovery>
@@ -304,6 +305,7 @@ This will simulate outbound DDS traffic from the planning-control container.
304305
Set the required environment variables and launch the planning-control container:
305306

306307
```bash
308+
# Replace this path with the location where you cloned the repository, if different
307309
export SCRIPT_DIR=/home/ubuntu/openadkit_demo.autoware/docker
308310
export CONF_FILE=$SCRIPT_DIR/etc/simulation/config/fail_static_obstacle_avoidance.param.yaml
309311
export COMMON_FILE=$SCRIPT_DIR/etc/simulation/config/common.param.yaml

0 commit comments

Comments
 (0)