7#include "custom_interfaces/msg/path_point_array.hpp"
12std::vector<custom_interfaces::msg::PathPoint>
create_path_msg(std::string track_file);
std::vector< custom_interfaces::msg::PathPoint > create_path_msg(std::string track_file)
Reads track files and creates a PathPointArray message.