-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
The install style I choose is install all the need ROS package,including :ros-indigo-object-recognition-* ;couchdb and etc. |
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. |
have you resolved this problem ?I have the same problem ,but I can't find a solution.I am looking forward to your reply |
that's been fixed and released in 0.3.5. @joy1314 , which version do you have installed. |
@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 |
@joy1314 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". PS: install from ROS Package can not find the file and change them ,you must git clone from source and make for yourself |
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
The text was updated successfully, but these errors were encountered: