1 Star 0 Fork 0

shaopengyuan/turtlebot3_msgs

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

搜索帮助