3 #ifndef SKID4_CONTROL_SIMPLECONTROLLER_TASK_HPP 4 #define SKID4_CONTROL_SIMPLECONTROLLER_TASK_HPP 6 #include "skid4_control/SimpleControllerBase.hpp" 7 #include <base/commands/Joints.hpp> 8 #include <base/Timeout.hpp> 17 base::Timeout m_cmd_timeout;
24 SimpleController(std::string
const& name =
"skid4_control::SimpleController");
friend class SimpleControllerBase
Definition: SimpleController.hpp:13
Definition: Controller.hpp:9
void updateHook()
Definition: SimpleController.cpp:38
SimpleController(std::string const &name="skid4_control::SimpleController")
Definition: SimpleController.cpp:8
bool configureHook()
Definition: SimpleController.cpp:21
Definition: SimpleController.hpp:11