Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 10, 2025
1 parent f6f9236 commit 4349e56
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE__LOCALIZATION_UTILS__COVARIANCE_ELLIPSE_HPP_
#define AUTOWARE__LOCALIZATION_UTILS__COVARIANCE_ELLIPSE_HPP_
#ifndef AUTOWARE__LOCALIZATION_UTIL__COVARIANCE_ELLIPSE_HPP_
#define AUTOWARE__LOCALIZATION_UTIL__COVARIANCE_ELLIPSE_HPP_

#include <Eigen/Dense>

Expand Down Expand Up @@ -43,4 +43,4 @@ visualization_msgs::msg::Marker create_ellipse_marker(

} // namespace autoware::localization_util

#endif // AUTOWARE__LOCALIZATION_UTILS__COVARIANCE_ELLIPSE_HPP_
#endif // AUTOWARE__LOCALIZATION_UTIL__COVARIANCE_ELLIPSE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE__LOCALIZATION_UTILS__MATRIX_TYPE_HPP_
#define AUTOWARE__LOCALIZATION_UTILS__MATRIX_TYPE_HPP_
#ifndef AUTOWARE__LOCALIZATION_UTIL__MATRIX_TYPE_HPP_
#define AUTOWARE__LOCALIZATION_UTIL__MATRIX_TYPE_HPP_

#include <Eigen/Core>

Expand All @@ -23,4 +23,4 @@ using Matrix6d = Eigen::Matrix<double, 6, 6>;
using RowMatrixXd = Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor>;
} // namespace autoware::localization_util

#endif // AUTOWARE__LOCALIZATION_UTILS__MATRIX_TYPE_HPP_
#endif // AUTOWARE__LOCALIZATION_UTIL__MATRIX_TYPE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE__LOCALIZATION_UTILS__SMART_POSE_BUFFER_HPP_
#define AUTOWARE__LOCALIZATION_UTILS__SMART_POSE_BUFFER_HPP_
#ifndef AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_
#define AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_

#include "autoware/localization_util/util_func.hpp"

Expand Down Expand Up @@ -68,4 +68,4 @@ class SmartPoseBuffer
};
} // namespace autoware::localization_util

#endif // AUTOWARE__LOCALIZATION_UTILS__SMART_POSE_BUFFER_HPP_
#endif // AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE__LOCALIZATION_UTILS__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_
#define AUTOWARE__LOCALIZATION_UTILS__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_
#ifndef AUTOWARE__LOCALIZATION_UTIL__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_
#define AUTOWARE__LOCALIZATION_UTIL__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_

/*
A implementation of tree-structured parzen estimator (TPE)
Expand Down Expand Up @@ -84,4 +84,4 @@ class TreeStructuredParzenEstimator
};
} // namespace autoware::localization_util

#endif // AUTOWARE__LOCALIZATION_UTILS__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_
#endif // AUTOWARE__LOCALIZATION_UTIL__TREE_STRUCTURED_PARZEN_ESTIMATOR_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE__LOCALIZATION_UTILS__UTIL_FUNC_HPP_
#define AUTOWARE__LOCALIZATION_UTILS__UTIL_FUNC_HPP_
#ifndef AUTOWARE__LOCALIZATION_UTIL__UTIL_FUNC_HPP_
#define AUTOWARE__LOCALIZATION_UTIL__UTIL_FUNC_HPP_

#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
#include <geometry_msgs/msg/twist_stamped.hpp>
Expand Down Expand Up @@ -85,4 +85,4 @@ void output_pose_with_cov_to_log(

} // namespace autoware::localization_util

#endif // AUTOWARE__LOCALIZATION_UTILS__UTIL_FUNC_HPP_
#endif // AUTOWARE__LOCALIZATION_UTIL__UTIL_FUNC_HPP_

0 comments on commit 4349e56

Please sign in to comment.