文章目录
1. ROS2版本说明及资料获取
1.1 ROS2版本更新记录
https://docs.ros.org/en/foxy/Releases.html
ROS1版本更新记录
https://wiki.ros.org/Distributions
1.2 ROS1/ROS2各版本资料位置
https://docs.ros.org/en/?C=M;O=D
本系列将使用humble来讲解Ros2的使用。
2. humble安装
两种方式: Binary安装和源码安装
2.1 使用Binary方式安装与测试
binary安装支持Ubuntu Linux Jammy (Ubuntu 22.04) 64-bit x86 and 64-bit ARM,所以如果你装的是Ubuntu22.04, 可以直接使用这种方式安装或者使用源码安装。
We currently support Ubuntu Linux Jammy (22.04) 64-bit x86 and 64-bit ARM.
安装与测试步骤参考:
https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html
2.2 使用源码方式安装与测试
如果是其他Linux系统,如树莓派4(Raspi OS基于Debian Bullseye),可以选择源码安装方式。
The current Debian-based target platforms for Humble Hawksbill are:
. Tier 1: Ubuntu Linux - Jammy (22.04) 64-bit
. Tier 3: Ubuntu Linux -Focal (20.04) 64-bit
. Tier 3: Debian Linux - Bullseye (11) 64-bitOther Linux platforms with varying support levels include:
. Arch Linux, see alternate instructions
. Fedora Linux, see alternate instructions
. OpenEmbedded / webOS OSE, see alternate instructions
安装步骤参考:
https://docs.ros.org/en/humble/Installation/Alternatives/Ubuntu-Development-Setup.html
Ubuntu22.04源码安装步骤:
2.2.1 源码下载
#https://docs.ros.org/en/hu