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

Restoring household_objects_database

asked 2014-10-31 15:12:29 -0500

atp gravatar image

I'm trying to connect household_objects_database to object_recognition_kitchen in ROS Hydro. I'm following this tutorial ( http://wiki.ros.org/household_objects... ). I've tried to restore the database from several backup files, but it never works.

For example, household_objects-experimental.backup gives:

pg_restore: [archiver (db)] Error while PROCESSING TOC:
pg_restore: [archiver (db)] Error from TOC entry 430; 1247 26713 TYPE model_result willow
pg_restore: [archiver (db)] could not execute query: ERROR:  type "model_result" already exists
    Command was: CREATE TYPE model_result AS (
    f1 text,
    f2 text,
    f3 double precision,
    f4 double precision,
    f5 double precision
);
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-10-31 15:51:50 -0500

ahendrix gravatar image

This sounds more like a postgres question. Perhaps their documentation will be helpful? http://www.postgresql.org/docs/8.2/st...

edit flag offensive delete link more

Comments

I guess I restored it on one computer. How do I use the models now? The documentation seems to be brief ...

atp gravatar image atp  ( 2014-11-03 10:40:28 -0500 )edit

I can't really help you interpret the models. The best I can do is point you at the message documentation: http://docs.ros.org/groovy/api/object...

ahendrix gravatar image ahendrix  ( 2014-11-03 12:43:15 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-10-31 15:12:29 -0500

Seen: 118 times

Last updated: Oct 31 '14