-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Bug of traci.vehicle.moveTo and traci.vehicle.moveToVTD #1
Comments
Hello, clear import traci.constants SIM_STEPS = [1 900]; for i = 1:duration Can you give me some help and looking forward to your reply. |
Hello, I have got the same error as mentioned above when I ran traci.vehicle.moveToVTD: The class traci.constants has no Constant property or Static method named 'VAR_MOVE_TO_VTD'. I checked that the 'VAR_MOVE_TO_VTD' is not present in traci.constants Can you please help me out, how to solve this issue? Best regards, |
Hello,
I tried traci.vehicle.moveTo with different position parameters, but the car simply did not move.
And when I ran traci.vehicle.moveToVTD, it had an error:
The class traci.constants has no Constant property or Static method named 'VAR_MOVE_TO_VTD'.
Error in traci.vehicle.moveToVTD (line 12)
traci.beginMessage(constants.CMD_SET_VEHICLE_VARIABLE, constants.VAR_MOVE_TO_VTD,...
The text was updated successfully, but these errors were encountered: