1 #ifndef DH_PARAMETERS_H_
2 #define DH_PARAMETERS_H_
8 #include <Transformation.h>
40 double _d = 0.0,
double _theta = 0.0);
47 Transformation GetTransformation()
const;
ostream & operator<<(ostream &_os, const Cfg &_cfg)
Definition: Cfg.cpp:1280
istream & operator>>(istream &_is, Cfg &_cfg)
Definition: Cfg.cpp:1273
Definition: DHParameters.h:27
double m_theta
Angle between two z axis.
Definition: DHParameters.h:70
double m_a
Distance between two z axis.
Definition: DHParameters.h:68
double m_d
Algebraic distance along z axis.
Definition: DHParameters.h:69
double m_alpha
Angle between two x axis.
Definition: DHParameters.h:67