# elas-ros **Repository Path**: rivercloud/elas-ros ## Basic Information - **Project Name**: elas-ros - **Description**: elas双目摄像头稠密点云生成包 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-12-13 - **Last Updated**: 2024-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ELAS - Cyphy ROS packages containing a wrapper for libelas, a stereo matching library. Most of this code is the original work of Patrick Ross <>, Andreas Geiger <>, Ben Upcroft <>, and David Ball <>; 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](https://github.com/nicolapiccinelli), [@comkieffer](https://github.com/comkieffer), and [@heimsi](https://github.com/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``.