Skip to content

Commit 20eabe3

Browse files
authored
Adds basic MuJoCo simulation with LeKiwi robot (#10)
* Adds basic MuJoCo simulation with LeKiwi robot Signed-off-by: Ari Lowy <arilow@ekumenlabs.com> * Fix precommit Signed-off-by: Ari Lowy <arilow@ekumenlabs.com> * Addresses first round of comments Signed-off-by: Ari Lowy <arilow@ekumenlabs.com> * Fix precommit Signed-off-by: Ari Lowy <arilow@ekumenlabs.com> --------- Signed-off-by: Ari Lowy <arilow@ekumenlabs.com> Co-authored-by: Ari Lowy <arilow@ekumenlabs.com>
1 parent a24878f commit 20eabe3

51 files changed

Lines changed: 791 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ __pycache__
3232

3333
# uv cache
3434
.uv_cache
35+
36+
build/

packages/lekiwi_sim/README.md

Lines changed: 5 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Empty init file for lekiwi_sim package"""
Lines changed: 203 additions & 0 deletions
561 KB
561 KB
561 KB
56.3 KB
56.3 KB
56.3 KB

0 commit comments

Comments
 (0)