When asking for the message structure of message not known to the rosbridge (e.g. a publisher publishes a message type that is not available in the environmet that the rosbridge was started in), we will get a null pointer for the layout which will result in an uncaught exception.
We should catch and handle that exception appropriately.
When asking for the message structure of message not known to the rosbridge (e.g. a publisher publishes a message type that is not available in the environmet that the rosbridge was started in), we will get a null pointer for the layout which will result in an uncaught exception.
We should catch and handle that exception appropriately.