We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git clone [email protected]:HKUST-Aerial-Robotics/FC-Planner.git cd FC-Planner catkin config -DCMAKE_BUILD_TYPE=Release catkin_make --cmake-args -Wno-dev cd src/hierarchical_coverage_planner/solution/LKH make 在进行这一步make时,进去不了LKH目录,从而无法产生后续的.launch文件
The text was updated successfully, but these errors were encountered:
您好,我将repo代码直接clone下来编译LKH是没有问题的,如上面截图所示,想知道您具体遇到了什么问题?
Sorry, something went wrong.
No branches or pull requests
git clone [email protected]:HKUST-Aerial-Robotics/FC-Planner.git
cd FC-Planner
catkin config -DCMAKE_BUILD_TYPE=Release
catkin_make --cmake-args -Wno-dev
cd src/hierarchical_coverage_planner/solution/LKH
make
在进行这一步make时,进去不了LKH目录,从而无法产生后续的.launch文件
The text was updated successfully, but these errors were encountered: