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
99{
1010
1111/* *
12- * @brief The Groot2Publisher is used tt create an interface between
12+ * @brief The Groot2Publisher is used to create an interface between
1313 * your BT.CPP executor and Groot2.
1414 *
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
1717 * port to be used in the constructor.
1818 */
1919class Groot2Publisher : public StatusChangeLogger
@@ -37,7 +37,7 @@ class Groot2Publisher : public StatusChangeLogger
3737 /* *
3838 * @brief setMaxHeartbeatDelay is used to tell the publisher
3939 * when a connection with Groot2 should be cancelled, if no
40- * hearbeat is received.
40+ * heartbeat is received.
4141 *
4242 * Default is 5000 ms
4343 */
You can’t perform that action at this time.
0 commit comments