Car-like-Robotic-swarm icon indicating copy to clipboard operation
Car-like-Robotic-swarm copied to clipboard

I read the SD-VD section of your paper, but I can't find this condition of k △ s ≤ S in the code. Can you provide this condition to judge the position in the code?

Open lyaruyyyyy opened this issue 2 years ago • 1 comments

Hello, I read the SD-VD section of your paper, but I can't find this condition of k △ s ≤ S in the code. Can you provide this condition to judge the position in the code? Thank you very much! Look forward to your reply!

lyaruyyyyy avatar Mar 13 '24 13:03 lyaruyyyyy

In the kinoastar.cpp file, line 510, you will see that cur_node->number < 20 which means that k equals to 20.

Leon-Redfield avatar Apr 14 '24 07:04 Leon-Redfield