Classes | Variables
python.logInspector.logReader Namespace Reference

Classes

class  Log
 

Variables

 config = yaml.load(file)
 
float DEG2RAD = np.pi / 180.0
 
 directory = sys.argv[1]
 
 file = open(home + "/Documents/Inertial_Sense/config.yaml", 'r')
 
 home = expanduser("~")
 
 linewidth
 
 log = Log()
 
float RAD2DEG = 180.0 / np.pi
 
string RED = '\u001b[31m'
 
string RESET = '\u001b[0m'
 
list serials = ["ALL"]
 

Variable Documentation

◆ config

python.logInspector.logReader.config = yaml.load(file)

Definition at line 458 of file logReader.py.

◆ DEG2RAD

float python.logInspector.logReader.DEG2RAD = np.pi / 180.0

Definition at line 23 of file logReader.py.

◆ directory

python.logInspector.logReader.directory = sys.argv[1]

Definition at line 449 of file logReader.py.

◆ file

python.logInspector.logReader.file = open(home + "/Documents/Inertial_Sense/config.yaml", 'r')

Definition at line 457 of file logReader.py.

◆ home

python.logInspector.logReader.home = expanduser("~")

Definition at line 445 of file logReader.py.

◆ linewidth

python.logInspector.logReader.linewidth

Definition at line 443 of file logReader.py.

◆ log

python.logInspector.logReader.log = Log()

Definition at line 462 of file logReader.py.

◆ RAD2DEG

float python.logInspector.logReader.RAD2DEG = 180.0 / np.pi

Definition at line 22 of file logReader.py.

◆ RED

string python.logInspector.logReader.RED = '\u001b[31m'

Definition at line 25 of file logReader.py.

◆ RESET

string python.logInspector.logReader.RESET = '\u001b[0m'

Definition at line 26 of file logReader.py.

◆ serials

list python.logInspector.logReader.serials = ["ALL"]

Definition at line 450 of file logReader.py.



inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:10