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

Revision history [back]

click to hide/show revision 1
initial version

after sudo apt-get install ros-fuerte-object-recognition-capture

and running rosrun object_recognition_capture orb_template.py

I get the error

Traceback (most recent call last):
  File "/opt/ros/fuerte/share/object_recognition_capture/bin/orb_template.py", line 2, in <module>
    from object_recognition_capture.orb_capture import *
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/object_recognition_capture/__init__.py", line 1, in <module>
    from .fiducial_pose_est import *
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/object_recognition_capture/fiducial_pose_est.py", line 2, in <module>
    from ecto_opencv import highgui, calib, imgproc
ImportError: /opt/ros/fuerte/lib/python2.7/dist-packages/ecto_opencv/calib.so: undefined symbol: _ZN2cv9depthTo3dERKNS_3MatES2_RS0_S2_

Do you have any ideas?

after sudo apt-get install ros-fuerte-object-recognition-capture

and running rosrun object_recognition_capture orb_template.py

I get the error

Traceback (most recent call last):
  File "/opt/ros/fuerte/share/object_recognition_capture/bin/orb_template.py", line 2, in <module>
    from object_recognition_capture.orb_capture import *
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/object_recognition_capture/__init__.py", line 1, in <module>
    from .fiducial_pose_est import *
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/object_recognition_capture/fiducial_pose_est.py", line 2, in <module>
    from ecto_opencv import highgui, calib, imgproc
ImportError: /opt/ros/fuerte/lib/python2.7/dist-packages/ecto_opencv/calib.so: undefined symbol: _ZN2cv9depthTo3dERKNS_3MatES2_RS0_S2_

Do you have any ideas?ideas? The undefined symbol is somewhat ... cryptical

after sudo apt-get install ros-fuerte-object-recognition-capture

and running rosrun object_recognition_capture orb_template.py

I get the error

Traceback (most recent call last):
  File "/opt/ros/fuerte/share/object_recognition_capture/bin/orb_template.py", line 2, in <module>
    from object_recognition_capture.orb_capture import *
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/object_recognition_capture/__init__.py", line 1, in <module>
    from .fiducial_pose_est import *
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/object_recognition_capture/fiducial_pose_est.py", line 2, in <module>
    from ecto_opencv import highgui, calib, imgproc
ImportError: /opt/ros/fuerte/lib/python2.7/dist-packages/ecto_opencv/calib.so: undefined symbol: _ZN2cv9depthTo3dERKNS_3MatES2_RS0_S2_

Do you have any ideas? The undefined symbol is somewhat ... crypticalcryptical.

(Ubuntu 12.04, 32bit)