Skip to content

Instantly share code, notes, and snippets.

View ojura's full-sized avatar
:octocat:
⏯⏺⏮⏭

Juraj Oršulić ojura

:octocat:
⏯⏺⏮⏭
View GitHub Profile
@ojura
ojura / install_cartographer_local.sh
Created January 31, 2018 15:38 — forked from kdaun/install_cartographer_local.sh
Cartographer install script depending on a local protobuf install
# Install wstool and rosdep.
sudo apt-get update
sudo apt-get install -y python-wstool python-rosdep ninja-build
# Create a new workspace in 'catkin_ws'.
mkdir cartographer_ws
cd cartographer_ws
wstool init src
# Merge the cartographer_ros.rosinstall file and fetch code for dependencies.
@ojura
ojura / README.md
Created March 4, 2022 23:10 — forked from pojntfx/README.md
Share a terminal from Debian to the web using ttyd and localhost.run

Shortened link to this Gist: https://git.io/JPMB8

To use, run:

curl -L 'https://git.io/JPMBa' | bash -s -- sharedusername sharedpassword

Or if you only have wget installed, run: