Creates InfiniteConstAcc curve s = s_0 + u_0*t+0.5*a_0*t^2. More...
#include <parametric-curves/infinite-const-acc.hpp>


Public Types | |
| typedef Point | point_t |
| typedef Numeric | time_t |
| typedef Numeric | num_t |
| typedef AbstractCurve< Numeric, Point > | curve_abc_t |
Public Types inherited from parametriccurves::AbstractCurve< Numeric, Point > | |
| typedef Point | point_t |
| typedef Numeric | time_t |
| typedef Numeric | num_t |
Public Member Functions | |
| InfiniteConstAcc (const time_t &traj_time_, const point_t &x_init_=Eigen::Matrix< Numeric, Dim, 1 >::Zero(), const point_t &x_final_=Eigen::Matrix< Numeric, Dim, 1 >::Zero()) | |
| Constructor. | |
| ~InfiniteConstAcc () | |
| Destructor. | |
| virtual const point_t | operator() (const time_t &t_) const |
| Evaluation of the cubic spline at time t. | |
| virtual const point_t | derivate (const time_t &t_, const std::size_t &order) const |
| Evaluation of the derivative spline at time t. | |
| virtual bool | setInitialPoint (const point_t &x_init_) |
| virtual bool | setInitialPoint (const double &x_init_) |
| virtual bool | setFinalPoint (const Eigen::VectorXd &x_final_) |
| virtual bool | setFinalPoint (const double &x_final_) |
| virtual bool | setTrajectoryTime (double traj_time_) |
Public Member Functions inherited from parametriccurves::AbstractCurve< Numeric, Point > | |
| AbstractCurve (time_t t_min_, time_t t_max_) | |
| AbstractCurve () | |
| virtual | ~AbstractCurve () |
| virtual const time_t | tmin () const |
| virtual const time_t | tmax () const |
| virtual bool | checkRange (const time_t t) const |
| virtual bool | setInitialPoint (const num_t &)=0 |
| virtual bool | setTimePeriod (const time_t &traj_time_) |
Protected Attributes | |
| point_t | x_init |
| point_t | x_final |
| time_t | traj_time |
Protected Attributes inherited from parametriccurves::AbstractCurve< Numeric, Point > | |
| time_t | t_min |
| time_t | t_max |
Creates InfiniteConstAcc curve s = s_0 + u_0*t+0.5*a_0*t^2.
| typedef AbstractCurve<Numeric, Point> parametriccurves::InfiniteConstAcc< Numeric, Dim, Point >::curve_abc_t |
| typedef Numeric parametriccurves::InfiniteConstAcc< Numeric, Dim, Point >::num_t |
| typedef Point parametriccurves::InfiniteConstAcc< Numeric, Dim, Point >::point_t |
| typedef Numeric parametriccurves::InfiniteConstAcc< Numeric, Dim, Point >::time_t |
|
inline |
Constructor.
|
inline |
Destructor.
|
inlinevirtual |
Evaluation of the derivative spline at time t.
| t | : the time when to evaluate the spline |
| order | : order of the derivative |
| return | : the value x(t) |
Implements parametriccurves::AbstractCurve< Numeric, Point >.
|
inlinevirtual |
Evaluation of the cubic spline at time t.
| t | : the time when to evaluate the spine |
| return | : the value x(t) |
Implements parametriccurves::AbstractCurve< Numeric, Point >.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |