Forked from Tiryoh/ros_kinetic_install_raspizero.bash
Created
September 1, 2018 06:52
-
-
Save Privilger/03b2f0e774ebe013a3639e5793e78e7c to your computer and use it in GitHub Desktop.
ROS Kinetic installation on Raspberry Pi Zero/Raspberry Pi Zero W
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install -y build-essential gdebi | |
mkdir -p ~/tmp | |
wget https://github.com/nomumu/Kinetic4RPiZero/releases/download/v_2017-10-15/rpi-zerow-kinetic_1.0.0-1_armhf.zip | |
unzip rpi-zerow-kinetic_1.0.0-1_armhf.zip | |
sudo gdebi rpi-zerow-kinetic_1.0.0-1_armhf.deb | |
sudo /opt/ros/kinetic/initialize.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment