Skip to content

Commit

Permalink
[backport iron] ROS 2: Fixing thrown Exception in camerachecker.py (#871
Browse files Browse the repository at this point in the history
) (#888)

backport ##871

Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Jan 19, 2024
1 parent 64b52db commit 5a1b424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def image_corners(self, im):
if ok:
return corners, ids
else:
return None
return None, None

def handle_monocular(self, msg):

Expand Down

0 comments on commit 5a1b424

Please sign in to comment.