breaker.py
Go to the documentation of this file.
1 from rqt_robot_dashboard.widgets import ButtonDashWidget
2 
3 class BreakerControl(ButtonDashWidget):
4  def __init__(self, context, name, index, cb = None, icon = None):
5  super(BreakerControl, self).__init__(context, name, cb, icon)
6 
7  self.clicked.connect(self.toggle)
8  self._power_control = rospy.ServiceProxy('turtlebot_node/set_digital_outputs', create_node.srv.SetDigitalOutputs)
def __init__(self, context, name, index, cb=None, icon=None)
Definition: breaker.py:4


create_dashboard
Author(s): Ze'ev Klapow , Marcus Liebhardt
autogenerated on Mon Jun 10 2019 15:38:04