Fixed high CPU consumption due to busy waits

This commit is contained in:
Alexander Stumpf
2016-05-18 12:20:18 +02:00
parent 49f1fd9586
commit e85ef20d31

View File

@ -415,6 +415,7 @@ void RobotisController::QueueThread()
while(_ros_node.ok())
{
_callback_queue.callAvailable();
usleep(100);
}
}