Skip to content

Commit b89dc19

Browse files
committed
add comment
1 parent 2a6be91 commit b89dc19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

behaviortree_ros2/include/behaviortree_ros2/ros_node_params.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ struct RosNodeParams
3535
std::string default_port_value;
3636

3737
// parameters used only by service client and action clients
38+
39+
// timeout when sending a request
3840
std::chrono::milliseconds server_timeout = std::chrono::milliseconds(1000);
41+
// timeout used when detecting the server the first time
3942
std::chrono::milliseconds wait_for_server_timeout = std::chrono::milliseconds(500);
4043
};
4144

0 commit comments

Comments
 (0)