|
|
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. | |
| 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 emplaceJointData | ( | const Eigen::VectorXd & | jointData, |
| arondto::Proprioception & | dataTemplate ) |
| ValueT findByPrefix | ( | const std::string & | key, |
| const std::map< std::string, ValueT > & | map ) |
Definition at line 43 of file ConverterTools.h.
| std::optional< std::string > findByPrefix | ( | const std::string & | key, |
| const std::set< std::string > & | prefixes ) |
| ValueT findBySuffix | ( | const std::string & | key, |
| const std::map< std::string, ValueT > & | map ) |
Definition at line 57 of file ConverterTools.h.
| T getValueAs | ( | const ConverterValue & | value | ) |
Definition at line 27 of file ConverterTools.h.
Here is the call graph for this function:
Here is the caller graph for this function:| Eigen::VectorXd readJointData | ( | const wm::EntityInstanceData & | data | ) |
Definition at line 165 of file Segment.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: