Missing ecto_image_pipeline
Hi, I am trying to do mesh_object but when I run
rosrun object_recognition_reconstruction mesh_object --all --visualize --commit
I get this:
import ecto_image_pipeline.conversion
ImportError: No module named conversion
I found somewhere that I have to add the ectoimagepipeline ros package to mylocal workspace and build the module by hand but I don't know how to do it. Can anyone help me please?
Asked by sykatch on 2015-12-05 06:45:37 UTC
Comments
i am facing the same problem. have you found any solution for this?
Asked by Asaad Irfan on 2015-12-15 22:25:54 UTC
I think i didn't solve it, but I installed ORK again with ork.rosinstall and now I don't have this problem.
Asked by sykatch on 2015-12-16 01:27:55 UTC
I just talked to a friend, he told me that it can be solved by cloning ecto_image_pipeline package from plasmodic repository on github into your ork workspace, than just do catkin_make and it should work. But I didn't try it yet.
Asked by sykatch on 2015-12-17 07:44:09 UTC
I did almost the same thing: i cloned the ecto_image_pipeline from git and used catkin_make although the ork and ecto_image_pipleine folder sare different,but it works anyways.
Asked by Asaad Irfan on 2015-12-17 08:04:39 UTC