xjkdev / cyphy-elas-ros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ELAS - Cyphy

ROS packages containing a wrapper for libelas, a stereo matching library.

Most of this code is the original work of Patrick Ross <patrick.ross@connect.qut.edu.au>, Andreas Geiger <geiger@kit.edu>, Ben Upcroft <ben.upcroft@qut.edu.au>, and David Ball <david.ball@qut.edu.au>; see http://www.ros.org/wiki/cyphy_elas_ros for more information.

The original repository that this was forked from no longer exists, so I'll do my best to maintain this one. Thanks to @nicolapiccinelli, @comkieffer, and @heimsi for their help in bringing this package up to date.

Installation Instructions

To install the package, clone this repository into your workspace:

cd catkin_ws/src
git clone git@github.com:jeffdelmerico/cyphy-elas-ros.git

Then build the libelas and elas_ros packages:

catkin build 

An example launch file is provided in elas_ros/launch/elas.launch.

About


Languages

Language:C++ 94.7%Language:C 3.7%Language:MATLAB 1.3%Language:CMake 0.3%