Skip to content

Commit

Permalink
Add deprecated tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Abishalini committed Nov 1, 2022
1 parent 66a64b4 commit d5d17d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ class MOVEIT_KINEMATICS_BASE_EXPORT KinematicsBase
* as the predominant configuration but also allows groupwise specifications.
*/
template <typename T>
inline bool lookupParam(const rclcpp::Node::SharedPtr& node, const std::string& param, T& val,
const T& default_val) const
[[deprecated("Use generate_parameter_library instead")]] inline bool
lookupParam(const rclcpp::Node::SharedPtr& node, const std::string& param, T& val, const T& default_val) const
{
if (node->has_parameter({ group_name_ + "." + param }))
{
Expand Down

0 comments on commit d5d17d6

Please sign in to comment.