class documentation

class InteractiveMarkerFeedback(genpy.Message):

Constructor: InteractiveMarkerFeedback(*args, **kwds)

View In Hierarchy

Undocumented

Method __init__ 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.
Method deserialize unpack serialized message in str into this message instance :param str: byte array of serialized message, str
Method deserialize_numpy unpack serialized message in str into this message instance using numpy for array types :param str: byte array of serialized message, str :param numpy: numpy python module
Method serialize serialize message into buffer :param buff: buffer, StringIO
Method serialize_numpy serialize message with numpy array types into buffer :param buff: buffer, StringIO :param numpy: numpy python module
Constant BUTTON_CLICK Undocumented
Constant KEEP_ALIVE Undocumented
Constant MENU_SELECT Undocumented
Constant MOUSE_DOWN Undocumented
Constant MOUSE_UP Undocumented
Constant POSE_UPDATE Undocumented
Class Variable __slots__ Undocumented
Instance Variable client_id Undocumented
Instance Variable control_name Undocumented
Instance Variable event_type Undocumented
Instance Variable header Undocumented
Instance Variable marker_name Undocumented
Instance Variable menu_entry_id Undocumented
Instance Variable mouse_point Undocumented
Instance Variable mouse_point_valid Undocumented
Instance Variable pose Undocumented
Method _get_types internal API method
Class Variable _full_text Undocumented
Class Variable _has_header Undocumented
Class Variable _md5sum Undocumented
Class Variable _slot_types Undocumented
Class Variable _type Undocumented
def __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,client_id,marker_name,control_name,event_type,pose,menu_entry_id,mouse_point,mouse_point_valid

to set specific fields.

Parameters
*argscomplete set of field values, in .msg order
**kwdsuse keyword arguments corresponding to message field names
def deserialize(self, str):

unpack serialized message in str into this message instance :param str: byte array of serialized message, str

def deserialize_numpy(self, str, numpy):

unpack serialized message in str into this message instance using numpy for array types :param str: byte array of serialized message, str :param numpy: numpy python module

def serialize(self, buff):

serialize message into buffer :param buff: buffer, StringIO

def serialize_numpy(self, buff, numpy):

serialize message with numpy array types into buffer :param buff: buffer, StringIO :param numpy: numpy python module

BUTTON_CLICK: int =

Undocumented

Value
3
KEEP_ALIVE: int =

Undocumented

Value
0
MENU_SELECT: int =

Undocumented

Value
2
MOUSE_DOWN: int =

Undocumented

Value
4
MOUSE_UP: int =

Undocumented

Value
5
POSE_UPDATE: int =

Undocumented

Value
1
__slots__: list[str] =

Undocumented

client_id =

Undocumented

control_name =

Undocumented

event_type: int =

Undocumented

header =

Undocumented

marker_name =

Undocumented

menu_entry_id: int =

Undocumented

mouse_point =

Undocumented

mouse_point_valid =

Undocumented

pose =

Undocumented

def _get_types(self):

internal API method

_full_text: str =

Undocumented

_has_header: bool =

Undocumented

_md5sum: str =

Undocumented

_slot_types: list[str] =

Undocumented

_type: str =

Undocumented