当前位置:网站首页>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
边栏推荐
- Ng repeat executes a method when iterating over the last element
- 地图R语言
- The difference between using switch in a loop and using break and continue after executing a condition
- 生信人的20个R语言习题
- 一篇带你走近Kubernetes概貌与原理
- .net MVC的理解
- ggplot2地图
- Strsplit() function
- PCA reports error in eigen (crossprod (t (x), t (x)), symmetric = true): 'x' has infinite value or missing value
- 【无标题】
猜你喜欢

软件测试前景如何?该如何进行学习呢?

mmcv安装的办法

Talk about the measurement of "post release problems"

Mqtt.fx connects to Alibaba cloud Internet of things platform

R language drawing / drawing / drawing 2

ggplot2地图

Visual object class introduces Pascal VOC dataset

clang format

Database performance analysis and optimization (internal training materials of Aite future team)

Can you read the story?
随机推荐
零基础软件测试培训可靠吗?
Can‘t use an undefined value as an ARRAY reference at probe2symbol
Mysql 优化总结
Kali installation configuration of penetration test killer
Factor in R
The difference between using switch in a loop and using break and continue after executing a condition
都说软件测试是IT行业最差的,是这样的吗?
mmcv安装的办法
DOS command Daquan basic command + network common command
Please make sure you have the correct access rights and the repository exists.
PyTorch中grid_sample的使用方法
Sql Server STUFF与FOR XML PATH
软件测试前景不行了吗?进入寒冬期了吗?
Alibaba P8 architect talk: seven knowledge points (including interview questions) that must be learned well to become an architect
生信人的20个R语言习题
QT编写串口助手
医学公共数据库
一篇带你走近Kubernetes概貌与原理
pycharm连接到远程docker
Precautions for $ionicpopup in ionic when calling alert for two consecutive times