Skip to content

Commit

Permalink
Merge branch 'chore/rework_param_map_loader' of https://github.com/an…
Browse files Browse the repository at this point in the history
…hnv3991/autoware.universe into chore/rework_param_map_loader
  • Loading branch information
anhnv3991 committed Jan 29, 2024
2 parents ea945e1 + 0735d19 commit 580e000
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
6 changes: 1 addition & 5 deletions map/map_loader/schema/lanelet2_map_loader.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
"default": ""
}
},
"required": [
"center_line_resolution",
"lanelet2_map_path"
],
"required": ["center_line_resolution", "lanelet2_map_path"],
"additionalProperties": false
}
},
Expand All @@ -39,4 +36,3 @@
"required": ["/**"],
"additionalProperties": false
}

15 changes: 7 additions & 8 deletions map/map_loader/schema/pointcloud_map_loader.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
}
},
"required": [
"enable_whole_load",
"enable_downsampled_whole_load",
"enable_partial_load",
"enable_selected_load",
"leaf_size",
"pcd_paths_or_directory",
"pcd_metadata_path"
"enable_whole_load",
"enable_downsampled_whole_load",
"enable_partial_load",
"enable_selected_load",
"leaf_size",
"pcd_paths_or_directory",
"pcd_metadata_path"
],
"additionalProperties": false
}
Expand All @@ -69,4 +69,3 @@
"required": ["/**"],
"additionalProperties": false
}

0 comments on commit 580e000

Please sign in to comment.