panda_gazebo.srv._AddPlane

autogenerated by genpy from panda_gazebo/AddPlaneRequest.msg. Do not edit.

Module Contents

Classes

AddPlaneRequest

Base class of Message data classes auto-generated from msg files.

AddPlaneResponse

Base class of Message data classes auto-generated from msg files.

AddPlane

Attributes

python3

python3

panda_gazebo.srv._AddPlane.python3[source]
class panda_gazebo.srv._AddPlane.AddPlaneRequest(*args, **kwds)[source]

Bases: genpy.Message

Base class of Message data classes auto-generated from msg files.

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,frame_id,pose,normal,offset

Parameters:
  • args – complete set of field values, in .msg order

  • kwds – use keyword arguments corresponding to message field names

to set specific fields.

serialize(buff)[source]

serialize message into buffer :param buff: buffer, StringIO

deserialize(str)[source]

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

serialize_numpy(buff, numpy)[source]

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

deserialize_numpy(str, numpy)[source]

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

panda_gazebo.srv._AddPlane.python3[source]
class panda_gazebo.srv._AddPlane.AddPlaneResponse(*args, **kwds)[source]

Bases: genpy.Message

Base class of Message data classes auto-generated from msg files.

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:

success,message

Parameters:
  • args – complete set of field values, in .msg order

  • kwds – use keyword arguments corresponding to message field names

to set specific fields.

serialize(buff)[source]

serialize message into buffer :param buff: buffer, StringIO

deserialize(str)[source]

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

serialize_numpy(buff, numpy)[source]

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

deserialize_numpy(str, numpy)[source]

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

class panda_gazebo.srv._AddPlane.AddPlane[source]

Bases: object