Skip to content

Commit 8451fec

Browse files
committed
Added the pure pursuit
1 parent e293e1b commit 8451fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpc_ros/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ ADD_EXECUTABLE( tracking_reference_trajectory src/trackRefTraj.cpp src/trackRefT
5757
TARGET_LINK_LIBRARIES(tracking_reference_trajectory ipopt ${catkin_LIBRARIES} )
5858

5959
# Pure Pursuit Node
60-
#add_executable(Pure_Pursuit src/Pure_Pursuit.cpp)
61-
#target_link_libraries(Pure_Pursuit ${catkin_LIBRARIES})
60+
add_executable(Pure_Pursuit src/Pure_Pursuit.cpp)
61+
target_link_libraries(Pure_Pursuit ${catkin_LIBRARIES})
6262

6363
# Own Global planner for tracking desired trajectory
6464
add_library(global_planner_lib src/global_planner/global_planner.cpp)

0 commit comments

Comments
 (0)