24 745.327749, 407.959716, 14.851070, -2.985091, 0.009412, 0.051315);
26 CPoint3D GPSPosOnVehicle(-0.25, 0, 0.10);
28 CPoint3D iniPoseGPS = iniPoseVehicle + GPSPosOnVehicle;
31 "Pose: %.6f,%.6f,%.6f", iniPoseGPS.
x(), iniPoseGPS.
y(), iniPoseGPS.z());
49 cout <<
"L: " << L << endl;
50 cout <<
"R: " <<
R << endl;
51 cout <<
"C: " << C << endl;
52 cout <<
"R+C:" << (
R + C) << endl;
59 for (i = 0; i < N; i++) L2 = L - (
R + C);
60 cout <<
"Computation in: " << 1e6 * tictac.
Tac() / ((double)N) <<
" us" 63 cout <<
"L': " << L2 << endl;
68 cout <<
"R(+)C(+)L' = " << L3 << endl;
69 cout <<
"Should be equal to L = " << L << endl;
73 cout <<
"|(R(+)C)-L|= " << (
R + C).distanceTo(L) << endl;
74 cout <<
"|L-(R(+)C)|= " << (
R + C).distanceTo(L) << endl;
95 cerr <<
"Untyped excepcion!!";
double Tac() noexcept
Stops the stopwatch.
A high-performance stopwatch, with typical resolution of nanoseconds.
constexpr double DEG2RAD(const double x)
Degrees to radians.
double x() const
Common members of all points & poses classes.
A class used to store a 3D point.
Classes for 2D/3D geometry representation, both of single values and probability density distribution...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle...
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
std::string exception_to_str(const std::exception &e)
Builds a nice textual representation of a nested exception, which if generated using MRPT macros (THR...
void Tic() noexcept
Starts the stopwatch.