Skip to content

Commit

Permalink
Kept documentation short for constructor of ScenarioBasicServiceClien…
Browse files Browse the repository at this point in the history
…t class ( see #18 (comment) )
  • Loading branch information
CihatAltiparmak committed Aug 3, 2024
1 parent 543e459 commit 5fdfeaa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ namespace middleware_benchmark
class ScenarioBasicServiceClient
{
public:
/** \brief Constructor to send request by client to add_two_ints_server which is one
* of the example of ros2/demos package
/** \brief Constructor
* \param [in] node The ros node for sending request and wait response from server
*/
ScenarioBasicServiceClient(rclcpp::Node::SharedPtr node);
Expand Down

0 comments on commit 5fdfeaa

Please sign in to comment.