LoginSignup
4
3

More than 5 years have passed since last update.

Rasberry Pi 3にROS(Kinetic Kame)を導入

Last updated at Posted at 2016-07-30

Ubuntu Mate (Ubuntu 16.04)をRasberry Piに導入する.

Ubuntu MATE for the Raspberry Pi 2 and Raspberry Pi 3の「Download」リンクと「Making a microSDHC」と「Re-size file system」を参考にする。
筆者がやった時には、openssh-serverは既にインストール済みだったので、これ以降は他のPCからsshを通して作業。

(オプション)Ubuntu Mate起動時にGUIを立ち上げない。(CLI)

$ systemctl set-default multi-user.target --force
$ systemctl disable lightdm.service --force
$ systemctl disable graphical.target --force
$ systemctl disable plymouth.service --force

ref: Boot Raspberry Pi 2 Image directly to Terminal Console

ROSのインストール

以下の記事を参考にインストール
RaspberryPi2でROSを使う一番楽な方法(多分)
Ubuntu ARM install of ROS Indigo

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3