Public Member Functions | |
def | __init__ |
def | __repr__ |
def | get_value |
Private Member Functions | |
def | _callback |
Private Attributes | |
_field | |
_msgeval | |
_subscriber | |
_topic | |
_value |
Mirrors a ROS message field of a topic as its value. Note that this Condition's value remains None until a message is received.
Definition at line 49 of file common_ros.py.
def rgoap_ros.common_ros.ROSTopicCondition.__init__ | ( | self, | |
state_name, | |||
topic, | |||
topic_class, | |||
field = None , |
|||
msgeval = None |
|||
) |
Definition at line 53 of file common_ros.py.
def rgoap_ros.common_ros.ROSTopicCondition.__repr__ | ( | self | ) |
Definition at line 65 of file common_ros.py.
def rgoap_ros.common_ros.ROSTopicCondition._callback | ( | self, | |
msg | |||
) | [private] |
Definition at line 68 of file common_ros.py.
def rgoap_ros.common_ros.ROSTopicCondition.get_value | ( | self | ) |
Definition at line 72 of file common_ros.py.
Definition at line 53 of file common_ros.py.
Definition at line 53 of file common_ros.py.
Definition at line 53 of file common_ros.py.
Definition at line 53 of file common_ros.py.
Definition at line 53 of file common_ros.py.