File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
include/behaviortree_cpp/loggers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ namespace BT
9
9
{
10
10
11
11
/* *
12
- * @brief The Groot2Publisher is used tt create an interface between
12
+ * @brief The Groot2Publisher is used to create an interface between
13
13
* your BT.CPP executor and Groot2.
14
14
*
15
- * An inter-process communication mechanism allow the two processes
16
- * to communicate throught a TCP port. The user should provide the
15
+ * An inter-process communication mechanism allows the two processes
16
+ * to communicate through a TCP port. The user should provide the
17
17
* port to be used in the constructor.
18
18
*/
19
19
class Groot2Publisher : public StatusChangeLogger
@@ -37,7 +37,7 @@ class Groot2Publisher : public StatusChangeLogger
37
37
/* *
38
38
* @brief setMaxHeartbeatDelay is used to tell the publisher
39
39
* when a connection with Groot2 should be cancelled, if no
40
- * hearbeat is received.
40
+ * heartbeat is received.
41
41
*
42
42
* Default is 5000 ms
43
43
*/
You can’t perform that action at this time.
0 commit comments