Skip to content

Commit c2014e3

Browse files
Fixes README.
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
1 parent bc322be commit c2014e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

andino_dora_sim/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ end
8181

8282
Runs a dataflow that uses [Gemini](https://gemini.google.com/app) API for navigating the Andino based on user inputs.
8383

84-
1. Obtain a [Gemini API Key](https://aistudio.google.com/apikey) and add it as environment variable to the correspondent node in the [gemini_navigation.yml](graphs/gemini_navigation.yml) dataflow.
84+
1. Obtain a [Gemini API Key](https://aistudio.google.com/apikey) and add it as environment variable to the correspondent node in the [mujoco_sim_gemini_navigation.yml](graphs/mujoco_sim_gemini_navigation.yml) dataflow.
8585

8686
2. Build the dataflow:
8787
```
88-
dora build graphs/gemini_navigation.yml
88+
dora build graphs/mujoco_sim_gemini_navigation.yml
8989
```
9090

9191
3. Run the dataflow locally:
9292
```
93-
dora run graphs/gemini_navigation.yml
93+
dora run graphs/mujoco_sim_gemini_navigation.yml
9494
```
9595

9696
4. Use the GUI to input a command to be followed by the Andino.

0 commit comments

Comments
 (0)