Skip to content

Instantly share code, notes, and snippets.

@FrankieWOO
Last active December 11, 2023 16:53
Show Gist options
  • Save FrankieWOO/2ef06b0e7a67faa9a2d0dcb15b4c2359 to your computer and use it in GitHub Desktop.
Save FrankieWOO/2ef06b0e7a67faa9a2d0dcb15b4c2359 to your computer and use it in GitHub Desktop.
# install deps
sudo pacman -Sy --noconfirm base-devel
yay -Sy --noconfirm ros2-arch-deps
yay -Sy --noconfirm ros2-pyqt5-sip-compat
yay -Sy --noconfirm sip4
# modify /usr/share/sip/PyQt5/QtCore/QtCoremod.sip
sed -n '23 s/Module.*/Module PyQt5.QtCore/p' /usr/share/sip/PyQt5/QtCore/QtCoremod.sip
# install ros2 from AUR
yay -Sy --noconfirm ros2-humble
# I use fish shell. For bash to fully work in fish, install https://github.com/edc/bass
sudo pacman -Sy --noconfirm bass-fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment