You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Power supply: 24VDC with at least 2.5A (60W) and 3.75A overload.
Control modes:
/** * @brief Get the control mode parameter * * @param[out] control_mode * - 0 - Classic position control * - 1 - Direct PWM value * - 2 - Current control * - 3 - Position and current control * - 4 - Deflection control (only for qbmoves) * - 5 - Deflection and current control (only for qbmoves) * @return 0 on success, -1 on error */virtualintgetParamControlMode(uint8_t &control_mode);
The text was updated successfully, but these errors were encountered:
YARP 3.9 has introduced a new IJointCoupling interface. Perhaps not so useful here than on the Dextra hand (ping @jgvictores), but it's interesting anyway.
YARP 3.9 has introduced a new IJointCoupling interface. Perhaps not so useful here than on the Dextra hand (ping @jgvictores), but it's interesting anyway.
RS485 protocol characteristics:
Power supply: 24VDC with at least 2.5A (60W) and 3.75A overload.
Control modes:
The text was updated successfully, but these errors were encountered: