22 #include "act_thread.h" 23 #include "driver_thread.h" 37 :
Thread(
"DynamixelActThread",
Thread::OPMODE_WAITFORWAKEUP),
46 for (
auto &d : driver_threads_) {
57 driver_threads_.push_back(drv_thread);
virtual void loop()
Code to execute in the thread.
Driver thread for Robotis dynamixel servos.
Fawkes library namespace.
void add_driver_thread(DynamixelDriverThread *drv_thread)
Add a driver thread to wake in ACT hook.
Thread class encapsulation of pthreads.
Thread aspect to use blocked timing.
DynamixelActThread()
Constructor.