Skip to content

Commit 355a5a1

Browse files
committed
changed offset path
1 parent e25c566 commit 355a5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/hako_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class HakoEnv:
1212
def __init__(self, model_name, robo_type):
13-
offset_path = '/usr/local/lib/hakoniwa/binary/offset'
13+
offset_path = '/usr/local/lib/hakoniwa/py/binary/offset'
1414
self.hako = hako.Hako(offset_path, robo_type)
1515
self.hako.register("ai_" + model_name)
1616

0 commit comments

Comments
 (0)