Update rmp220_middleware_extended.py

This commit is contained in:
bjoernellens1 2025-01-16 13:27:07 +01:00 committed by GitHub
parent f8ba263285
commit f54826682b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import rospy
from sensor_msgs.msg import Joy
from geometry_msgs.msg import Twist
from segway_msgs.srv import ros_set_chassis_enable_cmd as RosSetChassisEnableCmdSrv
from segway_msgs.msg import ChassisModeFb # Ensure this is the correct message type
from segway_msgs.msg import chassis_mode_fb as ChassisModeFb # Ensure this is the correct message type
from enum import Enum
# Define State enum for states management