Update rmp220_middleware.py

This commit is contained in:
bjoernellens1 2025-01-16 13:03:00 +01:00 committed by GitHub
parent 58e8b9b2bd
commit 42efdaee50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ from std_msgs.msg import Bool
from geometry_msgs.msg import Twist
from sensor_msgs.msg import Joy
from enum import Enum
from segway_msgs.srv import RosSetChassisEnableCmdSrv as RosSetChassisEnableCmd
from segway_msgs.srv import RosSetChassisEnableCmd #Srv as RosSetChassisEnableCmd
from segway_msgs.msg import ChassisModeFb
class State(Enum):