-
Notifications
You must be signed in to change notification settings - Fork 234
Description
Hello,
First of all, thank you for this awesome repository! These implementations will help a lot of people.
I just cloned the repository and I ran my own trivial examples. However, I ran into some problems in two examples (see attached files). I use the below command to run the test files in the build directory.
./ecbs -i test1.yaml -o output.yaml -w 1.3
The program runs for a while and eventually terminates displaying the below error.
libc++abi.dylib: terminating with uncaught exception of type std::length_error: vector
The funny thing with the first test case (test1.txt) is that the program is able to find a solution, if I change the starting point of Agent1 from 4,2 to 8,2. When Agent1 starts on 4,2, it has to go back to make way for Agent0. Test2 is a bit more complicated scenario, but the error is the same.
Edit: Accidentally posted this a little earlier than I intended :)
Thank you for your time and great work!
Emre