18 #ifndef DEFAULT_HOMING_MODE_HPP
19 #define DEFAULT_HOMING_MODE_HPP
29 const uint16_t index = 0x6098;
30 std::shared_ptr<LelyDriverBridge> driver;
32 std::atomic<bool> execute_;
35 std::condition_variable cond_;
44 bool error(
const std::string & msg)
47 std::cout << msg << std::endl;
54 virtual bool read(
const uint16_t & sw);
Definition: default_homing_mode.hpp:28
virtual bool executeHoming()
virtual bool read(const uint16_t &sw)
DefaultHomingMode(std::shared_ptr< LelyDriverBridge > driver)
Definition: default_homing_mode.hpp:52
virtual bool write(OpModeAccesser &cw)
Definition: homing_mode.hpp:26
@ SW_Error
Definition: homing_mode.hpp:31
@ SW_Attained
Definition: homing_mode.hpp:30
@ SW_Target_reached
Definition: state.hpp:42
Definition: word_accessor.hpp:27
Definition: configuration_manager.hpp:28