Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for the leg_detector opencv3 bug #48

Closed
wants to merge 5 commits into from

Commits on Sep 12, 2016

  1. Fix CvMat change in OpenCV3

    The cv::ml package has been rewritten. I just changed the code to
    accomodate the new api, maybe this does not conform to the way the new
    cv::ml should be used...
    Karl D. Hansen committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    d35d9e6 View commit details
    Browse the repository at this point in the history
  2. Fix missing fuzzy prediction from opencv2

    In opencv3 the predict_prob method was removed from cv::ml::RTrees.
    Karl D. Hansen committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    129137c View commit details
    Browse the repository at this point in the history
  3. Update travis build script to xenial+kinetic

    Karl D. Hansen committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    552ca0c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Remove dependency on people_msgs generation

    The dependency on the people_msgs package should be enough. This removes
    warnings for the leg_detector and people_tracking_filter when building
    with catkin_make_isolated and catkin build.
    Karl D. Hansen committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    18acd05 View commit details
    Browse the repository at this point in the history
  2. Travis does not run Xenial.

    Karl D. Hansen committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    2289230 View commit details
    Browse the repository at this point in the history