![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Implements ParamProvider - a convenience class for seamlessly loading parameters from YAML or ROS. More...
#include <mrs_lib/param_provider.h>
Go to the source code of this file.
Classes | |
struct | mrs_lib::ParamProvider::resolved_name_t |
struct | std::hash< mrs_lib::ParamProvider::resolved_name_t > |
Namespaces | |
namespace | mrs_lib |
All mrs_lib functions, classes, variables and definitions are contained in this namespace. | |
Functions | |
template<typename T > | |
std::ostream & | mrs_lib::operator<< (std::ostream &os, const std::vector< T > &var) |
Helper overload for printing of std::vectors. | |
template<typename Key , typename Value > | |
std::ostream & | mrs_lib::operator<< (std::ostream &os, const std::map< Key, Value > &var) |
Helper overload for printing of std::maps. | |
template<typename T > | |
rclcpp::ParameterType | mrs_lib::to_param_type () |
Convenince function to get the corresponding rclcpp::ParamType from a C++ type. | |
Implements ParamProvider - a convenience class for seamlessly loading parameters from YAML or ROS.