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

Add more exception handling #191

Merged
merged 1 commit into from
Mar 9, 2023
Merged

Add more exception handling #191

merged 1 commit into from
Mar 9, 2023

Conversation

achim-k
Copy link
Collaborator

@achim-k achim-k commented Mar 9, 2023

Public-Facing Changes

  • Add more exception handling

Description

Adds more exception handling in places where it is unlikely but not impossible that exceptions are being thrown

@achim-k achim-k requested a review from jtbandes March 9, 2023 21:23
@achim-k achim-k merged commit 9a2ccaa into main Mar 9, 2023
@achim-k achim-k deleted the achim/more_exception_handling branch March 9, 2023 21:27
Comment on lines +455 to +458
} catch (const std::exception& ex) {
ROS_ERROR("Failed to publish message on topic '%s'",
channelPublicationIt->second.getTopic().c_str());
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The exception parameter ex is not used and should have caused CI to fail!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants