ignore and def params

main
moscowsky 1 month ago
parent bd046ae217
commit d7a1097299

1
.gitignore vendored

@ -0,0 +1 @@
*.pyc

@ -3,7 +3,7 @@ import time
class RobotController(object): class RobotController(object):
def __init__(self, fire_ext_max_capacity, collision_damage = 1, k_sof = 1, k_cas = 1, k_asset = 1): def __init__(self, fire_ext_max_capacity = 5, collision_damage = 1, k_sof = 1, k_cas = 1, k_asset = 1):
# STATE VARIABLES # STATE VARIABLES
self._fire_ext_max_capacity = fire_ext_max_capacity self._fire_ext_max_capacity = fire_ext_max_capacity

Loading…
Cancel
Save