ZJU-FAST-Lab / ego-planner-swarm

An efficient single/multi-agent trajectory planner for multicopters.
GNU General Public License v3.0
1.13k stars 222 forks source link

paper and codebase discrepancy #59

Open shubham-shahh opened 1 year ago

shubham-shahh commented 1 year ago

Hi @bigsuperZZZX @USTfgaoaa I was going through the paper published for ego-swarm-planner, it's an excellent read. I found one thing which I wasn't able to fully understand. the paper mentions

Subsequently, distinctive trajectories are optimized in parallel in different threads, as illustrated Fig.4d. The trajectory with lowest cost is executed

but In the codebase, I am unable to find the relevant block where parallel optimization is done

thanks

bigsuperZZZX commented 1 year ago

Part of the code can be found here. Parallelization causes some crashes occasionally and as you can see we commented them in the last.