ccny_drivers: ccny_opencv_cam | mv_bluefox_driver | pgr_camera_driver

Stack Summary

CCNY drivers for the MatrixVision BlueFox camera, the PointGrey cameras (branched from pgr_camera package), and a simple wrapper for a OpenCV capture device

Overview

This stack is where we feature our custom ROS drivers that we are developing for our various projects. At the moment, we only have simple drivers for the MatrixVision BlueFox family of cameras and a (branched) driver for PointGrey cameras (tested with Chameleon monochromatic and color cameras). pgr_camera_driver is also a simple wrapper to the FlyCapture2 SDK.

Installing

From git (download-and-compile)

First, make sure you have git installed (e.g. in Ubuntu/Debian-based distributions):

   1 sudo apt-get install git-core

Next, download the ccny_drivers stack. (Make sure to include the correct directories to the $ROS_PACKAGE_PATH, as defined by your ROS setup.sh file).

   1 git clone http://robotics.ccny.cuny.edu/git/ccny-ros-pkg/ccny_drivers.git

To build ALL packages in the ccny_drivers stack, run:

   1 rosmake ccny_drivers --rosdep-install

Bug Reports & Feature Requests

We appreciate the time and effort spent submitting bug reports.

Please use our Trac to report bugs

Use trac to report bugs or request features. [View active tickets]

Wiki: ccny_drivers (last edited 2012-01-07 00:16:42 by carlosjaramillo)