Public Member Functions | |
| def | __init__ |
| def | action_goal_cb |
| def | action_result_cb |
| def | insert_action_goal |
| def | insert_action_result |
| def | insert_joint_states |
| def | joint_states_cb |
| def | message_callback_type |
| def | update_subscribers |
Public Attributes | |
| con | |
| joint_states | |
| joint_states_inserted | |
| joint_sub | |
| joint_tolerance | |
| lockobj | |
Static Public Attributes | |
| list | loaded_types = [] |
| dictionary | subscribers = {} |
| list | useless_types = ['roslib.msg.Header'] |
Definition at line 31 of file action_result_db.py.
| def action_result_db.ActionResultDB.__init__ | ( | self, | |
connection = None, |
|||
db_lock = None |
|||
| ) |
Definition at line 36 of file action_result_db.py.
| def action_result_db.ActionResultDB.action_goal_cb | ( | self, | |
| topic, | |||
| type_name, | |||
| msg | |||
| ) |
Definition at line 53 of file action_result_db.py.
| def action_result_db.ActionResultDB.action_result_cb | ( | self, | |
| topic, | |||
| type_name, | |||
| msg | |||
| ) |
Definition at line 59 of file action_result_db.py.
| def action_result_db.ActionResultDB.insert_action_goal | ( | self, | |
| topic, | |||
| type_name, | |||
| msg | |||
| ) |
Definition at line 76 of file action_result_db.py.
| def action_result_db.ActionResultDB.insert_action_result | ( | self, | |
| topic, | |||
| type_name, | |||
| msg | |||
| ) |
Definition at line 85 of file action_result_db.py.
| def action_result_db.ActionResultDB.insert_joint_states | ( | self, | |
| msg | |||
| ) |
Definition at line 94 of file action_result_db.py.
| def action_result_db.ActionResultDB.joint_states_cb | ( | self, | |
| msg | |||
| ) |
Definition at line 68 of file action_result_db.py.
| def action_result_db.ActionResultDB.message_callback_type | ( | self, | |
| name, | |||
| type_name, | |||
| type_obj | |||
| ) |
Definition at line 106 of file action_result_db.py.
Definition at line 125 of file action_result_db.py.
Definition at line 36 of file action_result_db.py.
Definition at line 36 of file action_result_db.py.
Definition at line 36 of file action_result_db.py.
Definition at line 36 of file action_result_db.py.
Definition at line 36 of file action_result_db.py.
list action_result_db.ActionResultDB::loaded_types = [] [static] |
Definition at line 32 of file action_result_db.py.
Definition at line 36 of file action_result_db.py.
dictionary action_result_db.ActionResultDB::subscribers = {} [static] |
Definition at line 34 of file action_result_db.py.
list action_result_db.ActionResultDB::useless_types = ['roslib.msg.Header'] [static] |
Definition at line 33 of file action_result_db.py.