Open Oberacda opened 4 weeks ago
@nspielbau you think this makes sense?
A filebrowser for subtrees sounds very helpful and good for usability.
While the type completion also sounds nice, we will need to be careful to not restrict Node Classes that want access to those primitive Python types as well as ROS interfaces e.g. GetAttr
Related to #113
Implementation PR
No response
Reference Issues
No response
Summary
We want custom-type classes for several options:
This will allow us to create better autocompletion in the Web UI
Basic Example
Topic Subscriber
node requests a ROS Message type, but the autocompletion allows all types, including basic Python types, to be references.Drawbacks
This will require changeing all the type completion types, both in the UI and the Backend.
Unresolved questions
No response