Skip to content

Commit e4fb780

Browse files
committed
Merge branch 'feat-apply-autoware-prefix-for-system-default-ad-api-helpers' of github.com:sasakisasaki/autoware.universe into feat-apply-autoware-prefix-for-system-default-ad-api-helpers
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
2 parents 9853a74 + 42ebb2c commit e4fb780

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

system/autoware_default_ad_api_helpers/autoware_ad_api_adaptors/src/initial_pose_adaptor.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE__AD_API_ADAPTORS__SRC__INITIAL_POSE_ADAPTOR_HPP_
16-
#define AUTOWARE__AD_API_ADAPTORS__SRC__INITIAL_POSE_ADAPTOR_HPP_
15+
#ifndef INITIAL_POSE_ADAPTOR_HPP_
16+
#define INITIAL_POSE_ADAPTOR_HPP_
1717

1818
#include <autoware/adapi_specs/localization.hpp>
1919
#include <autoware/component_interface_utils/rclcpp.hpp>
@@ -43,4 +43,4 @@ class InitialPoseAdaptor : public rclcpp::Node
4343

4444
} // namespace autoware::ad_api_adaptors
4545

46-
#endif // AUTOWARE__AD_API_ADAPTORS__SRC__INITIAL_POSE_ADAPTOR_HPP_
46+
#endif // INITIAL_POSE_ADAPTOR_HPP_

system/autoware_default_ad_api_helpers/autoware_ad_api_adaptors/src/routing_adaptor.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE__AD_API_ADAPTORS__SRC__ROUTING_ADAPTOR_HPP_
16-
#define AUTOWARE__AD_API_ADAPTORS__SRC__ROUTING_ADAPTOR_HPP_
15+
#ifndef ROUTING_ADAPTOR_HPP_
16+
#define ROUTING_ADAPTOR_HPP_
1717

1818
#include <autoware/adapi_specs/routing.hpp>
1919
#include <autoware/component_interface_utils/rclcpp.hpp>
@@ -61,4 +61,4 @@ class RoutingAdaptor : public rclcpp::Node
6161

6262
} // namespace autoware::ad_api_adaptors
6363

64-
#endif // AUTOWARE__AD_API_ADAPTORS__SRC__ROUTING_ADAPTOR_HPP_
64+
#endif // ROUTING_ADAPTOR_HPP_

system/autoware_default_ad_api_helpers/autoware_automatic_pose_initializer/src/automatic_pose_initializer.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE__AUTOMATIC_POSE_INITIALIZER_HPP_
16-
#define AUTOWARE__AUTOMATIC_POSE_INITIALIZER_HPP_
15+
#ifndef AUTOMATIC_POSE_INITIALIZER_HPP_
16+
#define AUTOMATIC_POSE_INITIALIZER_HPP_
1717

1818
#include <autoware/adapi_specs/localization.hpp>
1919
#include <autoware/component_interface_utils/rclcpp.hpp>
@@ -40,4 +40,4 @@ class AutomaticPoseInitializer : public rclcpp::Node
4040

4141
} // namespace autoware::automatic_pose_initializer
4242

43-
#endif // AUTOWARE__AUTOMATIC_POSE_INITIALIZER_HPP_
43+
#endif // AUTOMATIC_POSE_INITIALIZER_HPP_

0 commit comments

Comments
 (0)