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
melodic-develをチェックアウトしてcatkin_makeしようとして、icart_min_driverのビルドに失敗しました。
エラー内容はfind_packageでypspurが見つからないというものでしたので、ypspurをmake installしたりして解決を試みたのですが、 エラー解消に至りませんでした。
ypspur_rosのCMakeLists.txtを参考に違いを見てみると、 include_directoriesの中に記述されている${YPSPUR_INCULUDE_DIR}が大文字であることが問題で、 小文字で記述するとビルドが成功しました。 ${YPSPUR_INCLUDE_DIR} -> ${ypspur_INCLUDE_DIR}
target_link_librariesのほうは ${YPSPUR_LIBRARIES}を単純にypspurと記述するとビルドが成功しました。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
melodic-develをチェックアウトしてcatkin_makeしようとして、icart_min_driverのビルドに失敗しました。
エラー内容はfind_packageでypspurが見つからないというものでしたので、ypspurをmake installしたりして解決を試みたのですが、
エラー解消に至りませんでした。
ypspur_rosのCMakeLists.txtを参考に違いを見てみると、
include_directoriesの中に記述されている${YPSPUR_INCULUDE_DIR}が大文字であることが問題で、
小文字で記述するとビルドが成功しました。
${YPSPUR_INCLUDE_DIR} -> ${ypspur_INCLUDE_DIR}
target_link_librariesのほうは ${YPSPUR_LIBRARIES}を単純にypspurと記述するとビルドが成功しました。
The text was updated successfully, but these errors were encountered: