Getting "Aria.h: file not found" when installing rosaria
Ubuntu 12.04.3, ros groovy.
I am following a ROSARIA tutorial (can't post links)
I know that it is an hydro tutorial, but I have the same issue with groovy version. Everything works well until catkin_make command at point 1.4.
I allways get this:
RosAria.cpp:3:18: error fatal: Aria.h: No such file or directory.
Compilation finished.
make[2]: [rosaria/CMakeFiles/RosAria.dir/RosAria.cpp.o] Error 1
make[1]: [rosaria/CMakeFiles/RosAria.dir/all] Error 2
make:[all] Error 2
Invoking "make" failed
Where should be placed that header file? Where can I find it?
Thanx for your time! :)
Aria.h should be in /usr/local/Aria/include. You must either use `rosdep update; rosdep install rosaria`, or install ARIA seperately. Are you using this: http://wiki.ros.org/ROSARIA/Tutorials/How%20to%20use%20ROSARIA ? Note that the instructions for groovy and hydro are different there.
Hi! thanks for your help. Yes, I am using that tutorial. "rosdep update" and "rosdep install rosaria" commands end with no errors. The problem comes with "catkin_make". I tried both groovy and hydro versions because hydro one worked fine for a co-worker. But both versions die at catkin_make step.
Does /usr/local/Aria/include/Aria.h exist? If so, what is printed out by catkin_make before that error?
Base path: /home/marcos/catkin_ws Source space: /home/marcos/catkin_ws/src Build space: /home/marcos/catkin_ws/build Devel space: /home/marcos/catkin_ws/devel Install space: /home/marcos/catkin_ws/install #### #### Running command: "make cmake_check_build_system" in "/home/marcos/catkin_ws/build"
#### #### #### Running command: "make -j1 -l1" in "/home/marcos/catkin_ws/build" #### [ 16%] Built target rosaria_gencfg [ 33%] Building CXX object rosaria/CMakeFiles/RosAria.dir/RosAria.cpp.o /home/marcos/catkin_ws/src/rosaria/RosAria.cpp:3:18: error fatal: Aria.h: No such file or directory
MAN!! /usr/local/Aria/include dir is completely empty :S, but I got no errors previous steps