- startTimer() : after bulkread txpacket(), need some sleep()
This commit is contained in:
@ -631,6 +631,8 @@ void RobotisController::startTimer()
|
||||
it->second->txPacket();
|
||||
}
|
||||
|
||||
usleep(8 * 1000);
|
||||
|
||||
int error;
|
||||
struct sched_param param;
|
||||
pthread_attr_t attr;
|
||||
|
Reference in New Issue
Block a user