Public Member Functions | |
def | __init__ |
def | execute |
def | on_enter |
Private Attributes | |
_pub | |
_topic |
Publishes an empty (std_msgs/Bool) message on a given topic name. -- topic string The topic on which should be published. >= value Value of bool. <= done Done publishing.
Definition at line 15 of file publisher_bool_state.py.
def flexbe_states.publisher_bool_state.PublisherBoolState.__init__ | ( | self, | |
topic | |||
) |
Constructor
Definition at line 27 of file publisher_bool_state.py.
def flexbe_states.publisher_bool_state.PublisherBoolState.execute | ( | self, | |
userdata | |||
) |
Definition at line 36 of file publisher_bool_state.py.
def flexbe_states.publisher_bool_state.PublisherBoolState.on_enter | ( | self, | |
userdata | |||
) |
Definition at line 39 of file publisher_bool_state.py.
Definition at line 29 of file publisher_bool_state.py.
Definition at line 29 of file publisher_bool_state.py.