File tree 3 files changed +9
-9
lines changed
planning/autoware_boundary_departure_checker/include/autoware/boundary_departure_checker
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
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_
17
17
18
18
#include " autoware/boundary_departure_checker/parameters.hpp"
19
19
@@ -125,4 +125,4 @@ class LaneDepartureChecker
125
125
};
126
126
} // namespace autoware::lane_departure_checker
127
127
128
- #endif // AUTOWARE__DEPARTURE_CHECKER__DEPARTURE_CHECKER_HPP_
128
+ #endif // AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__BOUNDARY_DEPARTURE_CHECKER_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
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_
17
17
18
18
#include < autoware_utils/geometry/boost_geometry.hpp>
19
19
#include < autoware_utils/geometry/pose_deviation.hpp>
@@ -76,4 +76,4 @@ struct Output
76
76
};
77
77
} // namespace autoware::lane_departure_checker
78
78
79
- #endif // AUTOWARE__DEPARTURE_CHECKER__PARAMETERS_HPP_
79
+ #endif // AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__PARAMETERS_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
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_
17
17
18
18
#include < autoware_utils/geometry/boost_geometry.hpp>
19
19
#include < autoware_utils/geometry/pose_deviation.hpp>
@@ -118,4 +118,4 @@ double calcMaxSearchLengthForBoundaries(
118
118
const Trajectory & trajectory, const autoware::vehicle_info_utils::VehicleInfo & vehicle_info);
119
119
} // namespace autoware::lane_departure_checker::utils
120
120
121
- #endif // AUTOWARE__DEPARTURE_CHECKER__UTILS_HPP_
121
+ #endif // AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__UTILS_HPP_
You can’t perform that action at this time.
0 commit comments