You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But all that happens is, that the simulation freezes.
With a debugger i could see that the issue occures, when calling env.tick()
The send_world_command seems ok, since it is taken over to the command queue properly.
How do i need to configure the blueprint for the simulation not to stop.
Error i get sometimes is that Semaphore is busy.
The text was updated successfully, but these errors were encountered:
Discord Link is broken smth, i can not join.
I have tried to create a custom command.
In custom command it says:
But i can not rename it in the child.
For my blueprint i looked at your weather controller functions as examples
On the python side i am calling my function like this:
But all that happens is, that the simulation freezes.
With a debugger i could see that the issue occures, when calling
env.tick()
The send_world_command seems ok, since it is taken over to the command queue properly.
How do i need to configure the blueprint for the simulation not to stop.
Error i get sometimes is that
Semaphore is busy.
The text was updated successfully, but these errors were encountered: