|
sas
Modularised monitoring, logging, and control of robots.
|
Abstract RobotDriver interface and watchdog support. More...
#include <atomic>#include <mutex>#include <thread>#include <memory>#include <chrono>#include <sas_core/sas_shutdown_signaler.hpp>#include <sas_core/sas_clock.hpp>#include <eigen3/Eigen/Dense>Go to the source code of this file.
Classes | |
| class | sas::RobotDriver |
Abstract RobotDriver interface and watchdog support.
Declares the RobotDriver abstract base class which concrete drivers must implement to interact with hardware. The header also contains watchdog management helpers used by driver implementations.