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
169169} // namespace primary_interface
170170} // namespace urcl
171171
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 3636#include " ur_client_library/control/script_command_interface.h"
3737#include " ur_client_library/control/script_sender.h"
3838#include " ur_client_library/ur/tool_communication.h"
39- #include " ur_client_library/primary/primary_client.h"
4039#include " ur_client_library/ur/version_information.h"
4140#include " ur_client_library/ur/robot_receive_timeout.h"
41+ #include " ur_client_library/primary/primary_client.h"
4242#include " ur_client_library/primary/robot_message/version_message.h"
4343#include " ur_client_library/rtde/rtde_writer.h"
4444
@@ -536,7 +536,7 @@ class UrDriver
536536 bool checkCalibration (const std::string& checksum);
537537
538538 /* !
539- * \brief Retrieves error codes ErrorCodeClient .
539+ * \brief Retrieves error codes from PrimaryClient .
540540 *
541541 * \returns list of error codes
542542 *
@@ -677,7 +677,6 @@ class UrDriver
677677
678678 comm::INotifier notifier_;
679679 std::unique_ptr<rtde_interface::RTDEClient> rtde_client_;
680- comm::INotifier error_code_notifier_;
681680 std::unique_ptr<urcl::primary_interface::PrimaryClient> primary_client_;
682681 std::unique_ptr<control::ReverseInterface> reverse_interface_;
683682 std::unique_ptr<control::TrajectoryPointInterface> trajectory_interface_;
You can’t perform that action at this time.
0 commit comments