Skip to content

Commit

Permalink
fix: fix package name error, from util to utils, reconut package vers…
Browse files Browse the repository at this point in the history
…ion to 0.0.0: v0.6

Signed-off-by: liuXinGangChina <[email protected]>
  • Loading branch information
liuXinGangChina committed Jan 9, 2025
1 parent d7e2b26 commit 7e717d9
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(autoware_localization_util)
project(autoware_localization_utils)

find_package(autoware_cmake REQUIRED)
autoware_package()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_localization_util</name>
<version>0.39.0</version>
<description>The autoware_localization_util package</description>
<name>autoware_localization_utils</name>
<version>0.0.0</version>
<description>The autoware_localization_utils package</description>
<maintainer email="[email protected]">Xingang Liu</maintainer>
<maintainer email="[email protected]">Yamato Ando</maintainer>
<maintainer email="[email protected]">Masahiro Sakamoto</maintainer>
Expand Down

0 comments on commit 7e717d9

Please sign in to comment.