Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef BASE_R3_HPP_
00009 #define BASE_R3_HPP_
00010
00011 #include <telekyb_defines/telekyb_defines.hpp>
00012
00013 #include <Eigen/Dense>
00014 #include <Eigen/Geometry>
00015
00016 namespace TELEKYB_NAMESPACE
00017 {
00018
00019 typedef Eigen::Vector3d Vector3D;
00020 typedef Eigen::Vector3d Position3D;
00021 typedef Eigen::Vector3d Velocity3D;
00022 typedef Eigen::Vector3d Acceleration3D;
00023 typedef Eigen::Quaterniond Quaternion;
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056 }
00057
00058 #endif