Skip to content

Instantly share code, notes, and snippets.

@crashmatt
crashmatt / ros_melodic_install_raspizero.bash
Created October 18, 2020 09:58 — forked from Tiryoh/ros_melodic_install_raspizero.bash
ROS Melodic installation on Raspberry Pi Zero/Raspberry Pi Zero W
#!/usr/bin/env bash
set -eu
# (C) 2019 Daisuke Sato
# https://tiryoh.mit-license.org/2019
# Special thanks to @nomumu
sudo apt update
sudo apt install -y build-essential gdebi
mkdir -p ~/tmp && pushd ~/tmp