ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

regacr's profile - activity

2013-01-31 21:24:26 -0500 received badge  Famous Question (source)
2012-11-06 21:49:00 -0500 received badge  Notable Question (source)
2012-11-01 05:51:26 -0500 received badge  Nice Question (source)
2012-10-22 07:05:45 -0500 received badge  Popular Question (source)
2012-10-15 18:43:20 -0500 received badge  Student (source)
2012-10-15 03:02:08 -0500 asked a question object_reconigtion_core ecto_openni error

I try to use object_recognition on fuerte. I follow http://ecto.willowgarage.com/recognition/user.html instruction for install fuerte package on my Ubuntu machine.

But when I run:

rosrun object_recognition_core orb_template.py -o my_textured_plane

or other python script in the object_recognition package I obtain the following error:

user@rainbow:~/ros_workspace/ecto_kitchen$ rosrun object_recognition_core orb_template.py -o ecto
Traceback (most recent call last):
  File "/opt/ros/fuerte/share/object_recognition_core/bin/orb_template.py", line 9, in <module>
    from ecto_openni import SXGA_RES, FPS_15
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/ecto/__init__.py", line 133, in postregister
    e = lookup(cpptypename)
ecto.EctoException:            exception_type  EctoException
                 diag_msg  Could not find cell
                cell_name  ecto_openni::Capture

How to solve it?

Thank you