ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
hardware_monitor_web Namespace Reference

Functions

def index ()
 
def health ()
 
def main ()
 

Variables

 _HERE = os.path.dirname(os.path.abspath(__file__))
 
 app
 

Detailed Description

hardware_monitor_web.py

Standalone Flask app for the hardware monitor web UI.
Can also be imported to attach routes to an existing app.

Usage:
    python hardware_monitor_web.py [--port 8889] [--host 0.0.0.0]

Function Documentation

◆ health()

def hardware_monitor_web.health ( )

◆ index()

def hardware_monitor_web.index ( )

◆ main()

def hardware_monitor_web.main ( )

Variable Documentation

◆ _HERE

hardware_monitor_web._HERE = os.path.dirname(os.path.abspath(__file__))
private

◆ app

hardware_monitor_web.app
Initial value:
1 = Flask(
2  __name__,
3  template_folder=os.path.join(_HERE, 'templates'),
4  static_folder=os.path.join(_HERE, 'static'),
5 )