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

opencv2 sources missing on code.ros.org?

asked 2011-05-15 03:52:38 -0500

Pi Robot gravatar image

Hello,

I was trying to get the source for opencv2 from:

https://code.ros.org/svn/ros-pkg/stacks/vision_opencv/trunk/opencv2

but it seems to missing most of the files. The only files that appear at the above location are:

Makefile
conf.py
cvbridge_python.rst
flann.patch
index.rst
mainpage.dox
manifest.xml
opencv2-python-link.patch
pythontest.patch
rosdoc.yaml

I poked around some of the tags as well but they all end up with this kind of short file list. Has the source been moved somewhere? Or am I just missing something obvious.

Thanks!
patrick

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-05-15 04:23:56 -0500

arebgun gravatar image

updated 2011-05-15 04:27:51 -0500

Patrick,

Source for OpenCV library can be found here. What your link points to is the ROS wrapper which checks out the code from above location at build time.

edit flag offensive delete link more

Comments

Ah ha! Thanks!
Pi Robot gravatar image Pi Robot  ( 2011-05-15 04:27:16 -0500 )edit
A good first step when you find a package that doesn't contain what you expect is to check it's Makefile(s) and CMakeLists.txt. For example, you can see from the OpenCV Makefile that it is using the svn_checkout.mk script (which is documented on the wiki somewhere).
Eric Perko gravatar image Eric Perko  ( 2011-05-16 08:37:04 -0500 )edit

Question Tools

Stats

Asked: 2011-05-15 03:52:38 -0500

Seen: 241 times

Last updated: May 15 '11