Skip to content

Commit

Permalink
Update groot2_publisher.h (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
muritane authored Aug 13, 2023
1 parent 56a8e8b commit 790fea0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/behaviortree_cpp/loggers/groot2_publisher.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ namespace BT
{

/**
* @brief The Groot2Publisher is used tt create an interface between
* @brief The Groot2Publisher is used to create an interface between
* your BT.CPP executor and Groot2.
*
* An inter-process communication mechanism allow the two processes
* to communicate throught a TCP port. The user should provide the
* An inter-process communication mechanism allows the two processes
* to communicate through a TCP port. The user should provide the
* port to be used in the constructor.
*/
class Groot2Publisher : public StatusChangeLogger
Expand All @@ -37,7 +37,7 @@ class Groot2Publisher : public StatusChangeLogger
/**
* @brief setMaxHeartbeatDelay is used to tell the publisher
* when a connection with Groot2 should be cancelled, if no
* hearbeat is received.
* heartbeat is received.
*
* Default is 5000 ms
*/
Expand Down

0 comments on commit 790fea0

Please sign in to comment.