From 7aa6a70cef921bbf0f5c61c02d4afa85c1fcc401 Mon Sep 17 00:00:00 2001
From: Sergi Hernandez <shernand@iri.upc.edu>
Date: Fri, 26 Jun 2020 15:35:34 +0200
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1a50fc7..4a2fe01 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,9 @@ Install the required C++ libraries:
 * [iriutils](https://gitlab.iri.upc.edu/labrobotica/algorithms/iriutils), a library with basic tools developed a IRI.
 * [comm](https://gitlab.iri.upc.edu/labrobotica/drivers/comm), a library with drivers for basic communication interfaces developed at IRI.
 * [dynamixel](https://gitlab.iri.upc.edu/labrobotica/drivers/dynamixel), a library which implements the dynamixel protocol developed at IRI.
+* [trajectory](https://gitlab.iri.upc.edu/labrobotica/algorithms/trajectory), a library to implement sequence of motions for any kind of motor developed at IRI.
 * [dynamixel_motor_cont](https://gitlab.iri.upc.edu/labrobotica/drivers/dynamixel_motor_cont), a library to handle dynmaixel based digital servos developed at IRI.
-* [arm_control](https://gitlab.iri.upc.edu/humanoides/tv3_arm/arm_driver), a library to control the 3 DOF robotic arm developed at IRI.
+* [arm_control](https://gitlab.iri.upc.edu/humanoides/tv3_arm/arm_control), a library to control the 3 DOF robotic arm developed at IRI.
 
 Install all ROS dependencies with the following commands:
 
-- 
GitLab