object_recognition_reconstruction from ORK crashes

asked 2014-05-15 10:47:49 -0600

Poseidonius gravatar image

updated 2014-05-15 11:17:58 -0600

Hi, I want to test the object recognition tool-chain presented on

http://wg-perception.github.io/object...

Unfourtunatly I got the following error message while running mesh operation

    rosrun object_recognition_reconstruction mesh_object --all --visualize --commit
   Traceback (most recent call last):
              File "/opt/ros/hydro/lib/object_recognition_reconstruction/mesh_object", line 186, in <module>
              simple_mesh_session(dbs, session, args)
             File "/opt/ros/hydro/lib/object_recognition_reconstruction/mesh_object", line 86, in simple_mesh_session
             observation_dealer = ecto.Dealer(tendril=db_reader.inputs.at('document'),               
            iterable=Documents(ObjectDb(db_params), obs_ids))
   TypeError: No registered converter was able to produce a C++ rvalue of type std::string from this Python object of   
   type unicode

Any idea? Thanks for your help!

Sebastian

edit retag flag offensive close merge delete

Comments

The problem do not occure when using Ubuntu 13.04 64 bit!

Poseidonius gravatar image Poseidonius  ( 2014-06-06 04:05:19 -0600 )edit