#include <vector>#include <sys/time.h>#include <cstdio>#include <gtest/gtest.h>#include "tf/LinearMath/Transform.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | seed_rand () |
| TEST (tf, Quaternion) | |
| void | testQuatRPY (tf::Quaternion q_baseline) |
Variables | |
| double | epsilon = 10E-6 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 113 of file quaternion.cpp.
| void seed_rand | ( | ) |
Definition at line 40 of file quaternion.cpp.
| TEST | ( | tf | , |
| Quaternion | |||
| ) |
Definition at line 77 of file quaternion.cpp.
| void testQuatRPY | ( | tf::Quaternion | q_baseline | ) |
Definition at line 48 of file quaternion.cpp.
| double epsilon = 10E-6 |
Definition at line 37 of file quaternion.cpp.