37 #ifndef MOVEIT_ROBOT_MODEL_AABB_H 38 #define MOVEIT_ROBOT_MODEL_AABB_H 40 #include <Eigen/Geometry> 47 class AABB :
public Eigen::AlignedBox3d
56 #endif // MOVEIT_ROBOT_MODEL_AABB_H void extendWithTransformedBox(const Eigen::Affine3d &transform, const Eigen::Vector3d &box)
Extend with a box transformed by the given transform.
Main namespace for MoveIt!
Represents an axis-aligned bounding box.