rby1_sdk.Robot_M_ControlInput¶
- class Robot_M_ControlInput¶
Bases:
pybind11_objectRobot (model:
Model_M) control input.Represents control input parameters for robot real-time control including mode, target, and gains.
- mode¶
Control mode for each joint (boolean array).
- Type:
- target¶
Target positions for each joint [rad].
- Type:
- feedback_gain¶
Feedback gains for each joint.
- Type:
- feedforward_torque¶
Feedforward torque for each joint [Nm].
- Type:
- __init__(self: rby1_sdk.Robot_M_ControlInput) None¶
Construct a
ControlInputinstance.- mode¶
Control mode for each joint (boolean array).
- Type:
numpy.ndarray, shape (DOF,)
- target¶
Target positions for each joint [rad].
- Type:
numpy.ndarray, shape (DOF,)
- feedback_gain¶
Feedback gains for each joint.
- Type:
numpy.ndarray, shape (DOF,)
- feedforward_torque¶
Feedforward torque for each joint [Nm].
- Type:
numpy.ndarray, shape (DOF,)
Methods
__init__(self)Construct a
ControlInputinstance.Attributes