#include <gtest/gtest.h>#include <numeric>#include <fstream>#include "fields2cover/path_planning/reeds_shepp_curves.h"#include "fields2cover/types.h"#include "../test_helpers/path_planning_checker.hpp"
Go to the source code of this file.
Functions | |
| TEST (fields2cover_pp_reeds_shepp, random_points) | |
| TEST (fields2cover_pp_reeds_shepp, turn_dist) | |
| TEST | ( | fields2cover_pp_reeds_shepp | , |
| random_points | |||
| ) |
Definition at line 29 of file reeds_shepp_test.cpp.
| TEST | ( | fields2cover_pp_reeds_shepp | , |
| turn_dist | |||
| ) |
Definition at line 14 of file reeds_shepp_test.cpp.