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

ROSARIA Tutorial Groovy catkin_make issue

asked 2013-03-29 12:50:03 -0500

Guru666 gravatar image

I've been running through this tutorial for a few days, i'm now seeing a few mistakes I made [not installing the Aria-2.7.2 file and Mobilesim-0.5.0 (as I'm not attached to a robot at the moment)] but I've done all that now(the ROSARIA tutorial should probably point out that you should do that ahead of time but I suppose I just skipped that step). Now when I've made my workspace and I use the catkin_make command in the ~/catkin_ws directory everything runs fine until I get to

    [ 83%] Built target ROSARIA_gencfg
Linking CXX executable /home/****/catkin_ws/devel/lib/ROSARIA/RosAria
/usr/bin/ld: skipping incompatible /usr/local/Aria/lib/libAria.so when searching for -lAria
/usr/bin/ld: cannot find -lAria
collect2: error: ld returned 1 exit status
make[2]: *** [/home/****/catkin_ws/devel/lib/ROSARIA/RosAria] Error 1
make[1]: *** [amor-ros-pkg/ROSARIA/CMakeFiles/RosAria.dir/all] Error 2
make: *** [all] Error 2
Invoking "make" failed

and now I don't know what I can do to fix it. Can anyone help?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-03-29 13:13:23 -0500

JKS gravatar image

Maybe you've installed wrong version of ARIA (32 bit version on 64 bit machine or vice versa). Please, update python-rosdep package (or rosdep through pip) to version 0.10.15. Then run

rosdep update
rosdep install ROSARIA

This should install ARIA automatically. After that catkin_make should work.

edit flag offensive delete link more

Comments

I've tried rosdep install ROSARIA ERROR: Rosdep cannot find all required resources to answer your query Missing resource ROSARIA ROS path [0]=/opt/ros/groovy/share/ros ROS path [1]=/opt/ros/groovy/share ROS path [2]=/opt/ros/groovy/stacks this is what it spits back obviously these paths exist.

Guru666 gravatar image Guru666  ( 2013-03-29 13:28:10 -0500 )edit

also this initial error would be in the tutorial 1.5, the first step. I will have to make sure I have the correct Aria version installed

Guru666 gravatar image Guru666  ( 2013-03-29 13:36:46 -0500 )edit

Alright I made sure the Aria was up to date and the correct version for my computer and everything seems to work now. Thanks!

Guru666 gravatar image Guru666  ( 2013-03-29 13:54:24 -0500 )edit

Question Tools

Stats

Asked: 2013-03-29 12:50:03 -0500

Seen: 792 times

Last updated: Mar 29 '13