Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update package.xml and fix CMakeLists.txt #91

Merged
merged 1 commit into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions autoware_common_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ament_auto_find_build_dependencies()

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/ResponseStatus.msg"
ADD_LINTER_TESTS
)

ament_auto_package()
1 change: 1 addition & 0 deletions autoware_common_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<version>1.0.0</version>
<description>Autoware common messages package.</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down
1 change: 1 addition & 0 deletions autoware_control_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<description>Autoware control messages package.</description>

<maintainer email="[email protected]">M. Fatih Cırıt</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>

<license>Apache License 2.0</license>

Expand Down
1 change: 1 addition & 0 deletions autoware_localization_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<description>Autoware localization messages package.</description>

<maintainer email="[email protected]">M. Fatih Cırıt</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>

<license>Apache License 2.0</license>

Expand Down
1 change: 1 addition & 0 deletions autoware_map_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<maintainer email="[email protected]">kminoda</maintainer>
<maintainer email="[email protected]">M. Fatih Cırıt</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 2 additions & 0 deletions autoware_perception_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
geometry_msgs
builtin_interfaces
unique_identifier_msgs

ADD_LINTER_TESTS
)

ament_auto_package()
1 change: 1 addition & 0 deletions autoware_perception_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<version>1.0.0</version>
<description>Autoware perception messages package.</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down
3 changes: 2 additions & 1 deletion autoware_planning_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_planning_msgs</name>
<version>0.0.0</version>
<version>1.0.0</version>
<description>Autoware planning messages package.</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down
1 change: 1 addition & 0 deletions autoware_sensing_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<version>1.0.0</version>
<description>Autoware sensing messages package.</description>

<maintainer email="[email protected]">Yutaka Kondo</maintainer>
<maintainer email="[email protected]">M. Fatih Cırıt</maintainer>

<license>Apache License 2.0</license>
Expand Down
3 changes: 2 additions & 1 deletion autoware_system_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_system_msgs</name>
<version>0.0.0</version>
<version>1.0.0</version>
<description>Autoware system messages package.</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down
5 changes: 3 additions & 2 deletions autoware_vehicle_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<package format="3">
<name>autoware_vehicle_msgs</name>
<version>1.0.0</version>
<description>Interfaces between core Autoware.Auto vehicle components</description>
<description>Interfaces between core Autoware vehicle components</description>
<maintainer email="[email protected]">Apex.AI, Inc.</maintainer>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@beginningfan You might want to update this line. (In another PR)

<license>Apache 2</license>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
Expand Down
Loading