#include <roboptim/trajectory/limit-speed.hh>
|
template<typename F , typename CLIST > |
static void | addToProblem (const T &, Problem< F, CLIST > &, typename Function::interval_t, unsigned) |
|
|
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 |
|
◆ LimitSpeed()
◆ ~LimitSpeed()
◆ addToProblem()
template<typename T >
template<typename F , typename CLIST >
void roboptim::trajectory::LimitSpeed< T >::addToProblem |
( |
const T & |
trajectory, |
|
|
Problem< F, CLIST > & |
problem, |
|
|
typename Function::interval_t |
vRange, |
|
|
unsigned |
nConstraints |
|
) |
| |
|
static |
◆ impl_compute()
ROBOPTIM_DO_NOT_CHECK_ALLOCATION
ROBOPTIM_DO_NOT_CHECK_ALLOCATION
◆ impl_gradient()
ROBOPTIM_DO_NOT_CHECK_ALLOCATION
ROBOPTIM_DO_NOT_CHECK_ALLOCATION
◆ trajectory()