We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22c4ed commit 69823dfCopy full SHA for 69823df
src/ur/ur_driver.cpp
@@ -72,7 +72,7 @@ void UrDriver::init(const UrDriverConfiguration& config)
72
new comm::URStream<primary_interface::PrimaryPackage>(robot_ip_, urcl::primary_interface::UR_PRIMARY_PORT));
73
secondary_stream_.reset(
74
new comm::URStream<primary_interface::PrimaryPackage>(robot_ip_, urcl::primary_interface::UR_SECONDARY_PORT));
75
- secondary_stream_->connect();
+ secondary_stream_->connect(socket_connection_attempts_, socket_reconnection_timeout_);
76
77
primary_client_.reset(new urcl::primary_interface::PrimaryClient(robot_ip_, notifier_));
78
0 commit comments