Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] error running traci_test in matlab

Hi 
When running the traci_test example in Matlab i get the following error:

Could not connect to TraCI server at 127.0.0.1:≭. Error using fprintf
Unable to convert 'MException' value to 'char'.

Error in traci.connect (line 47)
        fprintf('Could not connect to TraCI server at %s:%s. %s\n', host,
port, err);

Error in traci.start (line 62)
connections(label) = traci.connect(port, numRetries, host);

Error in traci_test (line 22)
[traciVersion,sumoVersion] = traci.start(['sumo -c ' '"' scenarioPath '"']);

Could anyone please help me with this?





--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/


Back to the top