Tesseract 0.28.4
Loading...
Searching...
No Matches
kinematics_information.h File Reference

This hold the kinematics information. More...

#include <tesseract/common/macros.h>
#include <unordered_map>
#include <string>
#include <vector>
#include <set>
#include <Eigen/Geometry>
#include <tesseract/common/eigen_types.h>
#include <tesseract/common/plugin_info.h>

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

namespace  tesseract::srdf
 Main namespace.
 

Typedefs

using tesseract::srdf::GroupsJointState = std::unordered_map< std::string, double >
 
using tesseract::srdf::GroupsJointStates = std::unordered_map< std::string, GroupsJointState >
 
using tesseract::srdf::GroupJointStates = std::unordered_map< std::string, GroupsJointStates >
 
using tesseract::srdf::GroupsTCPs = tesseract::common::TransformMap
 
using tesseract::srdf::GroupTCPs = tesseract::common::AlignedUnorderedMap< std::string, GroupsTCPs >
 
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::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 >
 
using tesseract::srdf::GroupNames = std::set< std::string >
 

Detailed Description

This hold the kinematics information.

Author
Levi Armstrong
Date
May 12, 2020
License
Software License Agreement (Apache License)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.