Skip to content
Snippets Groups Projects
Commit 1f8856ed authored by Nicolò Caruso's avatar Nicolò Caruso Committed by Nicolò Caruso
Browse files

[ARP] Follower Format

parent be446d22
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ void Follower::setLastAntennaAttitude(const VN300Data& attitudeData)
{
Lock<FastMutex> lock(followerMutex);
firstAntennaAttitudeSet = true;
lastAntennaAttitude = attitudeData;
lastAntennaAttitude = attitudeData;
}
VN300Data Follower::getLastAntennaAttitude()
......
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