diff --git a/ReadMe.md b/ReadMe.md index 8db54768b4ed1ad4f78b3ea534439f9a4c503852..153d4508d37883966608504724f35e6b1d337c14 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -28,6 +28,11 @@ For detailed specifications, pinout, and connection diagrams, please refer to th - Download the library: `svn co https://devel.iri.upc.edu/pub/labrobotica/drivers/usb_i2c_adapter/trunk usb_i2c_adapter` - Compile and install: `cd usb_i2c_adapter/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make -j $(nproc) && sudo make install` +- [FTDI driver](http://www.ftdichip.com/Drivers/D2XX.htm) - (Optional) + + - Download the FTDI driver depending on your ubuntu distribution: http://www.ftdichip.com/Drivers/D2XX.htm + - Install the driver: http://www.ftdichip.com/Support/Documents/AppNotes/AN_220_FTDI_Drivers_Installation_Guide_for_Linux.pdf + ### Installation - Clone the repository: `git clone https://gitlab.iri.upc.edu/asantamaria/LidarLite.git`