Skip to content

Commit 3b0bbe3

Browse files
pre-commit
1 parent 3ef18d8 commit 3b0bbe3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

planning/autoware_boundary_departure_checker/include/autoware/boundary_departure_checker/boundary_departure_checker.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__DEPARTURE_CHECKER__DEPARTURE_CHECKER_HPP_
16-
#define AUTOWARE__DEPARTURE_CHECKER__DEPARTURE_CHECKER_HPP_
15+
#ifndef AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__BOUNDARY_DEPARTURE_CHECKER_HPP_
16+
#define AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__BOUNDARY_DEPARTURE_CHECKER_HPP_
1717

1818
#include "autoware/boundary_departure_checker/parameters.hpp"
1919

@@ -125,4 +125,4 @@ class LaneDepartureChecker
125125
};
126126
} // namespace autoware::lane_departure_checker
127127

128-
#endif // AUTOWARE__DEPARTURE_CHECKER__DEPARTURE_CHECKER_HPP_
128+
#endif // AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__BOUNDARY_DEPARTURE_CHECKER_HPP_

planning/autoware_boundary_departure_checker/include/autoware/boundary_departure_checker/parameters.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__DEPARTURE_CHECKER__PARAMETERS_HPP_
16-
#define AUTOWARE__DEPARTURE_CHECKER__PARAMETERS_HPP_
15+
#ifndef AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__PARAMETERS_HPP_
16+
#define AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__PARAMETERS_HPP_
1717

1818
#include <autoware_utils/geometry/boost_geometry.hpp>
1919
#include <autoware_utils/geometry/pose_deviation.hpp>
@@ -76,4 +76,4 @@ struct Output
7676
};
7777
} // namespace autoware::lane_departure_checker
7878

79-
#endif // AUTOWARE__DEPARTURE_CHECKER__PARAMETERS_HPP_
79+
#endif // AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__PARAMETERS_HPP_

planning/autoware_boundary_departure_checker/include/autoware/boundary_departure_checker/utils.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__DEPARTURE_CHECKER__UTILS_HPP_
16-
#define AUTOWARE__DEPARTURE_CHECKER__UTILS_HPP_
15+
#ifndef AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__UTILS_HPP_
16+
#define AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__UTILS_HPP_
1717

1818
#include <autoware_utils/geometry/boost_geometry.hpp>
1919
#include <autoware_utils/geometry/pose_deviation.hpp>
@@ -118,4 +118,4 @@ double calcMaxSearchLengthForBoundaries(
118118
const Trajectory & trajectory, const autoware::vehicle_info_utils::VehicleInfo & vehicle_info);
119119
} // namespace autoware::lane_departure_checker::utils
120120

121-
#endif // AUTOWARE__DEPARTURE_CHECKER__UTILS_HPP_
121+
#endif // AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__UTILS_HPP_

0 commit comments

Comments
 (0)