Go to the source code of this file.
Namespaces | |
choreo_param_helpers | |
Functions | |
template<class T > | |
bool | choreo_param_helpers::fromFile (const std::string &path, T &msg) |
bool | choreo_param_helpers::loadBoolParam (ros::NodeHandle &nh, const std::string &name, uint8_t &value) |
template<typename T > | |
bool | choreo_param_helpers::loadParam (ros::NodeHandle &nh, const std::string &name, T &value) |
template<class T > | |
bool | choreo_param_helpers::toFile (const std::string &path, const T &msg) |