From 37d37fe16bc350d54697ab93a40ecc3a1ff76df1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 07:10:49 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../autoware/localization_utils/covariance_ellipse.hpp | 6 +++--- .../include/autoware/localization_utils/matrix_type.hpp | 6 +++--- .../autoware/localization_utils/smart_pose_buffer.hpp | 6 +++--- .../localization_utils/tree_structured_parzen_estimator.hpp | 6 +++--- .../include/autoware/localization_utils/util_func.hpp | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/localization/autoware_localization_utils/include/autoware/localization_utils/covariance_ellipse.hpp b/localization/autoware_localization_utils/include/autoware/localization_utils/covariance_ellipse.hpp index 68d92e181c..cbc966d57c 100644 --- a/localization/autoware_localization_utils/include/autoware/localization_utils/covariance_ellipse.hpp +++ b/localization/autoware_localization_utils/include/autoware/localization_utils/covariance_ellipse.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef AUTOWARE__LOCALIZATION_UTIL__COVARIANCE_ELLIPSE_HPP_ -#define AUTOWARE__LOCALIZATION_UTIL__COVARIANCE_ELLIPSE_HPP_ +#ifndef AUTOWARE__LOCALIZATION_UTILS__COVARIANCE_ELLIPSE_HPP_ +#define AUTOWARE__LOCALIZATION_UTILS__COVARIANCE_ELLIPSE_HPP_ #include @@ -43,4 +43,4 @@ visualization_msgs::msg::Marker create_ellipse_marker( } // namespace autoware::localization_util -#endif // AUTOWARE__LOCALIZATION_UTIL__COVARIANCE_ELLIPSE_HPP_ +#endif // AUTOWARE__LOCALIZATION_UTILS__COVARIANCE_ELLIPSE_HPP_ diff --git a/localization/autoware_localization_utils/include/autoware/localization_utils/matrix_type.hpp b/localization/autoware_localization_utils/include/autoware/localization_utils/matrix_type.hpp index bda6ff19f2..4f67f48ad6 100644 --- a/localization/autoware_localization_utils/include/autoware/localization_utils/matrix_type.hpp +++ b/localization/autoware_localization_utils/include/autoware/localization_utils/matrix_type.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef AUTOWARE__LOCALIZATION_UTIL__MATRIX_TYPE_HPP_ -#define AUTOWARE__LOCALIZATION_UTIL__MATRIX_TYPE_HPP_ +#ifndef AUTOWARE__LOCALIZATION_UTILS__MATRIX_TYPE_HPP_ +#define AUTOWARE__LOCALIZATION_UTILS__MATRIX_TYPE_HPP_ #include @@ -23,4 +23,4 @@ using Matrix6d = Eigen::Matrix; using RowMatrixXd = Eigen::Matrix; } // namespace autoware::localization_util -#endif // AUTOWARE__LOCALIZATION_UTIL__MATRIX_TYPE_HPP_ +#endif // AUTOWARE__LOCALIZATION_UTILS__MATRIX_TYPE_HPP_ diff --git a/localization/autoware_localization_utils/include/autoware/localization_utils/smart_pose_buffer.hpp b/localization/autoware_localization_utils/include/autoware/localization_utils/smart_pose_buffer.hpp index 8c10506c36..a31de9d4cf 100644 --- a/localization/autoware_localization_utils/include/autoware/localization_utils/smart_pose_buffer.hpp +++ b/localization/autoware_localization_utils/include/autoware/localization_utils/smart_pose_buffer.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_ -#define AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_ +#ifndef AUTOWARE__LOCALIZATION_UTILS__SMART_POSE_BUFFER_HPP_ +#define AUTOWARE__LOCALIZATION_UTILS__SMART_POSE_BUFFER_HPP_ #include "autoware/localization_util/util_func.hpp" @@ -68,4 +68,4 @@ class SmartPoseBuffer }; } // namespace autoware::localization_util -#endif // AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_ +#endif // AUTOWARE__LOCALIZATION_UTILS__SMART_POSE_BUFFER_HPP_ diff --git a/localization/autoware_localization_utils/include/autoware/localization_utils/tree_structured_parzen_estimator.hpp b/localization/autoware_localization_utils/include/autoware/localization_utils/tree_structured_parzen_estimator.hpp index ddf7625c20..5e048055e9 100644 --- a/localization/autoware_localization_utils/include/autoware/localization_utils/tree_structured_parzen_estimator.hpp +++ b/localization/autoware_localization_utils/include/autoware/localization_utils/tree_structured_parzen_estimator.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef AUTOWARE__LOCALIZATION_UTIL__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_ -#define AUTOWARE__LOCALIZATION_UTIL__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_ +#ifndef AUTOWARE__LOCALIZATION_UTILS__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_ +#define AUTOWARE__LOCALIZATION_UTILS__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_ /* A implementation of tree-structured parzen estimator (TPE) @@ -84,4 +84,4 @@ class TreeStructuredParzenEstimator }; } // namespace autoware::localization_util -#endif // AUTOWARE__LOCALIZATION_UTIL__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_ +#endif // AUTOWARE__LOCALIZATION_UTILS__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_ diff --git a/localization/autoware_localization_utils/include/autoware/localization_utils/util_func.hpp b/localization/autoware_localization_utils/include/autoware/localization_utils/util_func.hpp index bef9968f34..21bd807327 100644 --- a/localization/autoware_localization_utils/include/autoware/localization_utils/util_func.hpp +++ b/localization/autoware_localization_utils/include/autoware/localization_utils/util_func.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef AUTOWARE__LOCALIZATION_UTIL__UTIL_FUNC_HPP_ -#define AUTOWARE__LOCALIZATION_UTIL__UTIL_FUNC_HPP_ +#ifndef AUTOWARE__LOCALIZATION_UTILS__UTIL_FUNC_HPP_ +#define AUTOWARE__LOCALIZATION_UTILS__UTIL_FUNC_HPP_ #include #include @@ -85,4 +85,4 @@ void output_pose_with_cov_to_log( } // namespace autoware::localization_util -#endif // AUTOWARE__LOCALIZATION_UTIL__UTIL_FUNC_HPP_ +#endif // AUTOWARE__LOCALIZATION_UTILS__UTIL_FUNC_HPP_