From 01eea2d4ed6330f6b4d1808bf31152ab35ebb015 Mon Sep 17 00:00:00 2001
From: joanvallve <jvallve@iri.upc.edu>
Date: Mon, 13 Sep 2021 12:05:56 +0200
Subject: [PATCH] asdf

---
 scripts/update_repos.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/update_repos.sh b/scripts/update_repos.sh
index f2e3511..562fd9a 100755
--- a/scripts/update_repos.sh
+++ b/scripts/update_repos.sh
@@ -1,6 +1,8 @@
 #!/bin/bash
 cd ~/libraries/gnss_utils;
 git pull;
+cd ~/libraries/bno055_imu_driver;
+git pull;
 cd ~/libraries/wolf/core;
 git pull;
 cd ~/libraries/wolf/imu;
-- 
GitLab