|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <gtest/gtest.h>#include <pcl/io/pcd_io.h>#include <pcl_conversions/pcl_conversions.h>#include <chrono>#include <ctime>#include <filesystem>#include <fstream>#include <iostream>#include <sstream>#include <string>#include "clustering/dbscan.hpp"#include "cone_differentiation/least_squares_differentiation.hpp"#include "ground_removal/ransac.hpp"
Go to the source code of this file.
Classes | |
| struct | PerceptionExecutionData |
| Struct to store data related to perception execution. More... | |
| class | PerceptionPerformanceTest |
| Test fixture for performance testing of perception algorithms. More... | |
Functions | |
| TEST_F (PerceptionPerformanceTest, TestPerformance) | |
| Test case for performance testing of perception algorithms. | |
| TEST_F | ( | PerceptionPerformanceTest | , |
| TestPerformance | |||
| ) |
Test case for performance testing of perception algorithms.
Definition at line 132 of file performance_test.cpp.