ROSIntegration
ROSIntegration copied to clipboard
No option to set name of topic to subscribe to in Subscribe
When attempting to create a subscription to a topic in a Blueprint according to the documentation from this project's README.md, the Subscribe only has the input pin Target, and no Topic Name, Message Type, or Queue input pins. See attached image.
Is it preferred to use Construct Object From Class to create the topic instance and provide it on the Target pin of the Subscribe?