We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5117b21 commit 84bba20Copy full SHA for 84bba20
ur_robot_driver/src/dashboard_client_ros.cpp
@@ -51,7 +51,7 @@ namespace ur_robot_driver
51
DashboardClientROS::DashboardClientROS(const rclcpp::Node::SharedPtr& node, const std::string& robot_ip)
52
: node_(node), primary_client_(robot_ip, notifier_)
53
{
54
- node_->declare_parameter<double>("receive_timeout", 1);
+ node_->declare_parameter<double>("receive_timeout", 2);
55
56
primary_client_.start(10, std::chrono::seconds(10));
57
auto robot_version = primary_client_.getRobotVersion();
0 commit comments