#include <stdio.h>#include <stdlib.h>#include <Eigen/Core>#include "../libfovis/absolute_orientation_horn.hpp"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| static double | rand_double_range (double min, double max) |
| static int | rand_int_range (int min, int max) |
| void | rpy_to_quat (const double rpy[3], double q[4]) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 46 of file absolute_orientation_horn_tester.cpp.
| static double rand_double_range | ( | double | min, |
| double | max | ||
| ) | [static] |
Definition at line 17 of file absolute_orientation_horn_tester.cpp.
| static int rand_int_range | ( | int | min, |
| int | max | ||
| ) | [static] |
Definition at line 11 of file absolute_orientation_horn_tester.cpp.
| void rpy_to_quat | ( | const double | rpy[3], |
| double | q[4] | ||
| ) |
Definition at line 24 of file absolute_orientation_horn_tester.cpp.