Skip to content
Snippets Groups Projects
Commit e12a3b5a authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Update ReadMe.md

parent 165f8205
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,14 @@ This driver offers a c++ wrapper to control a pan&tilt unit build with two [dyna
## Installation
If the labrobotica's repository was already added to your computer, it's only necessary the third command:
* Add the labrobotica repository if it is not already added:
``` sudo sh -c 'echo "deb [arch=amd64] http://147.83.76.226/~irilabo/packages xenial main" > /etc/apt/sources.list.d/labrobotica_repo.list' ```
``` wget -O - http://147.83.76.226/~irilabo/labrobotica_repo.gpg.key | sudo apt-key add - ```
* Install the package:
``` sudo apt update && sudo apt install iri-dynamixel-pan-tilt-dev ```
## Disclaimer
......@@ -126,7 +128,7 @@ and it is also necessary to link with the desired libraries by using the followi
## Examples
There is one example called _test\_dynamixel\_pan\_tilt_.
It's an example code where is printed the configuration information of the Pan&Tilt and is moved on all the possible ways.
It's an example code where is printed the configuration information of the Pan&Tilt and is controlled on all the possible ways.
</p>
</details>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment