#include <point_to_line.h>
|
Eigen::Vector3d | GetEndPoint () |
|
void | Instantiate (const PointToLineInitializer &init) override |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | PointToLine () |
|
void | SetEndPoint (const Eigen::Vector3d &point) |
|
int | TaskSpaceDim () override |
|
void | Update (Eigen::VectorXdRefConst x, Eigen::VectorXdRef phi) override |
|
void | Update (Eigen::VectorXdRefConst x, Eigen::VectorXdRef phi, Eigen::MatrixXdRef jacobian) override |
|
virtual | ~PointToLine () |
|
virtual void | AssignScene (ScenePtr scene) |
|
std::vector< KinematicFrameRequest > | GetFrames () const |
|
virtual std::vector< TaskVectorEntry > | GetLieGroupIndices () |
|
virtual void | InstantiateBase (const Initializer &init) |
|
virtual void | PreUpdate () |
|
virtual int | TaskSpaceJacobianDim () |
|
virtual void | Update (Eigen::VectorXdRefConst x, Eigen::VectorXdRefConst u, Eigen::VectorXdRef phi, Eigen::MatrixXdRef dphi_dx, Eigen::MatrixXdRef dphi_du) |
|
virtual void | Update (Eigen::VectorXdRefConst x, Eigen::VectorXdRefConst u, Eigen::VectorXdRef phi) |
|
virtual void | Update (Eigen::VectorXdRefConst x, Eigen::VectorXdRefConst u, Eigen::VectorXdRef phi, Eigen::MatrixXdRef dphi_dx, Eigen::MatrixXdRef dphi_du, HessianRef ddphi_ddx, HessianRef ddphi_ddu, HessianRef ddphi_dxdu) |
|
virtual void | Update (Eigen::VectorXdRefConst q, Eigen::VectorXdRef phi, Eigen::MatrixXdRef jacobian, HessianRef hessian) |
|
std::string | GetObjectName () |
|
void | InstantiateObject (const Initializer &init) |
|
| Object () |
|
virtual std::string | Print (const std::string &prepend) const |
|
virtual std::string | type () const |
|
virtual | ~Object () |
|
| InstantiableBase ()=default |
|
virtual | ~InstantiableBase ()=default |
|
std::vector< Initializer > | GetAllTemplates () const override |
|
Initializer | GetInitializerTemplate () override |
|
const PointToLineInitializer & | GetParameters () const |
|
void | InstantiateInternal (const Initializer &init) override |
|
|
Eigen::Vector3d | Direction (const Eigen::Vector3d &point) |
| direction computes the vector from a point to its projection on a line More...
|
|
Definition at line 39 of file point_to_line.h.
exotica::PointToLine::PointToLine |
( |
| ) |
|
|
default |
exotica::PointToLine::~PointToLine |
( |
| ) |
|
|
virtualdefault |
Eigen::Vector3d exotica::PointToLine::Direction |
( |
const Eigen::Vector3d & |
point | ) |
|
|
private |
direction computes the vector from a point to its projection on a line
- Parameters
-
- Returns
- 3D vector from #point to its projection on #line
Definition at line 40 of file point_to_line.cpp.
Eigen::Vector3d exotica::PointToLine::GetEndPoint |
( |
| ) |
|
void exotica::PointToLine::Instantiate |
( |
const PointToLineInitializer & |
init | ) |
|
|
overridevirtual |
void exotica::PointToLine::SetEndPoint |
( |
const Eigen::Vector3d & |
point | ) |
|
int exotica::PointToLine::TaskSpaceDim |
( |
| ) |
|
|
overridevirtual |
std::string exotica::PointToLine::base_name_ |
|
private |
bool exotica::PointToLine::infinite_ |
|
private |
true: vector from start to end defines the direction of and infinite line false: start and end define a line segment
Definition at line 64 of file point_to_line.h.
Eigen::Vector3d exotica::PointToLine::line_ |
|
private |
vector from start to end point of line
Definition at line 63 of file point_to_line.h.
Eigen::Vector3d exotica::PointToLine::line_end_ |
|
private |
Eigen::Vector3d exotica::PointToLine::line_start_ |
|
private |
std::string exotica::PointToLine::link_name_ |
|
private |
bool exotica::PointToLine::visualize_ |
|
private |
The documentation for this class was generated from the following files: