#include <gtest/gtest.h>
#include <geometry_msgs/PoseStamped.h>
#include <geometry_msgs/Vector3.h>
#include <nav_msgs/Path.h>
#include <trajectory_tracker_msgs/PathWithVelocity.h>
#include <trajectory_tracker_msgs/converter.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (Converter, ToPathWithVelocityScalar) | |
TEST (Converter, ToPathWithVelocityVector) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 120 of file test_convert.cpp.
TEST | ( | Converter | , |
ToPathWithVelocityScalar | |||
) |
Definition at line 69 of file test_convert.cpp.
TEST | ( | Converter | , |
ToPathWithVelocityVector | |||
) |
Definition at line 94 of file test_convert.cpp.