This hold the kinematics information. More...
#include <tesseract_common/macros.h>#include <boost/serialization/export.hpp>#include <unordered_map>#include <string>#include <vector>#include <set>#include <Eigen/Geometry>#include <tesseract_common/eigen_types.h>#include <tesseract_common/plugin_info.h>

Go to the source code of this file.
Classes | |
| struct | tesseract_srdf::KinematicsInformation |
| This hold the kinematics information used to create the SRDF and is the data container for the manipulator manager. More... | |
Namespaces | |
| boost | |
| boost::serialization | |
| tesseract_srdf | |
| Main namespace. | |
Typedefs | |
| using | tesseract_srdf::ChainGroup = std::vector< std::pair< std::string, std::string > > |
| using | tesseract_srdf::ChainGroups = std::unordered_map< std::string, ChainGroup > |
| using | tesseract_srdf::GroupJointStates = std::unordered_map< std::string, GroupsJointStates > |
| using | tesseract_srdf::GroupNames = std::set< std::string > |
| using | tesseract_srdf::GroupsJointState = std::unordered_map< std::string, double > |
| using | tesseract_srdf::GroupsJointStates = std::unordered_map< std::string, GroupsJointState > |
| using | tesseract_srdf::GroupsTCPs = tesseract_common::AlignedMap< std::string, Eigen::Isometry3d > |
| using | tesseract_srdf::GroupTCPs = tesseract_common::AlignedMap< std::string, GroupsTCPs > |
| using | tesseract_srdf::JointGroup = std::vector< std::string > |
| using | tesseract_srdf::JointGroups = std::unordered_map< std::string, JointGroup > |
| using | tesseract_srdf::LinkGroup = std::vector< std::string > |
| using | tesseract_srdf::LinkGroups = std::unordered_map< std::string, LinkGroup > |
This hold the kinematics information.
Definition in file kinematics_information.h.