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>
@@ -80,4 +80,4 @@ struct Output
80
80
};
81
81
} // namespace autoware::lane_departure_checker
82
82
83
- #endif // AUTOWARE__DEPARTURE_CHECKER__PARAMETERS_HPP_
83
+ #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>
@@ -130,4 +130,4 @@ double calcMaxSearchLengthForBoundaries(
130
130
const Trajectory & trajectory, const autoware::vehicle_info_utils::VehicleInfo & vehicle_info);
131
131
} // namespace autoware::lane_departure_checker::utils
132
132
133
- #endif // AUTOWARE__DEPARTURE_CHECKER__UTILS_HPP_
133
+ #endif // AUTOWARE__BOUNDARY_DEPARTURE_CHECKER__UTILS_HPP_
You can’t perform that action at this time.
0 commit comments