|
bool | configure () override |
|
Protected Member Functions inherited from robot_body_filter::FilterBase< std::string > |
T | getParamVerbose (const std::string &name, const T &defaultValue=T(), const std::string &unit="", bool *defaultUsed=nullptr, ToStringFn< T > valueToStringFn=&to_string) const |
| Get the value of the given filter parameter, falling back to the specified default value, and print out a ROS info/warning message with the loaded values. More...
|
|
std::string | getParamVerbose (const std::string &name, const char *defaultValue, const std::string &unit="", bool *defaultUsed=nullptr, ToStringFn< std::string > valueToStringFn=&to_string) const |
| Get the value of the given filter parameter, falling back to the specified default value, and print out a ROS info/warning message with the loaded values. More...
|
|
uint64_t | getParamVerbose (const std::string &name, const uint64_t &defaultValue, const std::string &unit="", bool *defaultUsed=nullptr, ToStringFn< int > valueToStringFn=&to_string) const |
| Get the value of the given filter parameter, falling back to the specified default value, and print out a ROS info/warning message with the loaded values. More...
|
|
unsigned int | getParamVerbose (const std::string &name, const unsigned int &defaultValue, const std::string &unit="", bool *defaultUsed=nullptr, ToStringFn< int > valueToStringFn=&to_string) const |
| Get the value of the given filter parameter, falling back to the specified default value, and print out a ROS info/warning message with the loaded values. More...
|
|
ros::Duration | getParamVerbose (const std::string &name, const ros::Duration &defaultValue, const std::string &unit="", bool *defaultUsed=nullptr, ToStringFn< double > valueToStringFn=&to_string) const |
| Get the value of the given filter parameter, falling back to the specified default value, and print out a ROS info/warning message with the loaded values. More...
|
|
MapType | getParamVerboseMap (const std::string &name, const std::map< std::string, T > &defaultValue=std::map< std::string, T >(), const std::string &unit="", bool *defaultUsed=nullptr, ToStringFn< MapType > valueToStringFn=&to_string) const |
|
std::set< T > | getParamVerboseSet (const std::string &name, const std::set< T > &defaultValue=std::set< T >(), const std::string &unit="", bool *defaultUsed=nullptr, ToStringFn< std::vector< T >> valueToStringFn=&to_string) const |
| Get the value of the given filter parameter as a set of strings, falling back to the specified default value, and print out a ROS info/warning message with the loaded values. More...
|
|
bool | getParam (const std::string &name, std::string &value) const |
|
bool | getParam (const std::string &name, XmlRpc::XmlRpcValue &value) const |
|
bool | getParam (const std::string &name, double &value) const |
|
bool | getParam (const std::string &name, std::vector< double > &value) const |
|
bool | getParam (const std::string &name, unsigned int &value) const |
|
bool | getParam (const std::string &name, int &value) const |
|
bool | getParam (const std::string &name, std::vector< std::string > &value) const |
|
bool | getParam (const std::string &name, bool &value) const |
|
bool | loadConfiguration (XmlRpc::XmlRpcValue &config) |
|
Definition at line 6 of file test_filter_utils.cpp.