Skip to content

Commit 402b9f1

Browse files
committed
update for compatibility
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 69de883 commit 402b9f1

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// Copyright 2025 The Autoware Contributors
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
15+
#ifndef AUTOWARE_UTILS__ROS__UUID_HELPER_HPP_
16+
#define AUTOWARE_UTILS__ROS__UUID_HELPER_HPP_
17+
18+
// NOLINTBEGIN(build/namespaces, whitespace/line_length)
19+
// clang-format off
20+
21+
#pragma message("#include <autoware_utils/ros/uuid_helper.hpp> is deprecated. Use #include <autoware_utils_uuid/uuid_helper.hpp> instead.")
22+
#include <autoware_utils_uuid/uuid_helper.hpp>
23+
namespace autoware_utils { using namespace autoware_utils_uuid; }
24+
25+
// clang-format on
26+
// NOLINTEND
27+
28+
#endif // AUTOWARE_UTILS__ROS__UUID_HELPER_HPP_

autoware_utils/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<depend>autoware_planning_msgs</depend>
2222
<depend>autoware_utils_geometry</depend>
2323
<depend>autoware_utils_pcl</depend>
24+
<depend>autoware_utils_uuid</depend>
2425
<depend>autoware_vehicle_msgs</depend>
2526
<depend>builtin_interfaces</depend>
2627
<depend>diagnostic_msgs</depend>

0 commit comments

Comments
 (0)