Skip to content

Commit 16a9ebf

Browse files
Use Gemini LLM to navigate Andino robot.
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
1 parent a9bbc89 commit 16a9ebf

27 files changed

Lines changed: 4550 additions & 39 deletions

File tree

.devcontainer/rust-dev/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"yzhang.markdown-all-in-one",
2525
"tamasfe.even-better-toml",
2626
"ritwickdey.liveserver",
27-
"ms-python.python"
27+
"ms-python.python",
28+
"ms-python.vscode-pylance"
2829
]
2930
}
3031
},

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,15 @@ sandbox
1717

1818
# datasets of yolo
1919
*.pt
20+
21+
# Python compiled files
22+
dist
23+
*.egg-info
24+
.venv
25+
__pycache__
26+
*.pyc
27+
*.ruff_cache
28+
*.pytest_cache
29+
30+
# MuJoCo outputs
31+
*.mp4

.rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
edition = "2024"
12
max_width = 120

0 commit comments

Comments
 (0)