rby1_sdk.CartesianImpedanceControlCommandFeedback#
- class CartesianImpedanceControlCommandFeedback#
Bases:
CommandFeedbackFeedback for a Cartesian-impedance control command.
- set_position#
Current joint setpoint used by the internal joint-space controller [rad].
- Type:
numpy.ndarray, shape (N,), dtype=float64
- __init__(self: rby1_sdk.CartesianImpedanceControlCommandFeedback) None#
Construct a
CartesianImpedanceControlCommandFeedbackinstance.
Methods
__init__(self)Construct a
CartesianImpedanceControlCommandFeedbackinstance.Attributes
command_headerHeader-level feedback.
Manipulability index.
Estimated remaining time to settle.
Current joint setpoint used by the internal joint-space controller.
validWhether this feedback object contains valid data.
- property manipulability#
Manipulability index.
- Returns:
Dimensionless manipulability measure.
- Return type:
- property remain_time#
Estimated remaining time to settle.
- Returns:
Time remaining [s].
- Return type:
- property set_position#
Current joint setpoint used by the internal joint-space controller.
- Returns:
Joint setpoint vector [rad], shape (N,).
- Return type: