Closed hcv1027 closed 5 years ago
There is no FloorPlan478. The maximum FloorPlan number is 430. Can you send us another scene number that hangs?
Hi @roozbehm FloorPlan113
will hang too. Actually, almost all will hang in my environment.
There is no FloorPlan113 either. Please refer to the range in the code you copy pasted above (the comments). You are choosing a random number between 1 and 530. Most of those numbers are not in the range.
Hi @roozbehm, I'm sorry. It's my careless, I did not notice that the number is not continuous. Thanks for your reply.
I just modify the example code from the document with different scene. I found that there are lots of scene will just hang, never load successfully. (More than 10 minutes). In success case, it just takes no more than 3 seconds.
For example,
controller.reset('FloorPlan478')
takes more than 17 minutes, and still locked at this line , butcontroller.reset('FloorPlan206')
will complete immediately. Here is my code:My hardward is Lenovo T460
I run the code in docker. Any idea of how to fix this?