当前位置:网站首页>ROS system installation
ROS system installation
2022-07-28 17:44:00 【Floating boast】
ROS System installation
1. To configure Ubuntu Warehouse
2. add to ROS Software sources
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
3. Add key
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
4. install ROS
Ubuntu16.04 The version corresponds to the installation ros-kinetic
Ubuntu18.04 Version installation requires ros-kinetic Replace with ros-melodic
Update slowly, try changing the source , Alibaba cloud
sudo apt-get update
sudo apt-get install ros-kinetic-desktop-full
5. initialization rosdep
sudo rosdep init
rosdep update
6. Set the environment variable
echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
source ~/.bashrc
7. The dependencies needed to build the package
sudo apt-get install python-rosinstall python-rosinstall-generator python-wstool build-essential
8.ROS test
边栏推荐
猜你喜欢

Arya professional web automated test platform

Visual Object Class介绍PASCAL VOC数据集

The browser has no Internet, and wechat can connect to the Internet (solution)

QT编写串口助手

Talk about what you know about publishing online (2)

医学公共数据库

渗透测试大杀器kali安装配置

An article takes you closer to the overview and principle of kubernetes
![[阅读笔记] For Paper:R-CNN系列的三篇论文总结](/img/1d/8b862ac66ea04d9371f64e35fc4396.png)
[阅读笔记] For Paper:R-CNN系列的三篇论文总结

MySQL面试题大全(陆续更新)
随机推荐
Mysql 优化总结
生信人的20个R语言习题
R中因子(factor)
R语言 sub()用法
2021 National Undergraduate data statistics and Analysis Competition
图像处理代码整理
多线程(线程池ThreadPoolExecutor)
中南大学研究生复试机试题
小白如何零基础学习软件测试?
mmdetection3d(3)---网络输出
软件测试前景不行了吗?进入寒冬期了吗?
软件测试培训需要多久?
hgu95av2.在线安装失败
Three ways to dynamically call WebService.Net
都说软件测试是IT行业最差的,是这样的吗?
Generation and use of dynamic link library (error summary)
strsplit()函数
JS implementation of special prime numbers
Precautions for $ionicpopup in ionic when calling alert for two consecutive times
解决Package is not available (for R ve【PACKAGE ‘XXX’ IS NOT AVAILABLE (FOR R VERSION X.Y.Z)” WARNING?】