File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
include/ur_client_library Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -169,4 +169,4 @@ class PrimaryConsumer : public AbstractPrimaryConsumer
169
169
} // namespace primary_interface
170
170
} // namespace urcl
171
171
172
- #endif // ifndef UR_CLIENT_LIBRARY_PRIMARY_CONSUMER_H_INCLUDED
172
+ #endif // ifndef UR_CLIENT_LIBRARY_PRIMARY_CONSUMER_H_INCLUDED
Original file line number Diff line number Diff line change 36
36
#include " ur_client_library/control/script_command_interface.h"
37
37
#include " ur_client_library/control/script_sender.h"
38
38
#include " ur_client_library/ur/tool_communication.h"
39
- #include " ur_client_library/primary/primary_client.h"
40
39
#include " ur_client_library/ur/version_information.h"
41
40
#include " ur_client_library/ur/robot_receive_timeout.h"
41
+ #include " ur_client_library/primary/primary_client.h"
42
42
#include " ur_client_library/primary/robot_message/version_message.h"
43
43
#include " ur_client_library/rtde/rtde_writer.h"
44
44
@@ -536,7 +536,7 @@ class UrDriver
536
536
bool checkCalibration (const std::string& checksum);
537
537
538
538
/* !
539
- * \brief Retrieves error codes ErrorCodeClient .
539
+ * \brief Retrieves error codes from PrimaryClient .
540
540
*
541
541
* \returns list of error codes
542
542
*
@@ -677,7 +677,6 @@ class UrDriver
677
677
678
678
comm::INotifier notifier_;
679
679
std::unique_ptr<rtde_interface::RTDEClient> rtde_client_;
680
- comm::INotifier error_code_notifier_;
681
680
std::unique_ptr<urcl::primary_interface::PrimaryClient> primary_client_;
682
681
std::unique_ptr<control::ReverseInterface> reverse_interface_;
683
682
std::unique_ptr<control::TrajectoryPointInterface> trajectory_interface_;
You can’t perform that action at this time.
0 commit comments