pipeacosta / traci4matlab

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

The command line could not be closed while testing the "" by using the NEW release version of TRACI4MATLAB #3

Closed JaneCheung closed 5 years ago

JaneCheung commented 5 years ago

Hi, Andres Acosta Thanks for updating the API!

There is some problem while I was trying to run the test_traci. m after I downloaded the new release version of TRACTI4MATALB. The problem is shown below: image The other two test examples could run very as the description in the PDF document.

Could you give some suggestion about the problem.

pipeacosta commented 5 years ago

Thanks for pointing out this issue. Changing the port number on line 21 of the traci_test.m file to 8813 should work: sumoArgs = '--remote-port 8813 --xml-validation never&';

Best Regards.

JaneCheung commented 5 years ago

Andres Acosta, thanks so much! The test_traci. m work well after modifying the port number!

Best regards!

pipeacosta commented 5 years ago

Dear Jane Cheung.

I also updated the test file.

Best Regards.