You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hellooooo,everyone!
when compling libconcorde_tsp_solver paceage,there is a warning that is "not find libqsopt",so I install the libqsopt by sudo apt-get install libqsopt-ex-dev,but the warning also appears,how should I deal with it ?
system is: ubuntu:20.04 ros:noetic
The text was updated successfully, but these errors were encountered:
unfortunately Concorde is a very old library that isn't supported in newer Ubuntu versions anymore. That's why we are working on separating the TSP planners from this repository and provide an adapted code for ubuntu>16.04, we just haven't had the time to do so just now. For now the only solutions are 1) don't compile the ipa_building_navigation package or 2) if you need this package you can still use the code as is, you're just not able to use Concorde for TSPs with more than 10 nodes (so you can still use e.g. the genetic solver).
hello, @ipa-foj
Thank you for your reply!
Is there a package that implements the partition traversal sequence output by the iPA_building_navigation package to the iPA_coverage_planning package to complete partition coverage
Hellooooo,everyone!
when compling libconcorde_tsp_solver paceage,there is a warning that is "not find libqsopt",so I install the libqsopt by
sudo apt-get install libqsopt-ex-dev
,but the warning also appears,how should I deal with it ?system is:
ubuntu:20.04 ros:noetic
The text was updated successfully, but these errors were encountered: