Skip to content

Commit 0c306a6

Browse files
committed
remove off-your-rocker from docs
1 parent 2a6e543 commit 0c306a6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/user_guide/RunWithDocker.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Replace `$PWD/path/to/your/scenario.yaml` in two places with your custom scenari
190190
and execute the command below
191191

192192
```bash
193-
rocker --x11 --oyr-mount $PWD/path/to/your/scenario.yaml \
193+
rocker --x11 --volume $PWD/path/to/your/ \
194194
-- ghcr.io/tier4/scenario_simulator_v2:humble \
195195
ros2 launch scenario_test_runner scenario_test_runner.launch.py \
196196
scenario:=$PWD/path/to/your/scenario.yaml launch_rviz:=True
@@ -202,9 +202,8 @@ Please also refer to the sample we prepared.
202202
wget https://gist.github.com/hakuturu583/5e6a651df9abdf25dca7071ff5ea8ac3/archive/1448057aeebc34cbfc04598b965440fcf7ecb636.zip
203203
unzip 1448057aeebc34cbfc04598b965440fcf7ecb636.zip
204204
mv 5e6a651df9abdf25dca7071ff5ea8ac3-1448057aeebc34cbfc04598b965440fcf7ecb636 scenarios
205-
sudo pip3 install git+https://github.com/sloretz/off-your-rocker.git
206205
docker pull ghcr.io/tier4/scenario_simulator_v2:humble
207-
rocker --x11 --oyr-mount $PWD/scenarios/UC-001-0001-Kashiwa.yaml -- ghcr.io/tier4/scenario_simulator_v2:humble ros2 launch scenario_test_runner scenario_test_runner.launch.py scenario:=$PWD/scenarios/UC-001-0001-Kashiwa.yaml launch_rviz:=True
206+
rocker --x11 --volume $PWD/scenarios -- ghcr.io/tier4/scenario_simulator_v2:humble ros2 launch scenario_test_runner scenario_test_runner.launch.py scenario:=$PWD/scenarios/UC-001-0001-Kashiwa.yaml launch_rviz:=True
208207
```
209208

210209
Our sample should run like the video below.

0 commit comments

Comments
 (0)