Go to the source code of this file.
Namespaces | |
rosserial_python.SerialClient | |
Functions | |
def | rosserial_python.SerialClient.load_message (package, message) |
def | rosserial_python.SerialClient.load_pkg_module (package, directory) |
def | rosserial_python.SerialClient.load_service (package, service) |
Variables | |
string | rosserial_python.SerialClient.__author__ = "mferguson@willowgarage.com (Michael Ferguson)" |
Software License Agreement (BSD License) More... | |
string | rosserial_python.SerialClient.ERROR_MISMATCHED_PROTOCOL = "Mismatched protocol version in packet: lost sync or rosserial_python is from different ros release than the rosserial client" |
string | rosserial_python.SerialClient.ERROR_NO_SYNC = "no sync with device" |
string | rosserial_python.SerialClient.ERROR_PACKET_FAILED = "Packet Failed : Failed to read msg data" |