How to install additional packages in ROS on Raspberry Pi
Hi,
I installed ROS Kinetic on my Rapsberry Pi 3B following this tutorial (http://wiki.ros.org/ROSberryPi/Installing%20ROS%20Kinetic%20on%20the%20Raspberry%20Pi)
Now i need to add some ROS packages like for example Rviz.
Normally i can do that with sudo apt-get install ros-kinetic-rviz
but i cant use apt-get
.
Is there another way to install those packages? Like cloning them fom Git and than make them myself?
Asked by Maagtablet on 2019-10-11 02:56:57 UTC
Comments
Hello,
Yes you can directly clone and compile the packages yourself.
But if apt is not available, you might not be able to use rosdep to install dependencies.
Which part of the tutorial did you followed ? Did you installed Ubuntu Mate 16.04, install directly from the SD Card Image or followed the tutorial page until the end (Source install) ?
Also, what is the output of the command
cat /etc/os-release
?Asked by lmathieu on 2019-10-11 08:08:47 UTC