12 namespace InvertedPendulum {
14 template <
typename SCALAR =
double>
18 jointLowerLimit << -M_PI;
23 template <
typename SCALAR =
double>
27 jointUpperLimit << M_PI;
32 template <
typename SCALAR =
double>
36 jointVelocityLimit << 2.0;
const ct::rbd::JointState< 1, SCALAR >::Position & jointLowerLimit()
Definition: InvertedPendulumJointLimits.h:15
const ct::rbd::JointState< 1, SCALAR >::Velocity & jointVelocityLimit()
Definition: InvertedPendulumJointLimits.h:33
const ct::rbd::JointState< 1, SCALAR >::Position & jointUpperLimit()
Definition: InvertedPendulumJointLimits.h:24