Skip to content

Commit 92b44db

Browse files
renamed back the parameter file
1 parent af67084 commit 92b44db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

planning/autoware_departure_checker/include/autoware/departure_checker/parameters.hpp control/autoware_lane_departure_checker/include/autoware/lane_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__LANE_DEPARTURE_CHECKER__PARAMETERS_HPP_
16+
#define AUTOWARE__LANE_DEPARTURE_CHECKER__PARAMETERS_HPP_
1717

1818
#include <autoware_utils/geometry/boost_geometry.hpp>
1919
#include <autoware_utils/geometry/pose_deviation.hpp>
@@ -98,4 +98,4 @@ struct Output
9898
};
9999
} // namespace autoware::lane_departure_checker
100100

101-
#endif // AUTOWARE__DEPARTURE_CHECKER__PARAMETERS_HPP_
101+
#endif // AUTOWARE__LANE_DEPARTURE_CHECKER__PARAMETERS_HPP_

planning/autoware_departure_checker/src/parameters.cpp control/autoware_lane_departure_checker/src/lane_departure_checker_node/parameters.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "autoware/departure_checker/parameters.hpp"
15+
#include "autoware/lane_departure_checker/parameters.hpp"
1616

1717
#include <autoware_utils/ros/parameter.hpp>
1818
#include <rclcpp/node.hpp>

0 commit comments

Comments
 (0)