34 Dummy controller manager instance.
36 Creates the expected controller manager ROS interface, with a simple
37 default behavior that can be overridden by modifying its members.
42 if not cm_ns
or cm_ns[-1] !=
'/':
54 self.
list_ctrl = rospy.Service(cm_ns +
'list_controllers',
57 self.
list_types = rospy.Service(cm_ns +
'list_controller_types',
60 self.
load_ctrl = rospy.Service(cm_ns +
'load_controller',
69 self.
reload_libs = rospy.Service(cm_ns +
'reload_controller_libraries',
70 ReloadControllerLibraries,