$search
#include <tf2_kdl/tf2_kdl.h>#include <ros/ros.h>#include <kdl/frames_io.hpp>#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (TfKDL, ConvertVector) | |
| TEST (TfKDL, Vector) | |
| TEST (TfKDL, Frame) | |
Variables | |
| static const double | EPS = 1e-3 |
| tf2::Buffer * | tf_buffer |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 110 of file test_tf2_kdl.cpp.
| TEST | ( | TfKDL | , | |
| ConvertVector | ||||
| ) |
Definition at line 93 of file test_tf2_kdl.cpp.
| TEST | ( | TfKDL | , | |
| Vector | ||||
| ) |
Definition at line 74 of file test_tf2_kdl.cpp.
| TEST | ( | TfKDL | , | |
| Frame | ||||
| ) |
Definition at line 42 of file test_tf2_kdl.cpp.
const double EPS = 1e-3 [static] |
Definition at line 40 of file test_tf2_kdl.cpp.
Definition at line 39 of file test_tf2_kdl.cpp.