Robotics StackExchange | Archived questions

Failed to process package 'rviz':@ ROS/Catkin/RPi3

Hi, I stuck with the error of failed 'rviz' package while building up ROS Catkin on RPi3. libboost version 1.58 gcc/g++ version 5.0

Here is the error log: https://pastebin.com/E4HRHZwu

Please help! Thanks.

Asked by Ashkr on 2019-10-30 03:39:30 UTC

Comments

Answers

Since I tried a lot to find the solution of the error i was facing....failed to find any! :(

Finally i reviewed the error in detail and make suitable installation further....

hope this helps some how. For me it works...

for rviz,OGRE Not Found error:

sudo aptitude install libboost-thread-dev (YES)

sudo apt-get install libogre-1.9-dev ogre-1.9-doc ogre-1.9-tools (YES)

Thanks!

Asked by Ashkr on 2019-11-22 01:32:02 UTC

Comments