回答編集履歴

2

正しい情報に修正

2021/02/23 00:46

投稿

退会済みユーザー
test CHANGED
@@ -1,4 +1,4 @@
1
- 似たようなエラーはたくさんありましたが、[ここのエラーは全く同じ](https://answers.ros.org/question/332102/problem-installing-raspicam_node/)ように見えます。"I get this error"のくだりです。
1
+ 似たようなエラーはたくさんありましたが、[ここのエラーは~~全く~~末尾以外同じ](https://answers.ros.org/question/332102/problem-installing-raspicam_node/)ように見えます。"I get this error"のくだりです。
2
2
 
3
3
 
4
4
 

1

誤ってEnterしてしまった分の続き

2021/02/23 00:46

投稿

退会済みユーザー
test CHANGED
@@ -1 +1,25 @@
1
1
  似たようなエラーはたくさんありましたが、[ここのエラーは全く同じ](https://answers.ros.org/question/332102/problem-installing-raspicam_node/)ように見えます。"I get this error"のくだりです。
2
+
3
+
4
+
5
+ antonellaさんによれば、
6
+
7
+ > For the first part of the question, you are missing the compressed-image-transport package. Since I'm assuming you are running Raspbian and thus building ROS from source, you will need to follow these instructions for adding released packages and building the compressed-image-transport from source (as well as for all other ROS package dependencies for raspicam_node).
8
+
9
+ >
10
+
11
+ > For the second error, it is likely the same issue, that you don't have the rosgraph_msgs package installed. The instructions on the linked page should help with that as well.
12
+
13
+
14
+
15
+ だそうで、つまるところ(正規の)マニュアルを見てインストールしてください、だそうです。
16
+
17
+
18
+
19
+ 他の`from rosgraph_msgs.msg import Log`が出る原因となった事例も見ましたが、その場合は古いROSと新しいROSが一緒になって悪さをしているのではないか、とのことでした。
20
+
21
+ もし可能であれば、以下の2つがよいのではないでしょうか。
22
+
23
+ 1. 全てのROSモジュールを洗いざらい削除する
24
+
25
+ 2. 正規のマニュアルに従ってROSをインストールしなおす