|
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 (VelocityPlanning, velocity0) | |
| simple scenario with few points in the path | |
| TEST (VelocityPlanning, velocity1) | |
| Check if the velocity is always greater than the minimum velocity. | |
| TEST (VelocityPlanning, velocity2) | |
| test for a path with only one point | |
| TEST (VelocityPlanning, velocity3) | |
| test for a path with no points | |
| TEST | ( | VelocityPlanning | , |
| velocity0 | |||
| ) |
simple scenario with few points in the path
Definition at line 7 of file velocity_planning_tests.cpp.

| TEST | ( | VelocityPlanning | , |
| velocity1 | |||
| ) |
Check if the velocity is always greater than the minimum velocity.
Definition at line 21 of file velocity_planning_tests.cpp.

| TEST | ( | VelocityPlanning | , |
| velocity2 | |||
| ) |
test for a path with only one point
Definition at line 37 of file velocity_planning_tests.cpp.

| TEST | ( | VelocityPlanning | , |
| velocity3 | |||
| ) |
test for a path with no points
Definition at line 52 of file velocity_planning_tests.cpp.
