Closed fmauch closed 3 years ago
Maybe not the right question to ask but how can it happen that rosbridge allows us to select a topic of unknown type?
Maybe not the right question to ask but how can it happen that rosbridge allows us to select a topic of unknown type?
open a new shell, source another workspace with a custom message definition in it, publish a message of that type.
When requesting the topic structure from a topic unknown to the rosbridge we receive an empty answer. In that case, we catch this and stop filling the model immediately.
Fixes #25