ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I was able to solve this by using rosdep install rosaria then going into rosaria/RosAria.cpp and editing the include line that says #include <Aria.h> to #include </usr/local/Aria/include/Aria.h>. And also, as I had previously used catkin_make, I had to remove the devel and build folders from my workspace root before using it again. It worked like a charm.