Skip to content

Commit

Permalink
feat: use new behavior_path_planner architecture
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 authored and shmpwk committed May 9, 2023
1 parent 6dafaf4 commit dc3633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/behavior_path_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ autoware_package()
find_package(OpenCV REQUIRED)
find_package(magic_enum CONFIG REQUIRED)

set(COMPILE_WITH_OLD_ARCHITECTURE TRUE)
set(COMPILE_WITH_OLD_ARCHITECTURE FALSE)

set(common_src
src/steering_factor_interface.cpp
Expand Down

0 comments on commit dc3633c

Please sign in to comment.