Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bigprint
Universal_Robots_ROS_Driver
Commits
69368903
Unverified
Commit
69368903
authored
Feb 05, 2020
by
Felix Exner
Committed by
GitHub
Feb 05, 2020
Browse files
catch all exceptions to bring them to output. (#98)
parent
8fb6131f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ur_calibration/src/calibration_correction.cpp
View file @
69368903
...
...
@@ -177,5 +177,9 @@ int main(int argc, char* argv[])
{
ROS_ERROR_STREAM
(
e
.
what
());
}
catch
(
const
std
::
exception
&
e
)
{
ROS_ERROR_STREAM
(
e
.
what
());
}
return
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment