rby1_sdk.Robot_UB_ControlInput#
- class Robot_UB_ControlInput#
Bases:
pybind11_objectRobot (model:
Model_UB) 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_UB_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
- property feedback_gain#
- property feedforward_torque#
- property finish#
- property mode#
- property target#