diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000000000000000000000000000000000000..9337d814e82d5e425a80c86604ee0fc450b3e07a --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,20 @@ +# C++ Lidar Lite driver + +Driver for Garmin Lidar Lite v3. + +## Dependences: + + ### usb_i2c_adapter library: + + - Download the library: `svn co https://devel.iri.upc.edu/labrobotica/drivers/usb_i2c_adapter/trunk usb_i2c_adapter` + - Compile and install: `cd usb_i2c_adapter/build && cmake .. && make && sudo make install` + +## Example of usage: + +- Run `/bin/./lidar_lite_test`. + +- Checkout `LidarLiteROS` project to use this library within ROS framework. + +## Support material and multimedia + +Please, visit: [**asantamaria's web page**](http://www.iri.upc.edu/people/asantamaria) \ No newline at end of file diff --git a/ReadMe.txt b/ReadMe.txt deleted file mode 100644 index 4ce345cfd2327b313af9eb7148c057d49d339aab..0000000000000000000000000000000000000000 --- a/ReadMe.txt +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (C) 2009-2010 Institut de Robòtica i Informà tica Industrial, CSIC-UPC. -Author asantamaria (asantamaria@iri.upc.edu) -All rights reserved. - -This file is part of lidar_lite library -lidar_lite library is free software: you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published by -the Free Software Foundation, either version 3 of the License, or -at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see <http://www.gnu.org/licenses/> - -