Only released in EOL distros:
ccny_vision: ar_pose | artoolkit
Package Summary
Documented
CCNY Computer Vision Stack
- Author: Maintained by Gautier Dumonteil, Ivan Dryanovski, William Morris et al.
- License: GPL
- Source: git http://robotics.ccny.cuny.edu/git/ccny-ros-pkg/ccny_vision.git (branch: master)
Overview
This stack contains tools for computer vision tasks.
Installing
If you haven't already, download the stacks from our repository:
To build the ccny_vision stack, run:
Compilation issues
If you encounter an error message like
rosdep.core.RosdepException: QUITTING: due to conflicting rosdep definitions, please resolve this conflict. Rules for glut do not match: libglut3-dev [.../stacks/ccny_vision/rosdep.yaml] {'apt': {'packages': ['libglut3-dev']}} [/opt/ros/electric/stacks/bullet/rosdep.yaml]
Run the following commands to remove the offending line:
roscd ccny_vision sed -i '/ubuntu: libglut3-dev/d' rosdep.yaml
Bug Reports & Feature Requests
We appreciate the time and effort spent submitting bug reports.
Please use our Trac to report bugs or request features.