Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jun 14, 2024
1 parent de451da commit 1f908fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion map/map_loader/schema/lanelet2_map_loader.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@
"description": "Resolution of the Lanelet center line [m]",
"default": "5.0"
},
"use_waypoints": {
"type": "boolean",
"description": "If true, `centerline` in the Lanelet2 map will be used as a `waypoints` tag.",
"default": true
},
"lanelet2_map_path": {
"type": "string",
"description": "The lanelet2 map path pointing to the .osm file",
"default": ""
}
},
"required": ["center_line_resolution", "lanelet2_map_path"],
"required": ["center_line_resolution", "use_waypoints", "lanelet2_map_path"],
"additionalProperties": false
}
},
Expand Down

0 comments on commit 1f908fa

Please sign in to comment.