This is an example of sending and receiving UDP data in MORAI SIM: Drive
For more details, please refer to the MORAI manual.
Link : https://help-morai-sim.scrollhelp.site/
├── lib
│ ├── define # UDP network - Protocol configuration init
│ └── network # UDP network manager class
│
├── EgoNetwork
│ ├── CmdControl # Ego Vehicle Control Command
│ ├── Publisher # UDP Protocol received from the MOARI SIM related to Ego
│ └── Subscriber # UDP Protocol send to the MOARI SIM related to Ego
│
├── Sensor # Test functions for sensor model output
│
├── SimulatorNetwork # Test setup for sim-network features
│
└── Etc
- Python >= 3.7
