mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-06-10 01:55:59 +00:00
Fix wrong log for distance to pad
This commit is contained in:
parent
fad5a13fb9
commit
9873c1d50f
File diff suppressed because one or more lines are too long
@ -51,7 +51,7 @@ class AntennaPathloss(Sensor):
|
||||
|
||||
#Get connection vector
|
||||
rocket_to_gs_fl = pos_fl - self.__rx_offset
|
||||
self._log("pad_distance",np.linalg.norm(rocket_to_gs_fl))
|
||||
self._log("pad_distance",np.linalg.norm(pos_fl))
|
||||
|
||||
#Get distance
|
||||
dist = np.linalg.norm(rocket_to_gs_fl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user