param_t loadParameterWithDeprecation(const ros::NodeHandle &nh, const std::string current_name, const std::string old_name, const param_t &default_value)
Load a parameter from one of two namespaces. Complain if it uses the old name.
void warnRenamedParameter(const ros::NodeHandle &nh, const std::string current_name, const std::string old_name)
Warn if a parameter exists under a deprecated (and unsupported) name.