|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <fstream>#include <sstream>#include "custom_interfaces/msg/path_point_array.hpp"

Go to the source code of this file.
Functions | |
| std::vector< custom_interfaces::msg::PathPoint > | create_path_msg (std::string track_file) |
| Reads track files and creates a PathPointArray message. | |
| std::vector< custom_interfaces::msg::PathPoint > create_path_msg | ( | std::string | track_file | ) |