rby1_sdk.ArmCommandFeedback#

class ArmCommandFeedback#

Bases: CommandFeedback

Feedback for an arm command container.

joint_position_command#

Feedback for a joint position command (if present).

Type:

JointPositionCommandFeedback

gravity_compensation_command#

Feedback for a gravity compensation command (if present).

Type:

GravityCompensationCommandFeedback

cartesian_command#

Feedback for a Cartesian command (if present).

Type:

CartesianCommandFeedback

impedance_control_command#

Feedback for a Cartesian impedance command (if present).

Type:

ImpedanceControlCommandFeedback

cartesian_impedance_control_command#

Feedback for a Cartesian impedance (OC + joint-space impedance) command (if present).

Type:

CartesianImpedanceControlCommandFeedback

joint_impedance_control_command#

Feedback for a joint-space impedance command (if present).

Type:

JointImpedanceControlCommandFeedback

__init__(self: rby1_sdk.ArmCommandFeedback) None#

Construct an ArmCommandFeedback instance.

Methods

__init__(self)

Construct an ArmCommandFeedback instance.

Attributes

cartesian_command

Cartesian command feedback.

cartesian_impedance_control_command

Cartesian impedance (OC + joint-space impedance) command feedback.

command_header

Header-level feedback.

gravity_compensation_command

Gravity compensation command feedback.

impedance_control_command

Cartesian impedance command feedback.

joint_impedance_control_command

Joint-space impedance command feedback.

joint_position_command

Joint position command feedback.

valid

Whether this feedback object contains valid data.

property cartesian_command#

Cartesian command feedback.

Returns:

Feedback object.

Return type:

CartesianCommandFeedback

property cartesian_impedance_control_command#

Cartesian impedance (OC + joint-space impedance) command feedback.

Returns:

Feedback object.

Return type:

CartesianImpedanceControlCommandFeedback

property gravity_compensation_command#

Gravity compensation command feedback.

Returns:

Feedback object.

Return type:

GravityCompensationCommandFeedback

property impedance_control_command#

Cartesian impedance command feedback.

Returns:

Feedback object.

Return type:

ImpedanceControlCommandFeedback

property joint_impedance_control_command#

Joint-space impedance command feedback.

Returns:

Feedback object.

Return type:

JointImpedanceControlCommandFeedback

property joint_position_command#

Joint position command feedback.

Returns:

Feedback object.

Return type:

JointPositionCommandFeedback