Skip to content

Commit

Permalink
Readme added and header updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxGogley committed Jun 16, 2018
1 parent ef4b2a5 commit a454e54
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Engineering/Software/PCL-Realsense-Capture/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Intel Realsense Capture
Requires the librealsense SDK 2 to run.
[1]: https://github.com/IntelRealSense/librealsense "librealsense"

In order to build, run the following:
```
$ mkdir build && cd build
$ cmake ..
$ make
```
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
/***********************************************************
* Author: Daniel Tran
* Author: Daniel Tran
* Liam Gogley
*
* Project: 3D-ROMAP Senior Project
* Purpose: The following .cpp file will utilize the Intel
* realsense camera to stream and capture frame
* data of the environment. Color is then applied
* and a point cloud is generated and saved to
* a polygon file format (.PLY).
*
* Version 0.01 - Last Editted 6/14/18
* Version 0.02 - Last Editted 6/15/18
***********************************************************/


Expand Down

0 comments on commit a454e54

Please sign in to comment.