ignore and def params
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
*.pyc
|
||||||
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user