Skip to content

Commit

Permalink
Added the pure pursuit
Browse files Browse the repository at this point in the history
  • Loading branch information
Geonhee-LEE committed Jul 2, 2020
1 parent e293e1b commit 8451fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpc_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ ADD_EXECUTABLE( tracking_reference_trajectory src/trackRefTraj.cpp src/trackRefT
TARGET_LINK_LIBRARIES(tracking_reference_trajectory ipopt ${catkin_LIBRARIES} )

# Pure Pursuit Node
#add_executable(Pure_Pursuit src/Pure_Pursuit.cpp)
#target_link_libraries(Pure_Pursuit ${catkin_LIBRARIES})
add_executable(Pure_Pursuit src/Pure_Pursuit.cpp)
target_link_libraries(Pure_Pursuit ${catkin_LIBRARIES})

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

0 comments on commit 8451fec

Please sign in to comment.