class documentation

class InteractiveMarkerControl(genpy.Message):

Constructor: InteractiveMarkerControl(*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 Undocumented
Constant FIXED Undocumented
Constant INHERIT Undocumented
Constant MENU Undocumented
Constant MOVE_3D Undocumented
Constant MOVE_AXIS Undocumented
Constant MOVE_PLANE Undocumented
Constant MOVE_ROTATE Undocumented
Constant MOVE_ROTATE_3D Undocumented
Constant NONE Undocumented
Constant ROTATE_3D Undocumented
Constant ROTATE_AXIS Undocumented
Constant VIEW_FACING Undocumented
Class Variable __slots__ Undocumented
Instance Variable always_visible Undocumented
Instance Variable description Undocumented
Instance Variable independent_marker_orientation Undocumented
Instance Variable interaction_mode Undocumented
Instance Variable markers Undocumented
Instance Variable name Undocumented
Instance Variable orientation Undocumented
Instance Variable orientation_mode 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:
name,orientation,orientation_mode,interaction_mode,always_visible,markers,independent_marker_orientation,description

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: int =

Undocumented

Value
2
FIXED: int =

Undocumented

Value
1
INHERIT: int =

Undocumented

Value
0
MENU: int =

Undocumented

Value
1
MOVE_3D: int =

Undocumented

Value
7
MOVE_AXIS: int =

Undocumented

Value
3
MOVE_PLANE: int =

Undocumented

Value
4
MOVE_ROTATE: int =

Undocumented

Value
6
MOVE_ROTATE_3D: int =

Undocumented

Value
9
NONE: int =

Undocumented

Value
0
ROTATE_3D: int =

Undocumented

Value
8
ROTATE_AXIS: int =

Undocumented

Value
5
VIEW_FACING: int =

Undocumented

Value
2
__slots__: list[str] =

Undocumented

always_visible =

Undocumented

description =

Undocumented

independent_marker_orientation =

Undocumented

interaction_mode: int =

Undocumented

markers: list =

Undocumented

name =

Undocumented

orientation =

Undocumented

orientation_mode: int =

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