Skip to content

Add type information to InitStageException::what()#738

Merged
rhaschke merged 2 commits intomoveit:masterfrom
Demonmasterlqx:enhance_InitStageException_error_info
Mar 6, 2026
Merged

Add type information to InitStageException::what()#738
rhaschke merged 2 commits intomoveit:masterfrom
Demonmasterlqx:enhance_InitStageException_error_info

Conversation

@Demonmasterlqx
Copy link
Contributor

When catching std::exception directly, the default error messages often lack specificity. By including the exception type within the what() string, we can provide better context in ROS_ERROR_STREAM and reduce confusion during debugging.

@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.86%. Comparing base (369cc97) to head (de703b9).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #738   +/-   ##
=======================================
  Coverage   52.86%   52.86%           
=======================================
  Files         138      138           
  Lines       10630    10630           
  Branches     1128     1128           
=======================================
  Hits         5618     5618           
  Misses       5004     5004           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
@rhaschke rhaschke merged commit 884844b into moveit:master Mar 6, 2026
9 checks passed
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.

2 participants