rosaria installation errors on raspberry pi 3 -
Hi, I am using Raspberry Pi 3 under ubuntu mate 16.04 with ROS Kinetic (because raspbeian was not working for my setup). It worked perfectly fine and even better than when I did it under raspbein with ROS debian. But I am having a little problem.
First of all, when I tried to install ROSARIA through their official tutorial given here. However, as the tutorials are written for intel/amd processor, I am unable to follow it. In particulary, after running
cd ~/catkin_ws/src
git clone https://github.com/amor-ros-pkg/rosaria.git
cd ..
catkin_make
I get the following error
/catkin_ws/src/rosaria/LaserPublisher.cpp:5:25: fatal error: Aria/Aria.h: No such file or directory
I really wonder why that problem was occuring because I have done this on ROS-Kinetic under ubuntu 16.04 and ROS-Indigo under Ubuntu 14.04 and it worked fine.
edit 1: It is also worth mentioning that I have been trying to install rosaria software through their official page (link) but I realized that all the given software are based on either ubuntu amd/intel processors. And so, I could not install any of them because I was seeing error of compatibility. I was seeing error that I cannot install because it was not compatible.
Please, suggest me what should I do. Thanks in advance for your help.