Skip to content

Commit

Permalink
ROS 2: Fixing thrown Exception in camerachecker.py (#871)
Browse files Browse the repository at this point in the history
Related with this PR in ROS 1
#812

Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Jan 19, 2024
1 parent d6d184e commit b94ed42
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 b94ed42

Please sign in to comment.