This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
compile error #907
Comments
c5afe0a の修正が不十分です( 下記のパッチを適用して再度試してみてください. diff --git a/ros/src/computing/perception/detection/packages/cv_tracker/nodes/dpm_ocv/dpm_ocv.cpp b/ros/src/computing/perception/detection/packages/cv_tracker/nodes/dpm_ocv/dpm_ocv.cpp
index 8a027be..364ec8b 100755
--- a/ros/src/computing/perception/detection/packages/cv_tracker/nodes/dpm_ocv/dpm_ocv.cpp
+++ b/ros/src/computing/perception/detection/packages/cv_tracker/nodes/dpm_ocv/dpm_ocv.cpp
@@ -73,9 +73,11 @@ objectDetect::objectDetect() :
object_class = "car";
}
+#if defined(HAS_GPU)
if (!private_nh_.getParam("use_gpu", use_gpu)) {
use_gpu = false;
}
+#endif
std::string default_model;
// switch (type) {
|
素早い対応ありがとうございます。 |
autowarefoundation/autoware#64 に修正を出しました. ご確認ください. |
お手数おかけいたしました。 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@syohex
最新版のコンパイル時に以下のようなエラーが出ましたが、何のエラーかわかりますか。
The text was updated successfully, but these errors were encountered: