|
sas
Modularised monitoring, logging, and control of robots.
|
Directories | |
| launch | |
| sas_robot_driver | |
| scripts | |
| src | |
The package implements a RobotDriverServer / RobotDriverClient pair. Both classes take a shared rclcpp::Node and a topic_prefix string that forms the namespace for all topics. When topic_prefix is "GET_FROM_NODE" (the default) the node name is used automatically.
| Class | Header |
|---|---|
| sas::RobotDriverServer | sas_robot_driver/sas_robot_driver_server.hpp |
| sas::RobotDriverClient | sas_robot_driver/sas_robot_driver_client.hpp |
An example to compose multiple RobotDriver clients serially.
Demonstrates RobotDriverServer and RobotDriverClient in Python.