#include <algorithm>
#include <cstddef>
#include <string>
#include <gtest/gtest.h>
#include <trajectory_tracker/eigen_line.h>
#include <trajectory_tracker/path2d.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (Path2D, RemainedDistance) | |
TEST (Path2D, Curvature) | |
TEST (Path2D, LocalGoalWithoutSwitchBack) | |
TEST (Path2D, LocalGoalWithSwitchBack) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 140 of file test_path2d.cpp.
TEST | ( | Path2D | , |
RemainedDistance | |||
) |
Definition at line 50 of file test_path2d.cpp.
TEST | ( | Path2D | , |
Curvature | |||
) |
Definition at line 78 of file test_path2d.cpp.
TEST | ( | Path2D | , |
LocalGoalWithoutSwitchBack | |||
) |
Definition at line 90 of file test_path2d.cpp.
TEST | ( | Path2D | , |
LocalGoalWithSwitchBack | |||
) |
Definition at line 110 of file test_path2d.cpp.