JustPaste.it

```mermaid
graph TD;
Passenger --> HCI
HCI --> Passenger
subgraph Car
HCI --> Driver
Driver --> HCI
Driver --> Environment
Environment --> Driver
Driver --> Direction_Control(Direction Control)
Direction_Control --> Driver
Driver --> Speed_Control(Speed Control)
Speed_Control --> Driver
end
```