Public Member Functions | |
def | __init__ |
def | deserialize |
def | deserialize_numpy |
def | serialize |
def | serialize_numpy |
Public Attributes | |
header | |
nodes | |
points | |
projections | |
Private Member Functions | |
def | _get_types |
Static Private Attributes | |
list | __slots__ = ['header','nodes','points','projections'] |
string | _full_text |
_has_header = True | |
string | _md5sum = "418ca143f82258a762de2cff21411737" |
list | _slot_types = ['std_msgs/Header','sba/CameraNode[]','sba/WorldPoint[]','sba/Projection[]'] |
string | _type = "sba/Frame" |
def sba.msg._Frame.Frame.__init__ | ( | self, | |
args, | |||
kwds | |||
) |
Constructor. Any message fields that are implicitly/explicitly set to None will be assigned a default value. The recommend use is keyword arguments as this is more robust to future message changes. You cannot mix in-order arguments and keyword arguments. The available fields are: header,nodes,points,projections :param args: complete set of field values, in .msg order :param kwds: use keyword arguments corresponding to message field names to set specific fields.
def sba.msg._Frame.Frame._get_types | ( | self | ) | [private] |
def sba.msg._Frame.Frame.deserialize | ( | self, | |
str | |||
) |
def sba.msg._Frame.Frame.deserialize_numpy | ( | self, | |
str, | |||
numpy | |||
) |
def sba.msg._Frame.Frame.serialize | ( | self, | |
buff | |||
) |
def sba.msg._Frame.Frame.serialize_numpy | ( | self, | |
buff, | |||
numpy | |||
) |
list sba::msg::_Frame.Frame::__slots__ = ['header','nodes','points','projections'] [static, private] |
string sba::msg::_Frame.Frame::_full_text [static, private] |
sba::msg::_Frame.Frame::_has_header = True [static, private] |
string sba::msg::_Frame.Frame::_md5sum = "418ca143f82258a762de2cff21411737" [static, private] |
list sba::msg::_Frame.Frame::_slot_types = ['std_msgs/Header','sba/CameraNode[]','sba/WorldPoint[]','sba/Projection[]'] [static, private] |
string sba::msg::_Frame.Frame::_type = "sba/Frame" [static, private] |