8#ifndef DESIGNLAB_MAP_FILE_EXPORTER_H_
9#define DESIGNLAB_MAP_FILE_EXPORTER_H_
27 bool ExportMap(
const std::string& file_path,
28 const MapState& map_state)
const noexcept;
マップを csv に出力するクラス. マップには脚接地可能点が羅列されているので,1行ずつ出力する.
bool ExportMap(const std::string &file_path, const MapState &map_state) const noexcept
マップを csv に出力する.