#include <gtest/gtest.h>
#include <tf2/time_cache.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, Repeatability) | |
TEST (StaticCache, DuplicateEntries) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 98 of file static_cache_test.cpp.
void setIdentity | ( | TransformStorage & | stor | ) |
Definition at line 41 of file static_cache_test.cpp.
TEST | ( | StaticCache | , |
Repeatability | |||
) |
Definition at line 47 of file static_cache_test.cpp.
TEST | ( | StaticCache | , |
DuplicateEntries | |||
) |
Definition at line 71 of file static_cache_test.cpp.