rby1_sdk.BodyCommandFeedback#
- class BodyCommandFeedback#
Bases:
CommandFeedbackFeedback for a body command container.
- joint_position_command#
Feedback for a joint position command (if present).
- optimal_control_command#
Feedback for an optimal-control command (if present).
- gravity_compensation_command#
Feedback for a gravity compensation command (if present).
- cartesian_command#
Feedback for a Cartesian command (if present).
- Type:
- body_component_based_command#
Feedback for a component-based body 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.BodyCommandFeedback) None#
Construct a
BodyCommandFeedbackinstance.
Methods
__init__(self)Construct a
BodyCommandFeedbackinstance.Attributes
Component-based body command feedback.
Cartesian command feedback.
Cartesian impedance (OC + joint-space impedance) command feedback.
command_headerHeader-level feedback.
Gravity compensation command feedback.
Joint-space impedance command feedback.
Joint position command feedback.
Optimal-control command feedback.
validWhether this feedback object contains valid data.
- property body_component_based_command#
Component-based body command feedback.
- Returns:
Feedback object.
- Return type:
- property cartesian_command#
Cartesian command feedback.
- Returns:
Feedback object.
- Return type:
- property cartesian_impedance_control_command#
Cartesian impedance (OC + joint-space impedance) command feedback.
- Returns:
Feedback object.
- Return type:
- property gravity_compensation_command#
Gravity compensation command feedback.
- Returns:
Feedback object.
- Return type:
- property joint_impedance_control_command#
Joint-space impedance command feedback.
- Returns:
Feedback object.
- Return type:
- property joint_position_command#
Joint position command feedback.
- Returns:
Feedback object.
- Return type:
- property optimal_control_command#
Optimal-control command feedback.
- Returns:
Feedback object.
- Return type: