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

Obeject recognition kitchen on Ubunto

asked 2014-07-22 03:08:11 -0500

Martin gravatar image

Hello,

I am trying to install ORK on ubunto, but if I try to compile, I get the folliowing error

CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package): Could not find a package configuration file provided by "household_objects_database" with any of the following names:

household_objects_databaseConfig.cmake
household_objects_database-config.cmake

Add the installation prefix of "household_objects_database" to CMAKE_PREFIX_PATH or set "household_objects_database_DIR" to a directory containing one of the above files. If "household_objects_database" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): tabletop/CMakeLists.txt:4 (find_package)

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.

The package household_object_database is not found, but I have exactly used the instructions on

wg-perception.github.io/object_recognition_core/install.html#install

but I am wondering how I can fix this issue

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-07-22 03:30:24 -0500

Ugo gravatar image

You're probably missing this package? https://github.com/ros-interactive-ma...

edit flag offensive delete link more
0

answered 2014-07-22 15:12:56 -0500

Martin gravatar image

Yes...that could be possible...but I have no idea how to install such "extra packages".

That might sound stupid, but I am total newbie at ROS and Ubuntu.....

Is there any installation guide? Thank you very much

edit flag offensive delete link more

Comments

How did you install ROS? Did you follow that http://wiki.ros.org/indigo/Installation/Ubuntu ? If you did, then you can just run `sudo apt-get install ros-hydro-household-objects-database`. (replace with indigo if you installed indigo). Cheers

Ugo gravatar image Ugo  ( 2014-07-23 01:30:28 -0500 )edit

Yes, I did EXACTLY what is written in the install guide for Ubuntu 14.04 so I am using ROS Indigo. But if I use the command sudo apt-get install ros-indigo-household-objects-database the I receive the messagem that the package cannot be found. Other packages, like sudo apt-get install ros-indigo-household-objects-database-msgs will be found and correct installed...but not the household-objects-database. Any suggestions or solutions? Or should I try ROS Groovy? Thanks for your advice

Martin gravatar image Martin  ( 2014-07-23 18:27:20 -0500 )edit

It probably means that it is not yet released for indigo then. You can install the package from sources. There's a tutorial here: http://wg-perception.github.io/object_recognition_core/install.html. Make sure you use the *ROS* install procedure.

Ugo gravatar image Ugo  ( 2014-07-24 02:16:34 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-22 03:08:11 -0500

Seen: 273 times

Last updated: Jul 22 '14