Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed May 4, 2024
1 parent 24e269f commit 757acda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lunabotics/lunabot/src/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ impl AsyncNode for Telemetry {
}
};
let mut current_camera_index = self.camera_index.load(Ordering::Relaxed);
if self.camera_count == 0 {
continue;
}

match msg {
CameraMessage::NextCamera => {
Expand Down

0 comments on commit 757acda

Please sign in to comment.