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 |
![]() | |
typedef Point | point_t |
typedef Numeric | time_t |
typedef Numeric | num_t |
Protected Attributes | |
point_t | x_init |
point_t | x_final |
time_t | traj_time |
![]() | |
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 |
|
protected |
|
protected |
|
protected |