gkouros / pi-ros-ansible

Configure Raspbian in Raspberry Pi 2 and install ROS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pi-ros-ansible

Configure Raspbian in Raspberry Pi 2 and install ROS

Prerequisites

  • Raspbian Jessie
  • At least 1GB swap size (for ros installation)

Instructions

  • Edit hosts and change the ip address to the one of your pi. Then, Copy "hosts" to /etc/ansible on the host computer.

  • (optional) Configure bash, install vim(+plugins), etc by running:
    $ ansible-playbook -s pi_raspbian_playbook.yml -k --extra-vars "user=<your_user>" --ask-sudo-pass

  • Install ROS from source (takes hours!!!) by running:
    $ ansible-playbook -s pi_ros_playbook.yml -k --extra-vars "user=<your_user>" --ask-sudo-pass

About

Configure Raspbian in Raspberry Pi 2 and install ROS


Languages

Language:C++ 86.1%Language:Vim Script 9.1%Language:Shell 4.6%Language:Python 0.3%