Closed jtrautmann closed 4 years ago
Can you detail your use case? Are you trying to use ARGoS as a library?
@allsey87 I want to use ARGoS for learning collision avoidance with reinforcement learning and combine it with ROS. I now realized the problem seems to be that I don't run my code from above in the main thread. When running it in the main thread, everything works fine. So I'll have to think about how to run the code in the main thread to make it work.
When I call the function CSimulator::LoadExperiment, I get the following error message:
The backtrace:
My code looks like this: