Skip to main content

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

Hey,

seems like you haven't installed traci4matlab correctly. There are some minor mistakes in the software, but the traci_test script runs without problems.
The solution would be to go through the installation instructions step by step and try to find the error.

Cheers,
Kevin
_____________________________________

-----Ursprüngliche Nachricht-----
Von: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] Im Auftrag von NSh
Gesendet: Mittwoch, 9. Oktober 2019 23:12
An: sumo-user@xxxxxxxxxxx
Betreff: [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/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top