moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
link_model.hpp File Reference
#include <string>
#include <vector>
#include <utility>
#include <map>
#include <Eigen/Geometry>
#include <eigen_stl_containers/eigen_stl_vector_container.h>
#include <moveit/macros/class_forward.hpp>
#include <geometric_shapes/check_isometry.h>
Include dependency graph for link_model.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  moveit::core::LinkModel
 A link from the robot. Contains the constant transform applied to the link and its geometry. More...

Namespaces

namespace  shapes
namespace  moveit
 Main namespace for MoveIt.
namespace  moveit::core
 Core components of MoveIt.

Typedefs

typedef std::map< std::string, LinkModel * > moveit::core::LinkModelMap
 Map of names to instances for LinkModel.
using moveit::core::LinkModelMapConst = std::map<std::string, const LinkModel*>
 Map of names to const instances for LinkModel.
using moveit::core::LinkTransformMap
 Map from link model instances to Eigen transforms.

Functions

 shapes::MOVEIT_CLASS_FORWARD (Shape)