We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have followed the steps provided in the manual to download and install traci4matlab, but whenever I run traci_test.m, I get the below error:
`Unable to resolve the name traci.start.
Error in traci_test (line 24) [traciVersion,sumoVersion] = traci.init();`
Any advice on how to resolve this? Thanks
The text was updated successfully, but these errors were encountered:
I have a similar problem
`Unable to resolve the name 'traci.start'.
Error in traci_test (line 22) [traciVersion,sumoVersion] = traci.start(['sumo -c ' '"' scenarioPath '"']);`
Any idea how to solve it ? TIA
Sorry, something went wrong.
No branches or pull requests
I have followed the steps provided in the manual to download and install traci4matlab, but whenever I run traci_test.m, I get the below error:
`Unable to resolve the name traci.start.
Error in traci_test (line 24)
[traciVersion,sumoVersion] = traci.init();`
Any advice on how to resolve this?
Thanks
The text was updated successfully, but these errors were encountered: