Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named conversion #6

Closed
mcqrobot opened this issue Dec 30, 2015 · 8 comments
Closed

No module named conversion #6

mcqrobot opened this issue Dec 30, 2015 · 8 comments

Comments

@mcqrobot
Copy link

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
Copy link
Author

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

@vrabaud vrabaud closed this as completed in 0b031d5 Jan 1, 2016
vrabaud added a commit to wg-perception/object_recognition_core that referenced this issue Jan 1, 2016
@vrabaud
Copy link
Member

vrabaud commented Jan 1, 2016

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
Copy link

joy1314 commented Jan 26, 2016

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
Copy link
Member

vrabaud commented Jan 26, 2016

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

@mcqrobot
Copy link
Author

@joy1314
Hi, I follow this solution recommend:0b031d5

However, still I have many problem then as following:#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
Copy link

joy1314 commented Jan 27, 2016

@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
Copy link

joy1314 commented Jan 27, 2016

@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
Copy link
Author

@joy1314
you just change the file according to this website:0b031d5

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants