Working on reorganization of repo

This commit is contained in:
Ethan Wyant 2025-08-11 15:27:53 -07:00
parent 32037347dc
commit 7e4655473d
37 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
__pycache__/
mini_bdx_runtime.egg-info/
build
dist
dist
.DS_Store

View file

@ -1 +1 @@
from .onnx_infer import OnnxInfer

View file

@ -1 +0,0 @@
from .onnx_infer import OnnxInfer

View file

@ -115,7 +115,7 @@ class RLWalk:
self.projector = Projector()
if self.duck_config.speaker:
self.sounds = Sounds(
volume=1.0, sound_directory="../mini_bdx_runtime/assets/"
volume=1.0, sound_directory="src/mini_bdx_runtime/assets/"
)
if self.duck_config.antennas:
self.antennas = Antennas()