Skip to content

Instantly share code, notes, and snippets.

View ross-newman's full-sized avatar
🎯
Focusing on computer vision.

Ross Newman ross-newman

🎯
Focusing on computer vision.
View GitHub Profile
#!/bin/bash -e
## Setup as per https://docs.graylog.org/en/4.0/pages/installation/os/ubuntu.html
## Dependancies
apt-get update && sudo apt-get upgrade -y
apt-get install apt-transport-https openjdk-8-jre-headless uuid-runtime pwgen -y --no-install-recommends
add-apt-repository universe
apt-get update && sudo apt-get upgrade -y
apt-get install apt-transport-https openjdk-8-jre-headless uuid-runtime pwgen -y --no-install-recommends
#!/usr/bin/python3
import subprocess
import os
import sys
SECONDS=5
if len(sys.argv) > 1:
print("Recording topics...", )
topics = ["/an_device/sync/Imu", \