#include <ament_index_cpp/get_package_share_directory.hpp>
#include <filesystem>
#include <string>
#include <vector>
#include <fstream>
#include <iostream>
#include "rclcpp/rclcpp.hpp"
#include "common_lib/structures/path_point.hpp"
Go to the source code of this file.
◆ PathPoint
◆ openReadFile()
| std::ifstream openReadFile |
( |
const std::string & |
filename | ) |
|
◆ openWriteFile()
| std::ofstream openWriteFile |
( |
const std::string & |
filename, |
|
|
const std::string & |
header = "" |
|
) |
| |
◆ read_path_file()
| std::vector< PathPoint > read_path_file |
( |
const std::string & |
filename | ) |
|