UniversalRobots / Universal_Robots_ROS_as_a_Service_URCap

This URCap makes a universal robot part of a ROS system by making ROS calls available inside Polyscope through the rosbridge.
Apache License 2.0
12 stars 3 forks source link

Define new topics in Publisher #13

Open fmauch opened 3 years ago

fmauch commented 3 years ago

We could define new topics inside the publisher view in order to not need to publish a message on that topic on the ROS side first.

The idea could be that you will have an item in the dropdown menu saying something like "". On Selecting this, two input fields for the topic name and type will be added. A button next to it will get the message structure of the defined message type (if found, error otherwise) and create the respective tree view.

Note: This is currently out of scope of our development.