Gaël Écorchard
Gaël Écorchard
I also [stumbled upon this](https://github.com/ros-perception/vision_opencv/issues/431). @ijnek Are you sure about this?
Candidates: #5978, #5676, #5774.
A PROTO with Javascript rather than Lua suffers from the same symptoms.
Can I debug the generated PROTO files (after going through the engine)?
When trying to write a small example to reproduce the issue, I wrote this PROTO: ```vrml #VRML_SIM R2023b utf8 # Robot { # children [ # DEF led LED {...
I'm trying to understand the code. What is a PROTO parameter node? In our case, when the issue appears, `protoParameterNodeInstances()` returns an empty list.
Do you mean a parameter whose type is a node?
`git bisect` allowed to determine that the bug was introduced in b95a7360fddc9fa5024f1c51facfce35a5d3e7c7 "Refactor node and PROTO creation (#5779)"
I'm actually not sure whether `` is allowed within `` or ``.
What about `` within ``? If they are accepted, I have the issue that DTD is not powerful enough to describe differently a `` within `` and within `` (I...