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

installing moveIt - on jade ubuntu 15.04

asked 2016-02-17 04:11:04 -0500

updated 2016-02-17 07:42:04 -0500

I am trying to install moveIt on jade on ubuntu 15.04. I have been following the method presented in this. At step 2 & 3: ROS JADE (particularly on step 3) when I run the following command

rosdep install --from-paths src --ignore-src --rosdistro jade -y

I receive errors such as

E: Unable to locate package ros-jade-warehouse-ros
ERROR: the following rosdeps failed to install
apt: command [sudo -H apt-get install -y ros-jade-warehouse-ros] failed

This was the folder, which was not being downloaded by the given address. So, to resolve this problem, I manually downloaded zip file from this cite (cite) and copied extracted files in my moveit/src directory. After that, when I run command

catkin_make

I get this error

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
MongoDB_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/khan/moveit/src/warehouse_ros
   used as include directory in directory /home/khan/moveit/src/warehouse_ros
   used as include directory in directory /home/khan/moveit/src/warehouse_ros
   used as include directory in directory /home/khan/moveit/src/warehouse_ros
   used as include directory in directory /home/khan/moveit/src/warehouse_ros
   used as include directory in directory /home/khan/moveit/src/warehouse_ros
   used as include directory in directory /home/khan/moveit/src/warehouse_ros
   used as include directory in directory /home/khan/moveit/src/warehouse_ros
MongoDB_LIBRARIES (ADVANCED)
    linked by target "warehouse_ros" in directory /home/khan/moveit/src/warehouse_ros

Seeing this, I tried to download the warehouse file from this cite (cite). I did not get above error after running catkin_make but I had another error which is

make[2]: *** [moveit_plugins/moveit_ros_control_interface/CMakeFiles/moveit_ros_control_interface_plugin.dir/src/controller_manager_plugin.cpp.o] Error 1

Please, help me out. How can I remove this error. I shall buy cookies for you. :)

edit retag flag offensive close merge delete

Comments

I think it would be a good idea to actually include the errors that you get when running rosdep.

gvdhoorn gravatar image gvdhoorn  ( 2016-02-17 04:20:17 -0500 )edit

I have edited the question and included the error.

Abdul Mannan gravatar image Abdul Mannan  ( 2016-02-17 07:43:12 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-02-17 06:20:03 -0500

gvdhoorn gravatar image

updated 2016-02-17 06:21:29 -0500

At step 2 & 3: ROS JADE (particularly on step 3) when I run the following command

rosdep install --from-paths src --ignore-src --rosdistro jade -y

The instructions you link to seem to use indigo for the --rosdistro option:

STEP 3: Make sure MoveIt! dependencies are installed

rosdep install --from-paths src --ignore-src --rosdistro indigo -y

I haven't used those instructions myself, but apparently that should work for Jade.

edit flag offensive delete link more

Comments

2

In case, an apt-get release is not available for the system, if you install from source, some of the dependencies might also not be available. In that case, use the --deps and --exclude options from rosinstall_generator.

dornhege gravatar image dornhege  ( 2016-02-17 06:32:36 -0500 )edit

I have tried this method but again stuck with errors. I guess, I need to shift back to indigo, it is better.

Abdul Mannan gravatar image Abdul Mannan  ( 2016-02-17 07:43:41 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-02-17 04:11:04 -0500

Seen: 454 times

Last updated: Feb 17 '16