Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
performance_test.cpp File Reference
#include "gtest/gtest.h"
#include "rclcpp/rclcpp.hpp"
#include "test_utils/utils.hpp"
Include dependency graph for performance_test.cpp:

Go to the source code of this file.

Functions

void iterate_smoothing (const std::vector< PathPoint > &path)
 Iterates the Smoothing algorithm repeatedly and measures the average time.
 

Function Documentation

◆ iterate_smoothing()

void iterate_smoothing ( const std::vector< PathPoint > &  path)

Iterates the Smoothing algorithm repeatedly and measures the average time.

Definition at line 9 of file performance_test.cpp.

Here is the call graph for this function: