wg-perception / reconstruction

3d reconstruction of objects from data in the DB
15 stars 17 forks source link

No module named conversion #6

Closed mcqrobot closed 8 years ago

mcqrobot commented 8 years ago

Hi, I have installed all the need package of ROS and try to test it according to the "quick guide" :http://wg-perception.github.io/object_recognition_core/quickguide.html#quickguide. it all goes well at the start ,however when I go to the step"Train Objects", it saids: "Meshing objects can be done in a batch mode, assuming you are in the binary directory. rosrun object_recognition_reconstruction mesh_object --all --visualize --commit"

1、firstly. I don't know the meaning of "binary directory", can you explain it. Thanks. 2、When I just run the command"rosrun object_recognition_reconstruction mesh_object --all --visualize --commit", it throw the error, the detail information is as follow:

mcq@mcq-ThinkPad-E520:~$ rosrun object_recognition_reconstruction mesh_object --all --visualize --commit Traceback (most recent call last): File "/opt/ros/indigo/lib/object_recognition_reconstruction/mesh_object", line 12, in import ecto_image_pipeline.conversion ImportError: No module named conversion

can you tell me how to reslove it.

Thanks very much , keeping waiting for your reply

mcqrobot commented 8 years ago

The install style I choose is install all the need ROS package,including :ros-indigo-object-recognition-* ;couchdb and etc.

vrabaud commented 8 years ago

Thx ! The code was usually used from source so that's why we never saw that bug. Please make sure you are using version 0.3.5. You can get it from shadow-fixed, thx. I also fixed the doc, you did not need that binary folder detail.

joy1314 commented 8 years ago

have you resolved this problem ?I have the same problem ,but I can't find a solution.I am looking forward to your reply

vrabaud commented 8 years ago

that's been fixed and released in 0.3.5. @joy1314 , which version do you have installed.

mcqrobot commented 8 years ago

@joy1314 Hi, I follow this solution recommend:https://github.com/wg-perception/reconstruction/commit/0b031d5ecaa0759d280a9b2e5c14cdce5d4227ae

However, still I have many problem then as following:https://github.com/wg-perception/reconstruction/issues/7

Now, I have to give up because I just a student and the team has only me and I have to turn to other directions. Wish you good luck, if you solve it you can leave messages for me, Thx

joy1314 commented 8 years ago

@mcqrobot I am a student ,too.I use the same method to install.I can't figure it out with the codes. @vrabaud I installed hydro+12.04ubuntu 32bits.I don't know whitch version the ork is?how can I get it?Looking forward to your reply .thank you .

joy1314 commented 8 years ago

@mcqrobot can you tell me how did you fix the prolem? I don't know where these documents are ? I can't find the correct positition to fix .thank you

mcqrobot commented 8 years ago

@joy1314 you just change the file according to this website:https://github.com/wg-perception/reconstruction/commit/0b031d5ecaa0759d280a9b2e5c14cdce5d4227ae

if you can not find the file, you can use the command " locate [filename]" to find the file, for example, type the command in ternimal " locate apps/mesh_object ". if the result show you do not have the file , maybe it means it don't have installed the project from source, then you may need to install the project in types of source, while not in form of "PACAKGE". you can follow this install guide :http://wg-perception.github.io/object_recognition_core/install.html#install

PS: install from ROS Package can not find the file and change them ,you must git clone from source and make for yourself