質問編集履歴

1

詳しく書きました

2017/08/13 16:50

投稿

bio3H
bio3H

スコア22

test CHANGED
File without changes
test CHANGED
@@ -2,4 +2,48 @@
2
2
 
3
3
 
4
4
 
5
- 現状、Windows subsystems for linuxで環境設定みたのですがうまくせんでした
5
+ 現状、Windows subsystems for linuxで環境設定を行っていま
6
+
7
+ [このサイト](http://qiita.com/Suna/items/ef2243267f51a1482b14)を参考にrosを導入して、[ros_in_hand_scanner](https://github.com/RodBelaFarin/ros_in_hand_scanner.git)に記載されているようにworkspaceの準備とインストールを行いました。
8
+
9
+ ![![イメージ説明](13c92474ff2b2cc45e4d705009c3a8a3.png)](9ad2f0e60d83c99f5d0d3531ec1e895e.png)
10
+
11
+
12
+
13
+ 赤枠の部分までは特にエラーなどは見られなかったのですが、赤枠の部分で
14
+
15
+
16
+
17
+
18
+
19
+ ----------------------------------------------------------------------------------------
20
+
21
+ /usr/bin/ld: cannot find -lvtkproj4
22
+
23
+ collect2: error: ld returned 1 exit status
24
+
25
+ ros_in_hand_scanner/CMakeFiles/ros_in_hand_scanner_node.dir/build.make:766: recipe for target '/home/bio3H/rihs_ws/devel/lib/ros_in_hand_scanner/ros_in_hand_scanner_node' failed
26
+
27
+ make[2]: *** [/home/bio3H/rihs_ws/devel/lib/ros_in_hand_scanner/ros_in_hand_scanner_node] Error 1
28
+
29
+ CMakeFiles/Makefile2:823: recipe for target 'ros_in_hand_scanner/CMakeFiles/ros_in_hand_scanner_node.dir/all' failed
30
+
31
+ make[1]: *** [ros_in_hand_scanner/CMakeFiles/ros_in_hand_scanner_node.dir/all] Error 2
32
+
33
+ Makefile:138: recipe for target 'all' failed
34
+
35
+ make: *** [all] Error 2
36
+
37
+ Invoking "make -j4 -l4" failed
38
+
39
+
40
+
41
+ ----------------------------------------------------------------------------------------
42
+
43
+
44
+
45
+
46
+
47
+ というエラーが出るため、
48
+
49
+ rosrun ros_in_hand_scanner ros_in_hand_scanner_nodeが実行できません