moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
collision_detection::PosedBodyPointDecompositionVector Class Reference

#include <collision_distance_field_types.hpp>

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW PosedBodyPointDecompositionVector ()
EigenSTL::vector_Vector3d getCollisionPoints () const
void addToVector (PosedBodyPointDecompositionPtr &bd)
unsigned int getSize () const
PosedBodyPointDecompositionConstPtr getPosedBodyDecomposition (unsigned int i) const
void updatePose (unsigned int ind, const Eigen::Isometry3d &pose)

Protected Attributes

rclcpp::Logger logger_

Detailed Description

Definition at line 446 of file collision_distance_field_types.hpp.

Constructor & Destructor Documentation

◆ PosedBodyPointDecompositionVector()

EIGEN_MAKE_ALIGNED_OPERATOR_NEW collision_detection::PosedBodyPointDecompositionVector::PosedBodyPointDecompositionVector ( )
inline

Definition at line 451 of file collision_distance_field_types.hpp.

Here is the call graph for this function:

Member Function Documentation

◆ addToVector()

void collision_detection::PosedBodyPointDecompositionVector::addToVector ( PosedBodyPointDecompositionPtr & bd)
inline

Definition at line 465 of file collision_distance_field_types.hpp.

◆ getCollisionPoints()

EigenSTL::vector_Vector3d collision_detection::PosedBodyPointDecompositionVector::getCollisionPoints ( ) const
inline

Definition at line 455 of file collision_distance_field_types.hpp.

◆ getPosedBodyDecomposition()

PosedBodyPointDecompositionConstPtr collision_detection::PosedBodyPointDecompositionVector::getPosedBodyDecomposition ( unsigned int i) const
inline

Definition at line 475 of file collision_distance_field_types.hpp.

◆ getSize()

unsigned int collision_detection::PosedBodyPointDecompositionVector::getSize ( ) const
inline

Definition at line 470 of file collision_distance_field_types.hpp.

◆ updatePose()

void collision_detection::PosedBodyPointDecompositionVector::updatePose ( unsigned int ind,
const Eigen::Isometry3d & pose )
inline

Definition at line 485 of file collision_distance_field_types.hpp.

Member Data Documentation

◆ logger_

rclcpp::Logger collision_detection::PosedBodyPointDecompositionVector::logger_
protected

Definition at line 499 of file collision_distance_field_types.hpp.


The documentation for this class was generated from the following file: