Public Member Functions | Public Attributes
stomp_moveit::utils::polynomial::PolyFitRequest Struct Reference

The Polynomial Fit request data. More...

#include <polynomial.h>

List of all members.

Public Member Functions

bool hasConstraints () const
 Check if request has constraints.
bool hasPositionConstraints () const
 Check if request has position constraints.
bool hasSlopeConstraints () const
 Check if request has slope constraints.

Public Attributes

int d
 Degree of the polynomial.
Eigen::VectorXd output_domain
 The fit output domain. If not provided it will use the input domain.
Eigen::Matrix< double,
2, Eigen::Dynamic > 
xy
 The fit data.
Eigen::Matrix< double,
2, Eigen::Dynamic > 
xyfp
 The position constraint data.
Eigen::Matrix< double,
2, Eigen::Dynamic > 
xyfs
 The slope constraint data.

Detailed Description

The Polynomial Fit request data.

Definition at line 52 of file polynomial.h.


Member Function Documentation

Check if request has constraints.

Returns:
True if constraints exist, otherwise false

Definition at line 64 of file polynomial.h.

Check if request has position constraints.

Returns:
True if position constraints exist, otherwise false

Definition at line 73 of file polynomial.h.

Check if request has slope constraints.

Returns:
True if slope constraints exist, otherwise false

Definition at line 82 of file polynomial.h.


Member Data Documentation

Degree of the polynomial.

Definition at line 54 of file polynomial.h.

The fit output domain. If not provided it will use the input domain.

Definition at line 58 of file polynomial.h.

Eigen::Matrix<double, 2, Eigen::Dynamic> stomp_moveit::utils::polynomial::PolyFitRequest::xy

The fit data.

Definition at line 55 of file polynomial.h.

Eigen::Matrix<double, 2, Eigen::Dynamic> stomp_moveit::utils::polynomial::PolyFitRequest::xyfp

The position constraint data.

Definition at line 56 of file polynomial.h.

Eigen::Matrix<double, 2, Eigen::Dynamic> stomp_moveit::utils::polynomial::PolyFitRequest::xyfs

The slope constraint data.

Definition at line 57 of file polynomial.h.


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


stomp_moveit
Author(s): Jorge Nicho
autogenerated on Sat Jun 8 2019 19:24:01