From 949929db11fa950e07edd5e0d76366c4b634dd64 Mon Sep 17 00:00:00 2001
From: jmaceiras <jeremy.maceiras@idiap.ch>
Date: Mon, 9 May 2022 14:30:44 +0200
Subject: [PATCH] [misc] Updated README

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

diff --git a/README.md b/README.md
index aaa7ccc..7a99655 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ RCFS is a collection of source codes to study robotics through simple 2D example
 | LQT | Linear quadratic tracking (LQT) applied to a viapoint task (batch formulation) | ✅ | ✅ |  |  |
 | LQT_tennisServe | LQT in a ballistic task mimicking a bimanual tennis serve problem (batch formulation) | ✅ |  |  |  |
 | LQT_recursive | LQT applied to a viapoint task with a recursive formulation based on augmented state space to find a controller) | ✅ | ✅ |  |  |
+| LQT_nullspace | Batch LQT with nullspace formulation | ✅ | ✅ |  |  |
 | LQT_recursive_LS | LQT applied to a viapoint task with a recursive formulation based on least squares and an augmented state space to find a controller | ✅ | ✅ |  |  |
 | LQT_recursive_LS_multiAgents | LQT applied to a multi-agent system with recursive formulation based on least squares and augmented state, by using a precision matrix with nonzero offdiagonal elements to find a controller in which the two agents coordinate their movements to find an optimal meeting point | ✅ | ✅ |  |  |
 | LQT_CP | LQT with control primitives applied to a viapoint task (batch formulation) | ✅ | ✅ |  |  |
@@ -43,7 +44,6 @@ Additional reading material can be be found as [video lectures](https://tube.swi
 
 | Filename | Main responsible |
 |----------|------------------|
-| Example similar to demo_OC_LQT_nullspace_minimal01.m | Hakan |
 | Example similar to demo_OC_LQT_Lagrangian01.m (inclusion of constraints) | ??? |
 
 
-- 
GitLab