|
|
@ -182,6 +182,7 @@ bool FeiTeServoMotor::stop(uint8_t id) { |
|
|
|
bool FeiTeServoMotor::runInMode0(uint8_t id, int32_t limitTorque, int32_t speed, int32_t pos3600) { |
|
|
|
zlock_guard l(m_mutex); |
|
|
|
feite_servo_info_t* info = getServoInfo(id); |
|
|
|
ZLOGI(TAG, "runInMode0 id:%d limitTorque:%d speed:%d pos3600:%d", id, limitTorque, speed, pos3600); |
|
|
|
|
|
|
|
if (!info) { |
|
|
|
ZLOGE(TAG, "servo info id:%d not find", id); |
|
|
|