Search found 3 matches
- 06 Jan 2025, 20:09
- Forum: Bug reports
- Topic: Child Script Abort Execution
- Replies: 2
- Views: 1565
Re: Child Script Abort Execution
Hello, when I try your script, I just get the abort script message/button, but no error: that message/button appears when the simulation has been stuck for a certain amount of time in a script. So that means you have either an infinite loop in that script, or an operation that takes several seconds...
- 04 Jan 2025, 20:15
- Forum: Bug reports
- Topic: Child Script Abort Execution
- Replies: 2
- Views: 1565
Child Script Abort Execution
Hi, I'm trying to set Dijkstra and A* algorithm in same scene. I've added Quadcopter's target object threaded child script. When the simulation begins, codes can draw dijkstra and a* shortest paths. But when i press the follow buttons i got abort execuiton errors. How can i fix that ? #python import...
- 22 Oct 2024, 07:50
- Forum: General questions
- Topic: Using shortest path algorithm with quadcopter
- Replies: 1
- Views: 4925
Using shortest path algorithm with quadcopter
Hello everyone, I have a project to finish my university this season. My project is: I have a quadcopter in my scene. There is a start point and a target point. There are some obstacles in the scene. Quadcopter will calculate the shortest path with algorithms (with Python code) and it will move to t...