#include <string>
#include <gtest/gtest.h>
#include <ros/ros.h>
#include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h>
#include <sensor_msgs/JointState.h>
#include <dynamic_reconfigure/client.h>
#include <dynamic_robot_state_publisher/DynamicRobotStateConfig.h>
Go to the source code of this file.
Macros | |
#define | EPS 0.01 |
Functions | |
int | main (int argc, char **argv) |
TEST (DynamicPublisherTest, Base) | |
#define EPS 0.01 |
Definition at line 52 of file test_dynamic_publisher.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 152 of file test_dynamic_publisher.cpp.
TEST | ( | DynamicPublisherTest | , |
Base | |||
) |
Definition at line 54 of file test_dynamic_publisher.cpp.