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
4df74b50a8
commit
d395693a85
@ -61,10 +61,7 @@ class StateMachineNode(Node):
|
||||
|
||||
def chassis_mode_callback(self, msg):
|
||||
# Handle the incoming chassis status message, will update every second
|
||||
# Need to figure out the type
|
||||
self.get_logger().info('Got chassis_mode from chassis_mode_fb topic')
|
||||
self.get_logger().info(str(msg.chassis_mode))
|
||||
|
||||
|
||||
if self.state == State.PAUSED:
|
||||
return
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user