Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Fröhlich <[email protected]>
  • Loading branch information
bmagyar and christophfroehlich authored Apr 4, 2023
1 parent 794d076 commit bcf667b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/control_toolbox/pid_ros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class CONTROL_TOOLBOX_PUBLIC PidROS
* Per default is prefix interpreted as prefix for topics.
* \param prefix_is_for_params provided prefix should be interpreted as prefix for parameters.
* If the parameter is `true` then "/" in the middle of the string will not be replaced
* with "." for parameters prefix. ""/" at the begin will be removed.
* with "." for parameters prefix. "/" or "~/" at the beginning will be removed.
*
*/
template<class NodeT>
Expand Down Expand Up @@ -220,8 +220,7 @@ class CONTROL_TOOLBOX_PUBLIC PidROS
* \param topic_prefix prefix to add to the pid parameters.
* Per default is prefix interpreted as prefix for topics.
* If not stated explicitly using "/" or "~", prefix is interpreted as global, i.e.,
* "/" will be added in front of topic prefix, if prefix is not starting with
* "/" or "~".
* "/" will be added in front of topic prefix
*/
void initialize(std::string topic_prefix);

Expand Down

0 comments on commit bcf667b

Please sign in to comment.