Skip to content

Commit 53f340b

Browse files
pre-commit
1 parent a7acb33 commit 53f340b

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>
@@ -80,4 +80,4 @@ struct Output
8080
};
8181
} // namespace autoware::lane_departure_checker
8282

83-
#endif // AUTOWARE__DEPARTURE_CHECKER__PARAMETERS_HPP_
83+
#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>
@@ -130,4 +130,4 @@ double calcMaxSearchLengthForBoundaries(
130130
const Trajectory & trajectory, const autoware::vehicle_info_utils::VehicleInfo & vehicle_info);
131131
} // namespace autoware::lane_departure_checker::utils
132132

133-
#endif // AUTOWARE__DEPARTURE_CHECKER__UTILS_HPP_
133+
#endif // AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__UTILS_HPP_

0 commit comments

Comments
 (0)