Last active
December 11, 2023 16:53
-
-
Save FrankieWOO/2ef06b0e7a67faa9a2d0dcb15b4c2359 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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