Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <fstream>
#include <sstream>
#include "custom_interfaces/msg/path_point_array.hpp"
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::vector< custom_interfaces::msg::PathPointcreate_path_msg (std::string track_file)
 Reads track files and creates a PathPointArray message.
 

Function Documentation

◆ create_path_msg()

std::vector< custom_interfaces::msg::PathPoint > create_path_msg ( std::string  track_file)

Reads track files and creates a PathPointArray message.

Definition at line 3 of file utils.cpp.

Here is the caller graph for this function: