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

object_recognition_core failed to run corre

asked 2012-11-30 13:51:08 -0500

ThomasWayne gravatar image

updated 2012-11-30 13:52:16 -0500

hello, Im fairly new here and I've been trying ROS for fun for a few days and finally got stuck at object_recognition_core.

I finished the installation of fuerte on Ubuntu 12.04 and then object_recognition from the ROS repositories:

sudo apt-get install ros-fuerte-object-recognition-core

Then I followed the quick guide of this page:
(ecto.willowgarage.com/recognition/ros_quickguide.html)
unfortunately,I failed to run this in the third Terminal:

rosrun object_recognition_core orb_template.py -o my_textured_plane

 it says:

[rosrun] Couldn't find executable named orb_template.py below /opt/ros/fuerte/share/object_recognition_core

 Anyone knows how to solve this?
edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-01-31 20:53:37 -0500

fergs gravatar image

orb_template.py is now found in the object_recognition_capture package.

edit flag offensive delete link more
1

answered 2012-11-30 16:32:52 -0500

salma gravatar image

try to rosmake this package ,,

rosmake object_recognition_core

if No failure happened in rosmake ,try again

rosrun object_recognition_core orb_template.py -o my_textured_plane
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-11-30 13:51:08 -0500

Seen: 159 times

Last updated: Jan 31 '13