File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dora build graphs/dataflow.yml
3232
3333Run the dataflow locally:
3434```
35- dora run graphs/dataflow.yml -uv
35+ dora run graphs/dataflow.yml -- uv
3636```
3737
3838### object_detection.yml
@@ -62,7 +62,7 @@ dora build graphs/object_detection.yml
6262
6363Run the dataflow locally:
6464```
65- dora run graphs/object_detection.yml -uv
65+ dora run graphs/object_detection.yml -- uv
6666```
6767
6868Run the Rerun server locally (not on the andino):
@@ -107,7 +107,7 @@ dora build graphs/gemini_navigation.yml
107107
1081083 . Run the dataflow locally:
109109```
110- dora run graphs/gemini_navigation.yml -uv
110+ dora run graphs/gemini_navigation.yml -- uv
111111```
112112
1131134 . Run the Rerun server locally (not on the * andino* ):
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dora build graphs/mujoco_sim.yml
4848
4949Run the dataflow locally:
5050```
51- dora run graphs/mujoco_sim.yml -uv
51+ dora run graphs/mujoco_sim.yml -- uv
5252```
5353
5454### mujoco_sim_gemini_navigation.yml
@@ -92,7 +92,7 @@ dora build graphs/mujoco_sim_gemini_navigation.yml
9292
93933 . Run the dataflow locally:
9494```
95- dora run graphs/mujoco_sim_gemini_navigation.yml -uv
95+ dora run graphs/mujoco_sim_gemini_navigation.yml -- uv
9696```
9797
98984 . Use the GUI to issue a command for Andino to execute.
You can’t perform that action at this time.
0 commit comments