質問編集履歴
5
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,6 +33,6 @@
|
|
33
33
|
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
|
34
34
|
ros-kineticの再インストール
|
35
35
|
### 補足情報
|
36
|
-
使用マシンは
|
36
|
+
使用マシンはRaspberryPi3モデルB
|
37
37
|
使用ROSはkinetic
|
38
38
|
使用OSはUbuntu16.04serverです。
|
4
実行したことの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,6 +31,7 @@
|
|
31
31
|
|
32
32
|
rosdep install -r --from-path src --ignore-src
|
33
33
|
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
|
34
|
+
ros-kineticの再インストール
|
34
35
|
### 補足情報
|
35
36
|
使用マシンはRaspberryPi3モデルB
|
36
37
|
使用ROSはkinetic
|
3
実行したことの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
sudo apt-get upgrade
|
31
31
|
|
32
32
|
rosdep install -r --from-path src --ignore-src
|
33
|
-
|
33
|
+
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
|
34
34
|
### 補足情報
|
35
35
|
使用マシンはRaspberryPi3モデルB
|
36
36
|
使用ROSはkinetic
|
2
実行したことの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,6 +29,8 @@
|
|
29
29
|
sudo apt-get update
|
30
30
|
sudo apt-get upgrade
|
31
31
|
|
32
|
+
rosdep install -r --from-path src --ignore-src
|
33
|
+
|
32
34
|
### 補足情報
|
33
35
|
使用マシンはRaspberryPi3モデルB
|
34
36
|
使用ROSはkinetic
|
1
タイトルの修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
catkin_makeでのエラー
|
1
|
+
catkin_makeでのビルドエラー
|
body
CHANGED
File without changes
|