#include "ur_client_library/comm/pipeline.h"#include "ur_client_library/rtde/package_header.h"#include "ur_client_library/rtde/rtde_package.h"#include "ur_client_library/comm/stream.h"#include "ur_client_library/rtde/rtde_parser.h"#include "ur_client_library/comm/producer.h"#include "ur_client_library/rtde/data_package.h"#include "ur_client_library/rtde/request_protocol_version.h"#include "ur_client_library/rtde/control_package_setup_outputs.h"#include "ur_client_library/rtde/control_package_start.h"#include "ur_client_library/log.h"#include "ur_client_library/rtde/rtde_writer.h"

Go to the source code of this file.
Classes | |
| class | urcl::rtde_interface::RTDEClient |
| The RTDEClient class manages communication over the RTDE interface. It contains the RTDE handshake and read and write functionality to and from the robot. More... | |
Namespaces | |
| urcl | |
| urcl::rtde_interface | |
Variables | |
| static const unsigned | urcl::rtde_interface::MAX_REQUEST_RETRIES = 5 |
| static const uint16_t | urcl::rtde_interface::MAX_RTDE_PROTOCOL_VERSION = 2 |
| static const std::string | PIPELINE_NAME = "RTDE Data Pipeline" |
| static const int | UR_RTDE_PORT = 30004 |
Definition in file rtde_client.h.
|
static |
Definition at line 45 of file rtde_client.h.
|
static |
Definition at line 44 of file rtde_client.h.