nodelet_core icon indicating copy to clipboard operation
nodelet_core copied to clipboard

Better log output when nodelet initialization fails

Open stertingen opened this issue 6 years ago • 0 comments

This missing output of the initialization failure gave me a hard time debugging an rqt plugin.

Such errors should be visible without debug output turned on.

Furthermore, I noticed a slightly difference in code style (space before macro parenthesis, parenthesis around return value), which was also fixed.

stertingen avatar Oct 24 '19 07:10 stertingen