TolerancedFrame extends frame to include tolerances and constraints on position and orientation. Samplers that are called on this object should sample within tolerance, and check if result satisfies constraints. More...
#include <cart_trajectory_pt.h>
Public Member Functions | |
TolerancedFrame () | |
TolerancedFrame (const Eigen::Affine3d &a) | |
TolerancedFrame (const descartes_core::Frame &a) | |
TolerancedFrame (const Eigen::Affine3d &a, const PositionTolerance &pos_tol, const OrientationTolerance &orient_tol) | |
Public Attributes | |
OrientationConstraintPtr | orientation_constraint |
OrientationTolerance | orientation_tolerance |
PositionConstraintPtr | position_constraint |
PositionTolerance | position_tolerance |
TolerancedFrame extends frame to include tolerances and constraints on position and orientation. Samplers that are called on this object should sample within tolerance, and check if result satisfies constraints.
Definition at line 155 of file cart_trajectory_pt.h.
Definition at line 157 of file cart_trajectory_pt.h.
descartes_trajectory::TolerancedFrame::TolerancedFrame | ( | const Eigen::Affine3d & | a | ) | [inline] |
Definition at line 158 of file cart_trajectory_pt.h.
descartes_trajectory::TolerancedFrame::TolerancedFrame | ( | const descartes_core::Frame & | a | ) | [inline] |
Definition at line 167 of file cart_trajectory_pt.h.
descartes_trajectory::TolerancedFrame::TolerancedFrame | ( | const Eigen::Affine3d & | a, |
const PositionTolerance & | pos_tol, | ||
const OrientationTolerance & | orient_tol | ||
) | [inline] |
Definition at line 177 of file cart_trajectory_pt.h.
Definition at line 184 of file cart_trajectory_pt.h.
Definition at line 182 of file cart_trajectory_pt.h.
Definition at line 183 of file cart_trajectory_pt.h.
Definition at line 181 of file cart_trajectory_pt.h.