File tree 2 files changed +4
-4
lines changed
control/autoware_lane_departure_checker
include/autoware/lane_departure_checker
src/lane_departure_checker_node
2 files changed +4
-4
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__PARAMETERS_HPP_
16
- #define AUTOWARE__DEPARTURE_CHECKER__PARAMETERS_HPP_
15
+ #ifndef AUTOWARE__LANE_DEPARTURE_CHECKER__PARAMETERS_HPP_
16
+ #define AUTOWARE__LANE_DEPARTURE_CHECKER__PARAMETERS_HPP_
17
17
18
18
#include < autoware_utils/geometry/boost_geometry.hpp>
19
19
#include < autoware_utils/geometry/pose_deviation.hpp>
@@ -98,4 +98,4 @@ struct Output
98
98
};
99
99
} // namespace autoware::lane_departure_checker
100
100
101
- #endif // AUTOWARE__DEPARTURE_CHECKER__PARAMETERS_HPP_
101
+ #endif // AUTOWARE__LANE_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
- #include " autoware/departure_checker /parameters.hpp"
15
+ #include " autoware/lane_departure_checker /parameters.hpp"
16
16
17
17
#include < autoware_utils/ros/parameter.hpp>
18
18
#include < rclcpp/node.hpp>
You can’t perform that action at this time.
0 commit comments