Variables | |
dictionary | identity = {} |
dictionary | status = {} |
url = rospy.get_param("~url", "ws://localhost/") | |
ws | |
def amr_interop_bridge.base_robot_envelope_callback | ( | msg | ) |
Definition at line 67 of file amr_interop_bridge.py.
def amr_interop_bridge.battery_percentage_callback | ( | msg | ) |
Definition at line 154 of file amr_interop_bridge.py.
def amr_interop_bridge.cargo_max_volume_callback | ( | msg | ) |
Definition at line 103 of file amr_interop_bridge.py.
def amr_interop_bridge.cargo_max_weight_callback | ( | msg | ) |
Definition at line 112 of file amr_interop_bridge.py.
def amr_interop_bridge.cargo_type_callback | ( | msg | ) |
Definition at line 100 of file amr_interop_bridge.py.
def amr_interop_bridge.charger_type_callback | ( | msg | ) |
Definition at line 85 of file amr_interop_bridge.py.
def amr_interop_bridge.destinations_callback | ( | msg | ) |
Definition at line 187 of file amr_interop_bridge.py.
def amr_interop_bridge.emergency_contact_information_callback | ( | msg | ) |
Definition at line 82 of file amr_interop_bridge.py.
def amr_interop_bridge.error_codes_callback | ( | msg | ) |
Definition at line 163 of file amr_interop_bridge.py.
def amr_interop_bridge.load_percentage_still_avaiable_callback | ( | msg | ) |
Definition at line 160 of file amr_interop_bridge.py.
def amr_interop_bridge.location_callback | ( | msg | ) |
Definition at line 118 of file amr_interop_bridge.py.
def amr_interop_bridge.manufacture_name_callback | ( | msg | ) |
Definition at line 58 of file amr_interop_bridge.py.
def amr_interop_bridge.max_run_time_callback | ( | msg | ) |
Definition at line 79 of file amr_interop_bridge.py.
def amr_interop_bridge.max_speed_callback | ( | msg | ) |
Definition at line 76 of file amr_interop_bridge.py.
def amr_interop_bridge.on_close | ( | ws, | |
close_status_code, | |||
close_msg | |||
) |
Definition at line 37 of file amr_interop_bridge.py.
def amr_interop_bridge.on_error | ( | ws, | |
error | |||
) |
Definition at line 34 of file amr_interop_bridge.py.
def amr_interop_bridge.on_message | ( | ws, | |
message | |||
) |
Definition at line 31 of file amr_interop_bridge.py.
def amr_interop_bridge.on_open | ( | ws | ) |
Definition at line 40 of file amr_interop_bridge.py.
def amr_interop_bridge.operational_state_callback | ( | msg | ) |
Definition at line 115 of file amr_interop_bridge.py.
def amr_interop_bridge.path_callback | ( | msg | ) |
Definition at line 167 of file amr_interop_bridge.py.
def amr_interop_bridge.product_documentation_callback | ( | msg | ) |
Definition at line 94 of file amr_interop_bridge.py.
def amr_interop_bridge.remaining_run_time_callback | ( | msg | ) |
Definition at line 157 of file amr_interop_bridge.py.
def amr_interop_bridge.robot_model_callback | ( | msg | ) |
Definition at line 61 of file amr_interop_bridge.py.
def amr_interop_bridge.robot_serial_number_callback | ( | msg | ) |
Definition at line 64 of file amr_interop_bridge.py.
def amr_interop_bridge.support_vendor_contact_information_callback | ( | msg | ) |
Definition at line 91 of file amr_interop_bridge.py.
def amr_interop_bridge.support_vendor_name_callback | ( | msg | ) |
Definition at line 88 of file amr_interop_bridge.py.
def amr_interop_bridge.thumbnail_image_callback | ( | msg | ) |
Definition at line 97 of file amr_interop_bridge.py.
def amr_interop_bridge.uuid_callback | ( | msg | ) |
Definition at line 54 of file amr_interop_bridge.py.
def amr_interop_bridge.velocity_callback | ( | msg | ) |
Definition at line 136 of file amr_interop_bridge.py.
dictionary amr_interop_bridge.identity = {} |
Definition at line 212 of file amr_interop_bridge.py.
dictionary amr_interop_bridge.status = {} |
Definition at line 213 of file amr_interop_bridge.py.
amr_interop_bridge.url = rospy.get_param("~url", "ws://localhost/") |
Definition at line 210 of file amr_interop_bridge.py.
amr_interop_bridge.ws |
Definition at line 244 of file amr_interop_bridge.py.