Skip to content

Commit

Permalink
Added feedback
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde authored and bmagyar committed Jul 1, 2020
1 parent d7dc461 commit 68a81d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions include/control_toolbox/pid_ros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class PidROS
{
public:
/*!
* \brief Destructor of PidROS class.
* \brief Constructor of PidROS class.
*
* The node is passed to this class to handler the ROS parameters, this class allows
* to add a prefix to the pid parameters
Expand Down Expand Up @@ -88,11 +88,6 @@ class PidROS
initialize(topic_prefix);
}

/*!
* \brief Destructor of PidROS class.
*/
~PidROS() = default;

/*!
* \brief Initialize the PID controller and set the paramaters
* \param p The proportional gain.
Expand Down
1 change: 1 addition & 0 deletions src/pid_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ PidROS::getBooleanParam(const std::string & param_name, bool & value)
}
}

// TODO(anyone): to-be-removed once this functionality becomes supported by the param API directly
bool
PidROS::getDoubleParam(const std::string & param_name, double & value)
{
Expand Down

0 comments on commit 68a81d3

Please sign in to comment.