diff --git a/ReadMe.md b/ReadMe.md index dcbca5dfdbe4bcb47d6b33b09ea251ec15df264a..68e9396d80a7ff69280b813d1f998e9c5e081c5e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -24,6 +24,18 @@ This driver offers a c++ wrapper to control a [dynamixel servo](http://www.robot ``` sudo apt update && sudo apt install iri-dynamixel-motor-cont-dev ``` +## Important information + +To use this driver is necessary to unload the *ftdi_sio* module, so the device is detected as a serial-usb device. +This can be achieved with the following command + + ```sudo rmmod ftdi_sio``` + +or executing the following script: + + ```unbind_ftdi_udev.sh -s <serial_number>``` + + ## Disclaimer Copyright (C) 2009-2019 Institut de Robòtica i Informà tica Industrial, CSIC-UPC.