Skip to content

Commit 752caf0

Browse files
added gen ai comment
Signed-off-by: John Chrosniak <chrosniakj@gmail.com>
1 parent 7aeeafb commit 752caf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nav2_route/src/plugins/graph_file_savers/geojson_graph_file_saver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ void GeoJsonGraphFileSaver::loadEdgesFromGraph(
113113
void GeoJsonGraphFileSaver::convertMetaDataToJson(
114114
const Metadata & metadata, Json & json_metadata)
115115
{
116+
/* Function partially created using GPT */
116117
for (auto itr = metadata.data.begin(); itr != metadata.data.end(); itr++) {
117118
if (itr->second.type() == typeid(std::string)) {
118119
json_metadata[itr->first] = std::any_cast<std::string>(itr->second);

0 commit comments

Comments
 (0)