Skip to content

Commit

Permalink
include Flight in the selected object
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Oct 30, 2024
1 parent ddaa416 commit aa75b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyscan-c2/c2_pub_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ def _target_selection_callback(
"camera_tilt": float(self.tracked_object["camera_tilt"]),
"camera_pan": float(self.tracked_object["camera_pan"]),
"distance_3d": float(self.tracked_object["distance_3d"]),
"flight": str(self.tracked_object["flight"]),
"age": float(self.tracked_object["age"]),
},
}
Expand Down

0 comments on commit aa75b3b

Please sign in to comment.