December 2022 Flashcards
MMU (in traffic controller)
Malfunction Management Unit
Liu (pronounce)
Lay Oh
yiheng (pronounce)
Yee Hung
way to import modules in node.js
require(“module_name”)
Also import in more recent versions of node
module.exports()
defines the public interface that can be accessed should your code (module) be imported into another JS app.
Pattern for events framework in any UI (in node, or browser, etc.)
pub/sub
How to import just a portion of a module in node.js?
Destructure it.
const { piece-of-module} = require(“module_path”)
Important JS WebSocket library keywords (3)
ws = the main library
WebSocketServer
Socket.io
SPSD
Safety Pool Scenario Database
PEGASUS
A German research project. (The Acronym is Ridiculous.)
Project for the Establishment of Generally Accepted quality criteria, tools and methods as well as Scenarios and Situations.
goal: To develop a procedure for testing automated driving functions.
PEGASUS logical scenario (6 layers)
6 layers
6 - Data and Comm (V2X, etc.)
5 - Environment Conditions (rain, etc.)
4 - Movable Objects (vehicles)
3 - Temporal Modifications (cones, construction, etc.)
2 - Traffic Infrastructure
1 - Street (road geo., lanes and markings)
Ontology
A set of concepts and categories in a subject area or domain that shows their properties and the relations between them.
ALKS
Automated Lane Keeping Systems
SPSDL
Safety Pool Scenario Description Language
EOS (Econolite)
Econolite’s ATC (Advanced Traffic Controller) software. Presumably, EOS stands for Econolite Operating System.
ASC3 (Econolite)
Econolite term.
Advanced System Controller
3 is presumably the version.
DLI (Power Relays)
This is a company (DLI - Digital Loggers)
stunnel
stunnel is an open-source multi-platform application used to provide a universal TLS/SSL tunneling service.
standard 4 phase intersection
4 legs
unprotected lefts on all approaches
MUTCD
Manual on Uniform Traffic Control Devices
Manual as in Textbook
Standard 8 phase as a diagram (1-8)
__________2 5
___________________4
___________________7
3
8
1 6
Which one came first (Econolite) EOS or ASC3? Why do we use the new one?
ASC3 came first. We use EOS now because ASC3 did not support J2735