|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include "test_utils/utils.hpp"
Go to the source code of this file.
Functions | |
| TEST (PathSmoothing, path_smooth1) | |
| simple scenario with few points in the path | |
| TEST (PathSmoothing, path_smooth2) | |
| more complex scenario with cones deviating from path and with significant curvature | |
| TEST | ( | PathSmoothing | , |
| path_smooth1 | |||
| ) |
simple scenario with few points in the path
Definition at line 7 of file smoothing_tests.cpp.

| TEST | ( | PathSmoothing | , |
| path_smooth2 | |||
| ) |
more complex scenario with cones deviating from path and with significant curvature
Definition at line 21 of file smoothing_tests.cpp.
