rby1_sdk.ArmCommandFeedback¶
- class ArmCommandFeedback¶
Bases:
CommandFeedbackFeedback for an arm command container.
- joint_position_command¶
Feedback for a joint position command (if present).
- gravity_compensation_command¶
Feedback for a gravity compensation command (if present).
- cartesian_command¶
Feedback for a Cartesian command (if present).
- Type:
- impedance_control_command¶
Feedback for a Cartesian impedance command (if present).
- cartesian_impedance_control_command¶
Feedback for a Cartesian impedance (OC + joint-space impedance) command (if present).
- joint_impedance_control_command¶
Feedback for a joint-space impedance command (if present).
- __init__(self: rby1_sdk.ArmCommandFeedback) None¶
Construct an
ArmCommandFeedbackinstance.
Methods
__init__(self)Construct an
ArmCommandFeedbackinstance.Attributes
Cartesian command feedback.
Cartesian impedance (OC + joint-space impedance) command feedback.
command_headerHeader-level feedback.
Gravity compensation command feedback.
Cartesian impedance command feedback.
Joint-space impedance command feedback.
Joint position command feedback.
validWhether this feedback object contains valid data.