Missing "name" in tree with PROTO file #3892
ShuffleWire
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the Bug
When I use the following PROTO, no name is displayed in the tree.
world file
Expected behavior
In the tree, when the node is folded, I would like to read
NamedTransform "name".
If instead of Transform my base Node is, for instance, a solid, (and change unconnectedField to field, and add name IS name), I get it right.
Additional context
This PR was related to that, but I not sure if it's a code issue, a miss usage of PROTO, or just not possible.
#3198
Ultimately, the goal was to "add" field to an existing node. Maybe their is another way more compliant with Webots.
Beta Was this translation helpful? Give feedback.
All reactions