ros noetic安装ros-industrial-core

1、roswiki 安装链接为:Industrial/Install - ROS Wiki

在这里插入图片描述

2、根据wiki教程找到包的存储库
GitHub - ros-industrial/industrial_core: ROS-Industrial core communication packages (http://wiki.ros.org/industrial_core)

在这里插入图片描述

根据教程进行安装,ROS Kinetic 与ROS Melodic可以之间使用apt进行安装,但是出现了一个错误,这个错误的解决方案是手动构建包。

[UPDATED document on how to install ROS industrial with ROS Melodic

Melodic 的新包 2019-03-04

在这里插入图片描述

在这里插入图片描述

构建命令如下:

需要改的地方为: replace 'melodic-devel' with 'melodic'

be sure to change 'melodic' to whichever ROS release you are using

# change to the root of the Catkin workspace
$ cd $HOME/catkin_ws

# retrieve the latest development version of industrial_core. If you'd rather
# use the latest released version, replace 'melodic-devel' with 'melodic'
$ git clone -b melodic-devel https://github.com/ros-industrial/industrial_core.git src/industrial_core

# check build dependencies. Note: this may install additional packages,
# depending on the software installed on the machine
$ rosdep update

# be sure to change 'melodic' to whichever ROS release you are using
$ rosdep install --from-paths src/ --ignore-src --rosdistro melodic

# build the workspace (using catkin_tools)
$ catkin build

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述

  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值