2 Star 3 Fork 2

Stefan/feg_robot_bringup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 912 Bytes
一键复制 编辑 原始数据 按行查看 历史
Stefan 提交于 2022-10-27 16:27 . 1.0版
cmake_minimum_required(VERSION 2.8.3)
project(feg_robot_bringup)
find_package(catkin REQUIRED COMPONENTS
actionlib
actionlib_msgs
geometry_msgs
message_generation
nav_msgs
nav_msgs
roscpp
serial
roslib
rospy
sensor_msgs
std_msgs
tf
)
# ulimit -c unlimited
add_compile_options(-g -std=c++11) #-g -> core dumped
catkin_package(
#INCLUDE_DIRS include
#LIBRARIES turn_on_feg_robot_bringup_robot
#CATKIN_DEPENDS geometry_msgs message_generation nav_msgs nav_msgs roscpp roslib rospy sensor_msgs std_msgs tf
#DEPENDS system_lib
)
# defind robot status massage
# command atkin_make -DCATKIN_WHITELIST_PACKAGES="new_msg"
include_directories(include ${catkin_INCLUDE_DIRS} ${PCL_INCLUDE_DIRS})
include_directories(include/${PROJECT_NAME})
add_executable(feg_robot_chassis src/feg_robot.cpp)
target_link_libraries(feg_robot_chassis ${catkin_LIBRARIES})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/stefantasy/feg_robot_bringup.git
[email protected]:stefantasy/feg_robot_bringup.git
stefantasy
feg_robot_bringup
feg_robot_bringup
master

搜索帮助