Skip to content

Commit

Permalink
add squawk and category for targetted object
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Feb 3, 2025
1 parent dcc6429 commit f3370df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skyscan-c2/c2_pub_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,8 @@ def _target_selection_callback(
"camera_pan": float(self.tracked_object["camera_pan"]),
"distance_3d": float(self.tracked_object["distance_3d"]),
"flight": str(self.tracked_object["flight"]),
"squawk": str(self.tracked_object["squawk"]),
"category": str(self.tracked_object["category"]),
"aircraft_type": str(self.tracked_object["aircraft_type"]),
"aircraft_mfr": str(self.tracked_object["aircraft_mfr"]),
"aircraft_model": str(self.tracked_object["aircraft_model"]),
Expand Down

0 comments on commit f3370df

Please sign in to comment.