1 Star 0 Fork 1

buxt/CoveragePlanning

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
rjp 提交于 2019-08-20 16:03 . init
cmake_minimum_required(VERSION 2.8.3)
project(BowShapedPlanner)
add_compile_options(-std=c++11)
# set(Glog_DIR /usr/lib/cmake/ceres)
find_package(OpenCV REQUIRED)
find_package(Eigen3 REQUIRED)
# find_package(Glog REQUIRED)
include_directories(
include/
/opt/ros/kinetic/include
${OpenCV_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIR}
# ${GLOG_INCLUDE_DIR}
)
add_executable(planner
src/main.cpp
src/bow_shaped_planner.cpp
src/decomposition.cpp
)
target_link_libraries(planner
# glog
${OpenCV_LIBS}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/buxt/CoveragePlanning.git
git@gitee.com:buxt/CoveragePlanning.git
buxt
CoveragePlanning
CoveragePlanning
master

搜索帮助