ignore and def params

This commit is contained in:
moscowsky
2026-06-15 12:20:56 +03:00
parent bd046ae217
commit d7a1097299
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
*.pyc
+1 -1
View File
@@ -3,7 +3,7 @@ import time
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
self._fire_ext_max_capacity = fire_ext_max_capacity