10 namespace TestIrb4600 {
12 template <
typename SCALAR =
double>
16 jointLowerLimit << -3.1416, -1.5708, -3.14159, -6.98132, -2.18166, -6.98132;
21 template <
typename SCALAR =
double>
25 jointUpperLimit << 3.1416, 2.61799, 1.309, 6.98132, 2.0944, 6.98132;
30 template <
typename SCALAR =
double>
34 jointVelocityLimit << 12.0, 12.0, 12.0, 12.0, 12.0, 12.0;
joint state and joint velocity
Definition: JointState.h:21
const ct::rbd::JointState< 6, SCALAR >::Position & jointLowerLimit()
Definition: Irb4600JointLimits.h:13
const ct::rbd::JointState< 6, SCALAR >::Velocity & jointVelocityLimit()
Definition: Irb4600JointLimits.h:31
const ct::rbd::JointState< 6, SCALAR >::Position & jointUpperLimit()
Definition: Irb4600JointLimits.h:22