diff --git a/README.md b/README.md index 4be5f5cfaca2cc1305df737e21d2501ab1443b01..ce5b3e8c181e9cdb008510aed3ce583e3a4c59df 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This part is intended for the implementation of the algorithm itself. The use of The algorithm part provides a mutex to protect the access to critical information. This mutex can be used internally by the algorithm functions and also by the algorithm node through a set of public functions of the algorithm class (lock(), unlock() and try_enter()). Make sure the mutex is left unlocked after use to avoid blocking the normal operation of the node. ## Algorithm node -This part is intended for the implementation of the ROS interfaces (topics, services and actions) and other ROS tools. It has an object of the algorithm class to have access to have full access to the algorithm functionalities. The main features of this part are listed next, and a detailed description can be found below. +This part is intended for the implementation of the ROS interfaces (topics, services and actions) and other ROS tools. It has an object of the algorithm class to have full access to the algorithm functionalities. The main features of this part are listed next, and a detailed description can be found below. * Independent thread with configurable rate. * Dynamic reconfigure server.