Installling RVIZ in Raspberry PI3

Hello,

I am trying to run ROS in raspberry. When i try to install rviz with sudo apt-get install ros-kinetic-desktop-full i get Unable to locate package ros-kinetic-desktop-full error. It cannot find the package. Does it work only Ubuntu16.04 ?

Cannot i run rviz in raspberry pi?

Any help would be highly appreciated

Hi @mariosimbad,

Have you seen our ROS guide for Navio2?

Our raspbian doesn’t require ROS installation as it already includes pre-installed ROS.

Hello,
According to this page, Navio Raspbian image comes without GUI, so there is no option to run rviz, even if you install it.

Either way, there is no simple way to install ROS on Raspberry Pi, please refer to this guide. (If you’ll follow it, I highly recommend you to run every make command with -j 2 or even -j 1 option. It will take more time, but this way you won’t get Out of swap error.

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.