panda_gazebo.srv._SetJointEfforts

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

Module Contents

Classes

SetJointEffortsRequest

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

SetJointEffortsResponse

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

SetJointEfforts

Attributes

python3

python3

panda_gazebo.srv._SetJointEfforts.python3[source]
class panda_gazebo.srv._SetJointEfforts.SetJointEffortsRequest(*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:

joint_names,joint_efforts,wait

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._SetJointEfforts.python3[source]
class panda_gazebo.srv._SetJointEfforts.SetJointEffortsResponse(*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._SetJointEfforts.SetJointEfforts[source]

Bases: object