20 #ifndef KNIKATANAKINEMATICS6M180_H
21 #define KNIKATANAKINEMATICS6M180_H
48 void IK(encoders::iterator solution,
coordinates const& pose,
encoders const& cur_angles)
const;
82 void IK_b1b2costh3_6M180(angles_calc &a,
const position &p)
const;
84 void thetacomp(angles_calc &a,
const position &p_m)
const;
86 bool angledef(angles_calc &a)
const;
88 bool AnglePositionTest(
const angles_calc &a)
const;
89 bool PositionTest6M180(
const angles_calc &a,
const position &p)
const;
parameter_container _parameters
static const double _tolerance
std::vector< angles_calc > angles_container
std::vector< KinematicParameters > parameter_container
void _setLength(metrics const &length)
The base class for all kinematic implementations.
std::vector< double > coordinates
To store coordinates.
void _setParameters(parameter_container const ¶meters)
std::vector< int > encoders
To store encoders.
static const int _nrOfPossibleSolutions
std::vector< double > metrics
To store metrics, 'aka' the length's of the different segments of the robot.