-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
- Loading branch information
1 parent
31d48c2
commit 94678a3
Showing
6 changed files
with
141 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
autoware_utils/include/autoware_utils/ros/debug_publisher.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Copyright 2025 The Autoware Contributors | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
#ifndef AUTOWARE_UTILS__ROS__DEBUG_PUBLISHER_HPP_ | ||
#define AUTOWARE_UTILS__ROS__DEBUG_PUBLISHER_HPP_ | ||
|
||
// NOLINTBEGIN(build/namespaces, whitespace/line_length) | ||
// clang-format off | ||
|
||
#pragma message("#include <autoware_utils/ros/debug_publisher.hpp> is deprecated. Use #include <autoware_utils_debug/debug_publisher.hpp> instead.") | ||
#include <autoware_utils_debug/debug_publisher.hpp> | ||
namespace autoware_utils { using namespace autoware_utils_debug; } | ||
|
||
// clang-format on | ||
// NOLINTEND | ||
|
||
#endif // AUTOWARE_UTILS__ROS__DEBUG_PUBLISHER_HPP_ |
28 changes: 28 additions & 0 deletions
28
autoware_utils/include/autoware_utils/ros/debug_traits.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Copyright 2025 The Autoware Contributors | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
#ifndef AUTOWARE_UTILS__ROS__DEBUG_TRAITS_HPP_ | ||
#define AUTOWARE_UTILS__ROS__DEBUG_TRAITS_HPP_ | ||
|
||
// NOLINTBEGIN(build/namespaces, whitespace/line_length) | ||
// clang-format off | ||
|
||
#pragma message("#include <autoware_utils/ros/debug_traits.hpp> is deprecated. Use #include <autoware_utils_debug/debug_traits.hpp> instead.") | ||
#include <autoware_utils_debug/debug_traits.hpp> | ||
namespace autoware_utils { using namespace autoware_utils_debug; } | ||
|
||
// clang-format on | ||
// NOLINTEND | ||
|
||
#endif // AUTOWARE_UTILS__ROS__DEBUG_TRAITS_HPP_ |
28 changes: 28 additions & 0 deletions
28
autoware_utils/include/autoware_utils/ros/processing_time_publisher.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Copyright 2025 The Autoware Contributors | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
#ifndef AUTOWARE_UTILS__ROS__PROCESSING_TIME_PUBLISHER_HPP_ | ||
#define AUTOWARE_UTILS__ROS__PROCESSING_TIME_PUBLISHER_HPP_ | ||
|
||
// NOLINTBEGIN(build/namespaces, whitespace/line_length) | ||
// clang-format off | ||
|
||
#pragma message("#include <autoware_utils/ros/processing_time_publisher.hpp> is deprecated. Use #include <autoware_utils_debug/processing_time_publisher.hpp> instead.") | ||
#include <autoware_utils_debug/processing_time_publisher.hpp> | ||
namespace autoware_utils { using namespace autoware_utils_debug; } | ||
|
||
// clang-format on | ||
// NOLINTEND | ||
|
||
#endif // AUTOWARE_UTILS__ROS__PROCESSING_TIME_PUBLISHER_HPP_ |
28 changes: 28 additions & 0 deletions
28
autoware_utils/include/autoware_utils/ros/published_time_publisher.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Copyright 2025 The Autoware Contributors | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
#ifndef AUTOWARE_UTILS__ROS__PUBLISHED_TIME_PUBLISHER_HPP_ | ||
#define AUTOWARE_UTILS__ROS__PUBLISHED_TIME_PUBLISHER_HPP_ | ||
|
||
// NOLINTBEGIN(build/namespaces, whitespace/line_length) | ||
// clang-format off | ||
|
||
#pragma message("#include <autoware_utils/ros/published_time_publisher.hpp> is deprecated. Use #include <autoware_utils_debug/published_time_publisher.hpp> instead.") | ||
#include <autoware_utils_debug/published_time_publisher.hpp> | ||
namespace autoware_utils { using namespace autoware_utils_debug; } | ||
|
||
// clang-format on | ||
// NOLINTEND | ||
|
||
#endif // AUTOWARE_UTILS__ROS__PUBLISHED_TIME_PUBLISHER_HPP_ |
28 changes: 28 additions & 0 deletions
28
autoware_utils/include/autoware_utils/system/time_keeper.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Copyright 2025 The Autoware Contributors | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
#ifndef AUTOWARE_UTILS__SYSTEM__TIME_KEEPER_HPP_ | ||
#define AUTOWARE_UTILS__SYSTEM__TIME_KEEPER_HPP_ | ||
|
||
// NOLINTBEGIN(build/namespaces, whitespace/line_length) | ||
// clang-format off | ||
|
||
#pragma message("#include <autoware_utils/system/time_keeper.hpp> is deprecated. Use #include <autoware_utils_debug/time_keeper.hpp> instead.") | ||
#include <autoware_utils_debug/time_keeper.hpp> | ||
namespace autoware_utils { using namespace autoware_utils_debug; } | ||
|
||
// clang-format on | ||
// NOLINTEND | ||
|
||
#endif // AUTOWARE_UTILS__SYSTEM__TIME_KEEPER_HPP_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters