Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not run calibration if no feature finders #167

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Conversation

mikeferguson
Copy link
Owner

Due to misconfiguration (for instance, camera_info topic is wrong) the
finders may not initialize but the robot will move through all the poses,
say it captured all of them, and then have no observations in the
output bagfile. This fix prevents all that wasted time by exiting early
so you can go fix the configuration.

due to misconfiguration (for instance, camera_info topic
is wrong) the finders may not initialize but the robot
will move through all the poses, say it captured
all of them, and then have no observations in the
output bagfile
@mikeferguson mikeferguson merged commit 044d5de into ros2 Aug 12, 2024
1 check passed
@mikeferguson mikeferguson deleted the early_exit branch August 12, 2024 17:08
mikeferguson added a commit that referenced this pull request Sep 26, 2024
due to misconfiguration (for instance, camera_info topic
is wrong) the finders may not initialize but the robot
will move through all the poses, say it captured
all of them, and then have no observations in the
output bagfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant