Skip to content

Commit

Permalink
Added ac_id in test resolution message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis-Wijngaarden committed Jan 2, 2024
1 parent 6a6a32d commit 89eb4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bluesky/plugins/c2c/c2c_avoid_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def generate_testresolution(acid: str):
# Send request

body = {}
body['ac_id'] = bs.traf.id[0]
body['timestamp'] = int(time.time())
body['waypoint'] = {}
body['waypoint']['lat'] = int(lat_res * 10**7)
Expand Down

0 comments on commit 89eb4cb

Please sign in to comment.