#include <map>
#include <set>
#include <string>
#include <Eigen/Core>
#include <SimoxUtility/algorithm/string/string_tools.h>
#include <RobotAPI/libraries/armem_robot_state/aron/Proprioception.aron.generated.h>
#include <RobotAPI/libraries/RobotUnitDataStreamingReceiver/RobotUnitDataStreamingReceiver.h>
#include "ConverterInterface.h"
Go to the source code of this file.
|
template<class ValueT > |
ValueT | findByPrefix (const std::string &key, const std::map< std::string, ValueT > &map) |
|
std::optional< std::string > | findByPrefix (const std::string &key, const std::set< std::string > &prefixes) |
| Search. More...
|
|
template<class ValueT > |
ValueT | findBySuffix (const std::string &key, const std::map< std::string, ValueT > &map) |
|
template<class T > |
T | getValueAs (const ConverterValue &value) |
|