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

NVIDIA VisionWorks and stereo_image_proc #380

Open
wants to merge 2 commits into
base: melodic
Choose a base branch
from

Commits on Feb 4, 2019

  1. Changes and additions from Zach LaCelle at The MITRE Corporation to a…

    …dd NVIDIA VisionWorks support for stereo algorithm acceleration in ROS stereo_image_proc.
    
    This includes:
    * Adding a library for visionworks functionality, linked against NVIDIA libovx and libnvx
    * Adding supporting calls in processor.h/processor.cpp to switch to this functionality
    * Editing dynamic-reconfigure options
    * Adding supporting documentation
    
    This software should auto-detect the presence of installed VisionWorks code and, if detected, compile and link against said code. If the requirements are not met, then stereo_image_proc will not link in the new code and will continue to run in the traditional stereo_image_proc method.
    Zach LaCelle committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    88b7b48 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Merge remote-tracking branch 'ros/melodic' into nvidia-visionworks-ac…

    …celerated-stereo
    Zach LaCelle committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    49a562d View commit details
    Browse the repository at this point in the history