From 9c62faa12e4ea0357228945c459f9c218f8211a8 Mon Sep 17 00:00:00 2001 From: Federico Lolli <federico.lolli@skywarder.eu> Date: Sat, 11 May 2024 11:36:25 +0200 Subject: [PATCH] [ARP] Fix wrong function declaration in Follower.h --- src/boards/Groundstation/Automated/Follower/Follower.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boards/Groundstation/Automated/Follower/Follower.h b/src/boards/Groundstation/Automated/Follower/Follower.h index e9c6d4470..fa2918283 100644 --- a/src/boards/Groundstation/Automated/Follower/Follower.h +++ b/src/boards/Groundstation/Automated/Follower/Follower.h @@ -63,7 +63,7 @@ private: * @brief Synchronized getter that returns a copy of the last NAS state * of the rocket */ - Boardcore::NASState Follower::getLastRocketNasState(); + Boardcore::NASState getLastRocketNasState(); /** * @brief Calculates the target angles from the given NED coordinates that -- GitLab