generate_parameter_library icon indicating copy to clipboard operation
generate_parameter_library copied to clipboard

Catch exception thrown by ROS when required parameter is not set and re-throw with parameter name

Open tylerjw opened this issue 3 years ago • 0 comments

Ros emits an exception with a string like this when a required parameter is not set: Exception thrown during init stage with message: expected [string] got [not set]

Catch that exception and re-throw it but add the name of the parameter to the exception so it prints a more useful error message for the user.

tylerjw avatar Jul 27 '22 18:07 tylerjw