This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages: | |
yum: | |
gcc-c++: [] | |
gcc-gfortran: [] | |
python-devel: [] | |
atlas-sse3-devel: [] | |
lapack-devel: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from influxdb import InfluxDBClient | |
import json | |
import requests | |
INFLUX_UN | |
INFLUX_PW | |
INFLUX_DB | |
INFLUX_PORT | |
INFLUX_HOST | |
INFLUX_MEASUREMENT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /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 |