mirror of
https://github.com/bjoernellens1/rmp220_middleware.git
synced 2024-11-21 15:33:47 +00:00
changes in operation: testing
This commit is contained in:
parent
d31d81b7c3
commit
ef0914eb60
@ -126,7 +126,7 @@ class StateMachineNode(Node):
|
||||
def timer_callback(self):
|
||||
# if self.chassis_mode == State.DISABLED or self.chassis_mode == State.STOPPED or self.chassis_mode == State.PASSIVE:
|
||||
# return # Do nothing if chassis is disabled, stopped or passive --> should save processing power
|
||||
if self.chassis_mode == State.ENABLED:
|
||||
if self.state == State.ENABLED:
|
||||
if self.timeout <= 0:
|
||||
self.state = State.PAUSED
|
||||
self.get_logger().info("State: PAUSED (Timeout)")
|
||||
|
Loading…
Reference in New Issue
Block a user