Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Nov 16, 2023
1 parent 2a6be91 commit b89dc19
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ struct RosNodeParams
std::string default_port_value;

// parameters used only by service client and action clients

// timeout when sending a request
std::chrono::milliseconds server_timeout = std::chrono::milliseconds(1000);
// timeout used when detecting the server the first time
std::chrono::milliseconds wait_for_server_timeout = std::chrono::milliseconds(500);
};

Expand Down

0 comments on commit b89dc19

Please sign in to comment.