mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-02 19:23:54 +00:00
Working on reorganization of repo
This commit is contained in:
parent
32037347dc
commit
7e4655473d
37 changed files with 4 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
__pycache__/
|
||||
mini_bdx_runtime.egg-info/
|
||||
build
|
||||
dist
|
||||
dist
|
||||
.DS_Store
|
||||
|
|
|
@ -1 +1 @@
|
|||
|
||||
from .onnx_infer import OnnxInfer
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
from .onnx_infer import OnnxInfer
|
|
@ -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()
|
Loading…
Reference in a new issue