caochao39 / tare_planner

TARE Exploration Planner for Ground Vehicles
432 stars 102 forks source link

Transplant to ARM computer->Tsp problem #15

Closed ssssuxin closed 2 years ago

ssssuxin commented 2 years ago
 Just attending graduated school in China.I'm new to slam.And I try to transplant tare_planner in arm computer.
 When I tried to replace the lib-"ortool" for TSP with other TSP code(genetic algorithm) ,here comes the problem.
 It works will when it get into the unexplored area.There is something worong with global TSP when it go to erase the green block.You can check it in this video=>https://www.bilibili.com/video/BV1a84y1z71P/?vd_source=ac35690367071c24c9819b0880251afa
 Can you give me some advices?I can't fully understand the meaning of the source code without the code comments.
 by the way,when I input the distance matrix into TSP code(genetic algorithm),I got a list of numbers. You can check it in the picture.And I have no idea which should be at the head of the vector.

Thank you very much! 2022-10-14 19-11-07 的屏幕截图

ssssuxin commented 2 years ago

And I check it again today.it may has nothing to do with global planning.it's the mistake the local planner make.

ssssuxin commented 2 years ago

And finally,I achieve it!! That's amazing!

Alex-Beh commented 1 year ago

@ssssuxin do you manage to compile the project on ARM computer in the end?