|
staubli_driver_ros2 main
ROS2 control driver for Staubli robots
|
#include <string>#include <vector>#include <functional>#include <memory>Go to the source code of this file.
Classes | |
| class | staubli_robot_driver::Socket |
| Abstract interface for communication with the robot. More... | |
| class | staubli_robot_driver::SocketFactory |
| Factory for creating communication interfaces. More... | |
Namespaces | |
| namespace | staubli_robot_driver |
Variables | |
| constexpr size_t | staubli_robot_driver::MAX_SOCKET_PACKET_SIZE = 1024 |
| Maximum packet size (bytes) for socket communication. | |