Skip to content

Commit d873404

Browse files
fix name space
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
1 parent 5096aa6 commit d873404

File tree

1 file changed

+1
-1
lines changed
  • planning/behavior_path_goal_planner_module/include/behavior_path_goal_planner_module

1 file changed

+1
-1
lines changed

planning/behavior_path_goal_planner_module/include/behavior_path_goal_planner_module/shift_pull_over.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
namespace behavior_path_planner
2828
{
29-
using autoware_lane_departure_checker::LaneDepartureChecker;
29+
using autoware::lane_departure_checker::LaneDepartureChecker;
3030

3131
class ShiftPullOver : public PullOverPlannerBase
3232
{

0 commit comments

Comments
 (0)