#include <moveit/robot_model/joint_model.h>
#include <moveit/robot_model/link_model.h>
#include <moveit/kinematics_base/kinematics_base.h>
#include <srdfdom/model.h>
#include <boost/function.hpp>
#include <set>
Go to the source code of this file.
Classes | |
struct | moveit::core::JointModelGroup::GroupMimicUpdate |
class | moveit::core::JointModelGroup |
struct | moveit::core::JointModelGroup::KinematicsSolver |
Namespaces | |
moveit | |
Main namespace for MoveIt. | |
moveit::core | |
Core components of MoveIt. | |
Typedefs | |
using | moveit::core::JointBoundsVector = std::vector< const JointModel::Bounds * > |
using | moveit::core::JointModelGroupMap = std::map< std::string, JointModelGroup * > |
Map of names to instances for JointModelGroup. More... | |
using | moveit::core::JointModelGroupMapConst = std::map< std::string, const JointModelGroup * > |
Map of names to const instances for JointModelGroup. More... | |
typedef boost::function< kinematics::KinematicsBasePtr(const JointModelGroup *)> | moveit::core::SolverAllocatorFn |
Function type that allocates a kinematics solver for a particular group. More... | |
using | moveit::core::SolverAllocatorMapFn = std::map< const JointModelGroup *, SolverAllocatorFn > |
Map from group instances to allocator functions & bijections. More... | |