Skip to content
Snippets Groups Projects

Publish the logical lanes in the ground truth message

Files
9
@@ -84,8 +84,8 @@ struct MapChunk
{
throw EnvironmentException(
"MapChunk validation failed: lane groups, road objects, traffic signs and traffic lights are all"
"empty. Please Contact GTGen support");
"MapChunk validation failed: lane groups, road objects, traffic signs, traffic lights, reference"
"lines, logical lane boundaries and logical lanes are all empty. Please Contact GTGen support");
}
}
};
Loading