質問編集履歴
1
内容の追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,20 +1,16 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
+
エラーを解決して実行したいです。
|
3
4
|
|
4
|
-
|
5
|
-
ここに質問の内容を詳しく書いてください。
|
6
|
-
|
7
|
-
|
5
|
+
現在はCMAKEを使ってプロジェクトの実行をする予定です。
|
8
|
-
|
9
|
-
■■な機能を実装中に以下のエラーメッセージが発生しました。
|
10
|
-
|
11
|
-
|
12
6
|
|
13
7
|
### 発生している問題・エラーメッセージ
|
14
8
|
|
15
9
|
|
16
10
|
|
17
|
-
エラー LNK2001 外部シンボル ""protected: virtual void __cdecl pcl::NormalEstimation<struct pcl::PointXYZRGBNormal,struct pcl::Normal>::computeFeature(class pcl::PointCloud<struct pcl::Normal> &)" (?computeFeature@?$NormalEstimation@UPointXYZRGBNormal@pcl@@UNormal@2@@pcl@@MEAAXAEAV?$PointCloud@UNormal@pcl@@@2@@Z)" は未解決です。 icp4_after_feature_registration C:\Users\YUZUKI\Desktop\ICP-test-master\build\icp4_after_feature_registration.obj
|
11
|
+
エラー LNK2001 外部シンボル ""protected: virtual void __cdecl pcl::NormalEstimation<struct pcl::PointXYZRGBNormal,struct pcl::Normal>::computeFeature(class pcl::PointCloud<struct pcl::Normal> &)" (?computeFeature@?$NormalEstimation@UPointXYZRGBNormal@pcl@@UNormal@2@@pcl@@MEAAXAEAV?$PointCloud@UNormal@pcl@@@2@@Z)" は未解決です。 icp4_after_feature_registration C:\Users\YUZUKI\Desktop\ICP-test-master\build\icp4_after_feature_registration.obj
|
12
|
+
|
13
|
+
このようなエラーが出てしまいます。
|
18
14
|
|
19
15
|
|
20
16
|
|