We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bebd6 commit 1d3aa7dCopy full SHA for 1d3aa7d
terrain_navigation_ros/CMakeLists.txt
@@ -46,6 +46,7 @@ include_directories(
46
47
add_library(${PROJECT_NAME}
48
src/terrain_planner.cpp
49
+ src/geo_conversions.cpp
50
)
51
add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} ${PROJECT_NAME}_gencfg ${Boost_LIBRARIES})
52
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} ${GeographicLib_LIBRARIES} ${OMPL_LIBRARIES} ${Boost_LIBRARIES})
0 commit comments