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