Ruckig 0.15.0
Motion Generation for Robots and Machines
|
The kinematic target state for Trackig. More...
#include <trackig.hpp>
Public Member Functions | |
template<size_t D = DOFs, typename std::enable_if<(D >=1), int >::type = 0> | |
TargetState () | |
template<size_t D = DOFs, typename std::enable_if<(D==0), int >::type = 0> | |
TargetState (size_t degrees_of_freedom) | |
bool | operator!= (const TargetState< DOFs, CustomVector > &other) const |
std::string | to_string () const |
Public Attributes | |
CustomVector< double, DOFs > | acceleration |
The kinematic target state for Trackig.
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
CustomVector<double, DOFs> ruckig::TargetState< DOFs, CustomVector >::acceleration |