#include <stdio.h>#include <iostream>#include <Eigen/Geometry>#include "../libfovis/refine_motion_estimate.hpp"
Go to the source code of this file.
Defines | |
| #define | dump(v) std::cerr << #v << " : " << (v) << "\n" |
| #define | dumpT(v) std::cerr << #v << " : " << (v).transpose() << "\n" |
Functions | |
| static Eigen::Isometry3d | isometryFromXYZRollPitchYaw (const Eigen::Matrix< double, 6, 1 > ¶ms) |
| static Eigen::Vector3d | isometryGetRollPitchYaw (const Eigen::Isometry3d &M) |
| int | main (int argc, char **argv) |
| #define dump | ( | v | ) | std::cerr << #v << " : " << (v) << "\n" |
Definition at line 8 of file refine_motion_estimate_tester.cpp.
| #define dumpT | ( | v | ) | std::cerr << #v << " : " << (v).transpose() << "\n" |
Definition at line 9 of file refine_motion_estimate_tester.cpp.
| static Eigen::Isometry3d isometryFromXYZRollPitchYaw | ( | const Eigen::Matrix< double, 6, 1 > & | params | ) | [inline, static] |
Definition at line 14 of file refine_motion_estimate_tester.cpp.
| static Eigen::Vector3d isometryGetRollPitchYaw | ( | const Eigen::Isometry3d & | M | ) | [inline, static] |
Definition at line 43 of file refine_motion_estimate_tester.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 57 of file refine_motion_estimate_tester.cpp.