Skip to content

Commit

Permalink
add costmap2d to cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
zdeng-UTexas committed Apr 12, 2024
1 parent e920bda commit 29635c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)

SET(libs roslib roscpp rosbag glog gflags amrl_shared_lib boost_system lua5.1
pthread)
pthread costmap_2d)

ADD_LIBRARY(shared_library
src/visualization/visualization.cc
Expand Down

0 comments on commit 29635c8

Please sign in to comment.