pipeacosta / traci4matlab

An implementation of the Traffic Control Interface for Matlab
BSD 2-Clause "Simplified" License
12 stars 15 forks source link

traci4matlab multi-clients #18

Open IKMUN95 opened 3 years ago

IKMUN95 commented 3 years ago

Hi, I am trying to connect SUMO, MATLAB, Unity by using TRACI multiple clients. SUMO(server) Matlab(client1) - traci4matlab Unity(client2) - traffic3d

I saw some example codes that connect python to SUMO with multi-clients using traci.setOrder() command. However, I have trouble using this method in MATLAB. SetOrder command is not available and I can't find any other methods to solve this prob. Does anyone know how to connect multiple clients in MATLAB? I will be glad to receive any recommendations to help solving this problem.