sas
Modularised monitoring, logging, and control of robots.
Loading...
Searching...
No Matches
sas_robot_driver_example.hpp File Reference

Example RobotDriver implementation for testing and demonstration. More...

#include <sas_core/sas_robot_driver.hpp>
#include <eigen3/Eigen/Dense>

Go to the source code of this file.

Classes

struct  sas::RobotDriverExampleConfiguration
 
class  sas::RobotDriverExample
 

Detailed Description

Example RobotDriver implementation for testing and demonstration.

Provides a simple in-memory RobotDriverExample used as a reference implementation for testing the RobotDriver interfaces without requiring real hardware. Useful for unit tests and examples.