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 2a6be91 commit b89dc19Copy full SHA for b89dc19
behaviortree_ros2/include/behaviortree_ros2/ros_node_params.hpp
@@ -35,7 +35,10 @@ struct RosNodeParams
35
std::string default_port_value;
36
37
// parameters used only by service client and action clients
38
+
39
+ // timeout when sending a request
40
std::chrono::milliseconds server_timeout = std::chrono::milliseconds(1000);
41
+ // timeout used when detecting the server the first time
42
std::chrono::milliseconds wait_for_server_timeout = std::chrono::milliseconds(500);
43
};
44
0 commit comments