|
staubli_driver_ros2 main
ROS2 control driver for Staubli robots
|
Configuration structure for the communication. More...
#include <mock_robot_server.hpp>
Public Attributes | |
| std::string | robot_ip = "" |
| IP address of the Staubli robot. | |
| uint16_t | control_port = DEFAULT_CONTROL_PORT |
| Port for control communication on the robot. | |
| uint16_t | local_control_port = DEFAULT_CONTROL_PORT |
| Port for control communication on ROS2 side. | |
| uint16_t | diagnostics_port = DEFAULT_DIAGNOSTICS_PORT |
| Port for diagnostics communication on the robot. | |
| uint16_t | local_diagnostics_port = DEFAULT_DIAGNOSTICS_PORT |
| Port for diagnostics communication on ROS2 side. | |
Configuration structure for the communication.
| std::string staubli_robot_driver::MockRobotServer::NetworkConfig::robot_ip = "" |
IP address of the Staubli robot.
| uint16_t staubli_robot_driver::MockRobotServer::NetworkConfig::control_port = DEFAULT_CONTROL_PORT |
Port for control communication on the robot.
| uint16_t staubli_robot_driver::MockRobotServer::NetworkConfig::local_control_port = DEFAULT_CONTROL_PORT |
Port for control communication on ROS2 side.
| uint16_t staubli_robot_driver::MockRobotServer::NetworkConfig::diagnostics_port = DEFAULT_DIAGNOSTICS_PORT |
Port for diagnostics communication on the robot.
| uint16_t staubli_robot_driver::MockRobotServer::NetworkConfig::local_diagnostics_port = DEFAULT_DIAGNOSTICS_PORT |
Port for diagnostics communication on ROS2 side.