Skip to content

[docs] Update doc strings in groot2_publisher.h #630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions include/behaviortree_cpp/loggers/groot2_publisher.h
Original file line number Diff line number Diff line change
@@ -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
@@ -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
*/