Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 216 Bytes

File metadata and controls

12 lines (9 loc) · 216 Bytes

Train example

A train may require a number of simple interactions, such as opening doors and calling the driver in an emergency.

Train

{
  "directives": ["Doors open"],
  "emergency": ["Stop"]
}