Skip to content

Instantly share code, notes, and snippets.

View gurbain's full-sized avatar

Gabriel Urbain gurbain

  • Ghent University
  • Gent, Belgium
View GitHub Profile
@gurbain
gurbain / freestylelibre.sh
Created December 14, 2018 17:03
Donwload raw data from freestyle libre (android to linux)
#!/bin/sh
clear
_WORKDIR=/tmp
_NOW=$(date +%F_%H.%M)
_ADBOUT=/tmp/$_NOW
cd $_WORKDIR
echo ""
@gurbain
gurbain / move_square.py
Created October 15, 2018 13:16
This script allows to move and draw a square on the ground with the turtlebot in three different ways
import math
import rospy as ros
import sys
import time
from geometry_msgs.msg import Twist, Pose
from nav_msgs.msg import Odometry
from tf.transformations import euler_from_quaternion, quaternion_from_euler
@gurbain
gurbain / figure_1.png
Last active October 29, 2020 18:01
pyESN + keras readout divergence
figure_1.png