JdeRobot / VisualCircuit

Visual programming of robots using hardware blocks composition and Python
https://jderobot.github.io/VisualCircuit/
13 stars 14 forks source link

Nested blocks are not possible #215

Open tapi1300 opened 1 year ago

tapi1300 commented 1 year ago

I have recently faced a problem while trying to develop a state machine. If i try to create a complex block made of more nested blocks inside it, the only blocks that actually come in the build zip are the external ones (not containing the nested ones).

Here is my TFG blog where I explain the problem better.

And here is a screenshot of the actual output (after unzipping) of the build process. Screenshot from 2023-05-11 20-35-17

Suhas-G commented 1 year ago

Hello, can you please attach the .vc file? It will be easier for me to debug. Thanks

tapi1300 commented 1 year ago

This is the project as it came out by using "Build and Download", inside of it you can find the .vc3 file.

FSM.zip

Suhas-G commented 1 year ago

Thanks. I will try to fix it over the weekend.