- Robot Operating System Cookbook
- Kumar Bipin
- 84字
- 2021-06-18 19:20:49
ROS Melodic installation
Now, we are ready to install the ROS packages on Ubuntu 18.04 LTS. The first step is to update the list of packages by using the following command:
$ sudo apt-get update
There are many different libraries and tools in ROS, however, we will provide four default configurations to get you started:
- Desktop-Full Install (recommended):
$ sudo apt-get install ros-melodic-desktop-full
- Desktop Install:
$ sudo apt-get install ros-melodic-desktop
- ROS-Base:
$ sudo apt-get install ros-melodic-ros-base
- Inpidual Package:
$ sudo apt-get install ros-melodic-PACKAGE
推薦閱讀
- Mastering Zabbix(Second Edition)
- Arduino by Example
- Instant Apache Stanbol
- PHP程序設計(慕課版)
- C#程序設計(慕課版)
- x86匯編語言:從實模式到保護模式(第2版)
- Vue.js 3.0源碼解析(微課視頻版)
- Instant QlikView 11 Application Development
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- JavaScript+Vue+React全程實例
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Hadoop大數據分析技術
- Python開發基礎
- 寫給大家看的Midjourney設計書
- Practical Predictive Analytics