Skip to content

Commit

Permalink
Added versions to package (officially) and autoware_requirement_set.j…
Browse files Browse the repository at this point in the history
…son (tentative)

Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
  • Loading branch information
TaikiYamada4 committed Jan 28, 2025
1 parent f783f4a commit 6323d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "0.0.0",
"requirements": [
{
"id": "vm-02-02",
Expand Down
3 changes: 2 additions & 1 deletion map/autoware_lanelet2_map_validator/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_lanelet2_map_validator</name>
<version>0.1.0</version>
<version>1.0.0</version>
<description>Validation tool for lanelet2 maps especially for Autoware usage</description>
<maintainer email="taiki.yamada@tier4.jp">Taiki Yamada</maintainer>
<maintainer email="mamoru.sobue@tier4.jp">Mamoru Sobue</maintainer>
Expand All @@ -24,6 +24,7 @@
<depend>lanelet2_traffic_rules</depend>
<depend>lanelet2_validation</depend>
<depend>nlohmann-json-dev</depend>
<depend>pugixml-dev</depend>

<test_depend>ament_cmake_ros</test_depend>

Expand Down

0 comments on commit 6323d5c

Please sign in to comment.