#include <gtest/gtest.h>#include <tf2/time_cache.h>#include <sys/time.h>#include "LinearMath/btVector3.h"#include "LinearMath/btMatrix3x3.h"#include <stdexcept>#include <geometry_msgs/TransformStamped.h>#include <cmath>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | setIdentity (TransformStorage &stor) |
| TEST (StaticCache, DuplicateEntries) | |
| TEST (StaticCache, Repeatability) | |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 101 of file static_cache_test.cpp.
| void setIdentity | ( | TransformStorage & | stor | ) |
Definition at line 44 of file static_cache_test.cpp.
| TEST | ( | StaticCache | , | |
| DuplicateEntries | ||||
| ) |
Definition at line 74 of file static_cache_test.cpp.
| TEST | ( | StaticCache | , | |
| Repeatability | ||||
| ) |
Definition at line 50 of file static_cache_test.cpp.