#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
#include <tf2_ros/buffer.h>
#include <geometry_msgs/PointStamped.h>
#include <geometry_msgs/Vector3Stamped.h>
#include <geometry_msgs/PoseStamped.h>
#include <kdl/frames.hpp>
#include <string>
#include <vector>
#include <ostream>
#include "ros/serialization.h"
#include "ros/builtin_message_traits.h"
#include "ros/message_operations.h"
#include "ros/message.h"
#include "ros/time.h"
#include "geometry_msgs/TransformStamped.h"
#include "ros/ros.h"
#include <boost/shared_ptr.hpp>
#include "ros/types.h"
#include <boost/thread/mutex.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/thread/tss.hpp>
#include <list>
#include <deque>
#include "boost/thread.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (TfGeometry, Point) | |
TEST (TfGeometry, Vector) | |
TEST (TfGeometry, Frame) | |
Variables | |
static const double | EPS = 1e-3 |
tf2::Buffer * | tf_buffer |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 126 of file test_tf2_geometry_msgs.cpp.
TEST | ( | TfGeometry | , | |
Point | ||||
) |
Definition at line 102 of file test_tf2_geometry_msgs.cpp.
TEST | ( | TfGeometry | , | |
Vector | ||||
) |
Definition at line 78 of file test_tf2_geometry_msgs.cpp.
TEST | ( | TfGeometry | , | |
Frame | ||||
) |
Definition at line 43 of file test_tf2_geometry_msgs.cpp.
const double EPS = 1e-3 [static] |
Definition at line 40 of file test_tf2_geometry_msgs.cpp.
tf2::Buffer* tf_buffer |
Definition at line 39 of file test_tf2_geometry_msgs.cpp.