1 Star 0 Fork 0

Redeye_Roman/turtlebot3_applications_msgs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
################################################################################
# Set minimum required version of cmake, project name and compile options
################################################################################
cmake_minimum_required(VERSION 2.8.3)
project(turtlebot3_applications_msgs)
################################################################################
# Find catkin packages and libraries for catkin and system dependencies
################################################################################
find_package(catkin REQUIRED COMPONENTS
std_msgs
sensor_msgs
message_generation
)
################################################################################
# Setup for python modules and scripts
################################################################################
################################################################################
# Declare ROS messages, services and actions
################################################################################
add_message_files(
FILES
PanoramaImg.msg
)
add_service_files(
FILES
TakePanorama.srv
SetFollowState.srv
)
generate_messages(
DEPENDENCIES
std_msgs
sensor_msgs
)
################################################################################
# Declare ROS dynamic reconfigure parameters
################################################################################
################################################################################
# Declare catkin specific configuration to be passed to dependent projects
################################################################################
catkin_package(
CATKIN_DEPENDS std_msgs sensor_msgs message_runtime
)
################################################################################
# Build
################################################################################
################################################################################
# Install
################################################################################
################################################################################
# Test
################################################################################
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shaojinjiang/turtlebot3_applications_msgs.git
git@gitee.com:shaojinjiang/turtlebot3_applications_msgs.git
shaojinjiang
turtlebot3_applications_msgs
turtlebot3_applications_msgs
master

搜索帮助