get the rotation matrix of the euler
| 112 | inline double GetYaw() const { return _yaw; } |
| 113 | // get the rotation matrix of the euler |
| 114 | inline Eigen::Matrix3d GetRotMatrix() const { return _rot_matrix; } |
| 115 | }; |
| 116 | |
| 117 | /** |
no outgoing calls
no test coverage detected