no warranty express or implied
- install instructions
- (bad practice) minimal install w/ trizen:
trizen --noconfirm --sudo-autorepeat-at-runtime -Sy ros-melodic-ros-base
- might need to set
sudo_remove_timestamp => 0
in~/.config/trizen/trizen.conf
- might need to set
- remove all ROS packages:
sudo pacman -Rs $(pacman -Qsq ros-melodic-)
rosout: error while loading shared libraries: libboost_thread.so.1.69
- try updating your LD_LIBRARY_PATH in .zshrc:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/boost1.69/lib"
- try updating your LD_LIBRARY_PATH in .zshrc:
ImportError: No module named rospkg
when running Python scripts:- Make sure you're running
python
and not e.g.python2
- try installing
rospkg
:
trizen -Sy --noconfirm python-rospkg
- Make sure you're running