Skip to content

Commit 27cde86

Browse files
[fix] ssd_drone send correct callsign
1 parent baaff88 commit 27cde86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluesky/plugins/asas/ssd_drone.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def calculate_resolution(self, conf, ownship):
638638

639639
# send resolution over mqtt
640640
body = {}
641-
body['ac_id'] = ownship.id[0]
641+
body['ac_id'] = ownship.id[i]
642642
body['timestamp'] = int(time.time())
643643
body['waypoint'] = {}
644644
body['waypoint']['lat'] = int(lat_res * 10**7)

0 commit comments

Comments
 (0)