24 #ifndef __PLUGINS_KATANA_MOTION_THREAD_H_ 25 #define __PLUGINS_KATANA_MOTION_THREAD_H_ 27 #include <core/threading/thread.h> 28 #include <logging/logger.h> 29 #include <core/utils/refptr.h> 32 class KatanaController;
42 bool finished()
const;
44 unsigned int error_code()
const;
Fawkes library namespace.
fawkes::RefPtr< fawkes::KatanaController > _katana
Katana object for interaction with the arm.
fawkes::Logger * _logger
Logger.
Katana motion thread base class.
Thread class encapsulation of pthreads.
bool _finished
Set to true when motion is finished, to false on reset.
unsigned int _error_code
Set to the desired error code on error.