|
Classes | |
class | Armar6Converter |
class | ConverterInterface |
class | ConverterRegistry |
class | ConverterTools |
struct | ConverterValue |
struct | ForceTorqueValues |
struct | JointValues |
class | RobotStateWriter |
struct | RobotUnitData |
class | RobotUnitReader |
class | Segment |
struct | SensorValues |
Typedefs | |
using | ForceTorqueValuesMap = std::unordered_map< std::string, ForceTorqueValues > |
using | JointValuesMap = std::unordered_map< std::string, JointValues > |
using | Queue = boost::sync_queue< RobotUnitData > |
using | SensorValuesMap = std::unordered_map< std::string, SensorValues > |
Functions | |
void | emplaceJointData (const Eigen::VectorXd &jointData, arondto::Proprioception &dataTemplate) |
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) |
Eigen::VectorXd | readJointData (const wm::EntityInstanceData &data) |
using ForceTorqueValuesMap = std::unordered_map<std::string, ForceTorqueValues> |
Definition at line 84 of file forward_declarations.h.
using JointValuesMap = std::unordered_map<std::string, JointValues> |
Definition at line 83 of file forward_declarations.h.
using Queue = boost::sync_queue<RobotUnitData> |
Definition at line 21 of file RobotUnitData.h.
using SensorValuesMap = std::unordered_map<std::string, SensorValues> |
Definition at line 85 of file forward_declarations.h.
void armarx::armem::server::robot_state::proprioception::emplaceJointData | ( | const Eigen::VectorXd & | jointData, |
arondto::Proprioception & | dataTemplate | ||
) |
Definition at line 198 of file Segment.cpp.
ValueT armarx::armem::server::robot_state::proprioception::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.
key | |
prefixes |
Definition at line 14 of file ConverterTools.cpp.
ValueT armarx::armem::server::robot_state::proprioception::findBySuffix | ( | const std::string & | key, |
const std::map< std::string, ValueT > & | map | ||
) |
T armarx::armem::server::robot_state::proprioception::getValueAs | ( | const ConverterValue & | value | ) |
Eigen::VectorXd armarx::armem::server::robot_state::proprioception::readJointData | ( | const wm::EntityInstanceData & | data | ) |
Definition at line 161 of file Segment.cpp.