Skip to content

Commit

Permalink
improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Mar 18, 2024
1 parent 1b3cb20 commit e7e730c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axis-ptz-controller/axis_ptz_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ def _object_callback(
"delta_tau_dot_c": self.delta_tau_dot_c,
"delta_rho": self._compute_angle_delta(self.rho_c, self.rho_o),
"delta_tau": self._compute_angle_delta(self.tau_c, self.tau_o),
"object_id": self.object_id,
}
}
),
Expand Down

0 comments on commit e7e730c

Please sign in to comment.