boh
This commit is contained in:
parent
59e420caa6
commit
3701cccfb9
2 changed files with 4 additions and 2 deletions
|
|
@ -112,6 +112,8 @@ class LazyRobot:
|
|||
left: "Motor"
|
||||
right: "Motor"
|
||||
db: "DriveBase"
|
||||
extra_L: "Motor"
|
||||
extra_E: "Motor"
|
||||
|
||||
# stato interno del proxy
|
||||
_params: "dict[str, object]"
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ def main(robot: LazyRobot):
|
|||
hub = robot.hub
|
||||
db = robot.db
|
||||
|
||||
msu_R = robot.extra_R
|
||||
msu_L = robot.extra_L
|
||||
msu_R: Motor = robot.extra_R
|
||||
msu_L: Motor = robot.extra_L
|
||||
|
||||
db.settings(864, 300, 100, 50)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue