Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.44 KB

File metadata and controls

44 lines (24 loc) · 1.44 KB

About this repository

Here provides ros packages for Arch Linux or Manjaro Linux, so that you don't have to build from source yourself.

This is not an official repository by ROS.

I've got through the head-scratching experience, so I put my final package here hoping it being helpful. If your have another ROS version built done, welcome to PR.

About ros package version

How to install the package

Take ros2-humble-2022.11.23-1-any.pkg.tar.zst for example, if you want to install in Arch Linux or Manjaro Linux (I'm using Manjaro), try:

# 1. install dependencies (you can try to install the package directly, it will tell you what are missed)
sudo pacman -Sy base-devel
yay -Sy ros2-arch-deps
yay -Sy ros2-pyqt5-sip-compat
yay -Sy sip4

# 2. install the package
sudo pacman -U ros2-humble-2022.11.23-1-any.pkg.tar.zst

# 3. no error should happen above!

# 4. enjoy
source /opt/ros/humble/setup.bash   # if you are using bash
source /opt/ros/humble/setup.zsh    # if you are using zsh
ros2 -h

ROS tutorials