1 Star 0 Fork 0

fly8lu/command_bridge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
Roland Arsenault 提交于 2018-11-12 10:17 . Initial commit
cmake_minimum_required(VERSION 2.8.3)
project(command_bridge)
find_package(catkin REQUIRED COMPONENTS
kongsberg_em_control
rospy
)
catkin_python_setup()
catkin_package(
# INCLUDE_DIRS include
# LIBRARIES radar_obstacle_detection
# CATKIN_DEPENDS marine_msgs rospy
# DEPENDS system_lib
)
include_directories(
# include
${catkin_INCLUDE_DIRS}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/flytohign/command_bridge.git
git@gitee.com:flytohign/command_bridge.git
flytohign
command_bridge
command_bridge
melodic

搜索帮助