Skip to content

Commit 84bba20

Browse files
committed
Increase default dashboard read timeout to 2sec
1 parent 5117b21 commit 84bba20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_robot_driver/src/dashboard_client_ros.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace ur_robot_driver
5151
DashboardClientROS::DashboardClientROS(const rclcpp::Node::SharedPtr& node, const std::string& robot_ip)
5252
: node_(node), primary_client_(robot_ip, notifier_)
5353
{
54-
node_->declare_parameter<double>("receive_timeout", 1);
54+
node_->declare_parameter<double>("receive_timeout", 2);
5555

5656
primary_client_.start(10, std::chrono::seconds(10));
5757
auto robot_version = primary_client_.getRobotVersion();

0 commit comments

Comments
 (0)