Update rmp220_middleware.py

This commit is contained in:
bjoernellens1 2025-01-16 13:17:39 +01:00 committed by GitHub
parent fe37a256e7
commit 74969c2561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
import rospy
from sensor_msgs.msg import Joy
from your_package.srv import RosSetChassisEnableCmdSrv # Replace with the actual service type
from segway_msgs.srv import ros_set_chassis_enable_cmd as RosSetChassisEnableCmdSrv # Replace with the actual service type
class JoystickServiceCaller:
def __init__(self):