Skip to content

Instantly share code, notes, and snippets.

View zezuladp's full-sized avatar

Dan Zezula zezuladp

View GitHub Profile
--- /src/System.cc 2018-01-23 19:34:08.091713831 +0000
+++ /src/System.cc 2018-01-23 19:22:11.336399989 +0000
@@ -23,7 +23,6 @@
#include "System.h"
#include "Converter.h"
#include <thread>
-#include <pangolin/pangolin.h>
#include <iomanip>
namespace ORB_SLAM2
@zezuladp
zezuladp / influx_tag_grafana_time.py
Created February 14, 2017 22:08
a script that updates the templated variables to be the ones that I wanted within a specified timeframe
from influxdb import InfluxDBClient
import json
import requests
INFLUX_UN
INFLUX_PW
INFLUX_DB
INFLUX_PORT
INFLUX_HOST
INFLUX_MEASUREMENT
@zezuladp
zezuladp / python.config
Created October 15, 2014 07:36
Elastic Beanstalk config file partial
packages:
yum:
gcc-c++: []
gcc-gfortran: []
python-devel: []
atlas-sse3-devel: []
lapack-devel: []