GithubHelp home page GithubHelp logo

Comments (5)

mikaelarguedas avatar mikaelarguedas commented on August 11, 2024

Kinetic is using openCV 3.1. Having a quick look at openCV migration documentation it looks like the type CvRTrees is now named cv::ml::RTrees.
For future questions, please open an issue (like you did here) or ask on answers.ros.org but please do not write emails to ros-buildfarm-* mailing lists.

from leg_tracker.

candersen10 avatar candersen10 commented on August 11, 2024

Mikaelarguedas, thank you for the reply.

We changed the code and then did catkin-make but still get same error as before. We are searching for a way to link opencv2.4 version to ros kinetic see if that would fix. Any suggestions?

Thanks!

from leg_tracker.

candersen10 avatar candersen10 commented on August 11, 2024

Has anyone had any luck migrating this code to Open CV 3.1 to get it to run on ROS Kinetic? Or any suggestions on how to do this quickly?

from leg_tracker.

tejaswid avatar tejaswid commented on August 11, 2024

Yes, OpenCV3 seems to be the problem. Ros Kinetic by default uses OpenCV3.

@candersen10 Yes, there is a way to use opencv 2.4 with ros kinetic. Please take a look at the ros packages opencv2_catkin.
(You might also need catkin_simple to get opencv_catkin running)

If you download it into the src folder of your workspace and run catkin_make, you get a local version of opencv inside your workspace.

To use it you have to add opencv2_catkin to the find_package(catkin .......) command in the CMakeLists.txt of the leg_tracker package and also add opencv2_catkin as a build and run rependency in the package.xml file.

I can confirm that the leg_tracker package builds with Opencv 2.4.13 (installed using opencv2_catkin) and Ros Kinetic on Ubuntu 16.04.

from leg_tracker.

angusleigh avatar angusleigh commented on August 11, 2024

FYI, I think this should be resolved since ewerlopes migrated the repo to OpenCV3.

from leg_tracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.