Public Member Functions | |
def | __init__ |
Static Public Attributes | |
list | rosbridge_capabilities = [CallService, Advertise, Publish, Subscribe] |
Adds the handlers for the rosbridge opcodes
Definition at line 40 of file rosbridge_protocol.py.
def rosbridge_library.rosbridge_protocol.RosbridgeProtocol.__init__ | ( | self, | |
client_id | |||
) |
Keyword arguments: client_id -- a unique ID for this client to take. Uniqueness is important otherwise there will be conflicts between multiple clients with shared resources
Reimplemented from rosbridge_library.protocol.Protocol.
Definition at line 45 of file rosbridge_protocol.py.
list rosbridge_library::rosbridge_protocol.RosbridgeProtocol::rosbridge_capabilities = [CallService, Advertise, Publish, Subscribe] [static] |
Definition at line 43 of file rosbridge_protocol.py.