File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
include/autoware_utils/ros Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
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_
Original file line number Diff line number Diff line change 21
21
<depend >autoware_planning_msgs</depend >
22
22
<depend >autoware_utils_geometry</depend >
23
23
<depend >autoware_utils_pcl</depend >
24
+ <depend >autoware_utils_uuid</depend >
24
25
<depend >autoware_vehicle_msgs</depend >
25
26
<depend >builtin_interfaces</depend >
26
27
<depend >diagnostic_msgs</depend >
You can’t perform that action at this time.
0 commit comments