#include <roboptim/trajectory/limit-speed.hh>
List of all members.
Public Member Functions |
| LimitSpeed (StableTimePoint timePoint, const T &spline) |
| ~LimitSpeed () |
const T & | trajectory () const |
Static Public Member Functions |
template<typename F , typename CLIST > |
static void | addToProblem (const T &, Problem< F, CLIST > &, typename Function::interval_t, unsigned) |
Protected Member Functions |
void | impl_compute (result_ref res, const_argument_ref p) const |
void | impl_gradient (gradient_ref grad, const_argument_ref p, size_type i) const |
Detailed Description
template<typename T>
class roboptim::trajectory::LimitSpeed< T >
- Examples:
- spline-time-optimization.cc.
Constructor & Destructor Documentation
Member Function Documentation
template<typename T >
template<typename F , typename CLIST >
ROBOPTIM_DO_NOT_CHECK_ALLOCATION
ROBOPTIM_DO_NOT_CHECK_ALLOCATION