Re: [sumo-user] Rotate a vehicle

2022-05-19 Thread Jakob Erdmann
see here for a working implementation: https://github.com/eclipse/sumo/blob/e0e1cd4baecb7a076f5023b4919392aa4a06e0a3/src/libtraci/Vehicle.cpp#L848-L860 Am Do., 19. Mai 2022 um 00:12 Uhr schrieb Thanhnt Nguyen < thanhnt@gmail.com>: > Thank you Jakob Erdmann > About remoteControl via

Re: [sumo-user] Motorbike emissions

2022-05-19 Thread Alejandro Rodríguez Sánchez
Thanks Jakob. So the following remarks appearing on the documentation: - MC_2S motorcycles - 2 stroke (not included) - MC_4S motorcycles - 4 stroke (not included) Motor cycles are only available for the old data set (pre 2016) do not indicate the impossibility of using

Re: [sumo-user] memory error in load-state

2022-05-19 Thread Jakob Erdmann
Please try saving+loading the state with sumo version 1.13.0. There have been multiple bugfixes to state saving since version 1.10.0. Am Mi., 18. Mai 2022 um 20:02 Uhr schrieb Kaveh Khoshkhah < khoshk...@gmail.com>: > Hi, > > I have a large network and I used save-state and save about 2000

Re: [sumo-user] Motorbike emissions

2022-05-19 Thread Jakob Erdmann
After running my own tests I can confirm the following: - Version 4 of PHEMLight does not contain any motorcycles (as I mistakenly assumed in my previous comment) - Version 5 of PHEMLight does contain 66 motorcycle classes in the licensed data set (i.e. "PHEMlight5/MC_2S_EU0_G") If you use the

Re: [sumo-user] Problems with Simpla platooning: platoon forms in only one lane of a two-lane road

2022-05-19 Thread Hung Trinh
Could not access configuration 'circle.sumocfg'. I can't run your model due to missing files. Or you can use another way to create platoons. PLexe is a good choice to create platoon On Thu, 19 May 2022 at 12:03, Di Chen via sumo-user wrote: > Hi, > > Please see my model in the attachment.

Re: [sumo-user] Mismatch between chosen lane using TraCI and lane change state

2022-05-19 Thread Hriday Sanghvi via sumo-user
Hello again, Thank you for your response. I am reattaching the zip file with the following files renamed: - simulate-sublane.sh renamed to simulate-sublane.txt - sublanechange.py renamed to sublanechange.txt >>> ex1: looks ok: the vehicle could change lane but just doesn't want to (left/right

Re: [sumo-user] Different behavior when setting Lane change mode vs. setting lcParameters

2022-05-19 Thread Hriday Sanghvi via sumo-user
Hello, I have pasted the TraCI code in the message body: import os import sys if 'SUMO_HOME' in os.environ: sys.path.append(os.path.join(os.environ['SUMO_HOME'], 'tools')) from traci.exceptions import TraCIException import traci.constants as tc import libsumo as traci else: sys.exit("please

Re: [sumo-user] Different behavior when setting Lane change mode vs. setting lcParameters

2022-05-19 Thread Jakob Erdmann
I'm assuming your scenario uses traci to create the blockage but the relevant code is missing from your zip archive. Possibly there is some sort of filtering going on so you might want to try renaming your python files to .txt. >> lcCooperative="0" prevents cooperative changing if there is any

Re: [sumo-user] memory error in load-state

2022-05-19 Thread Kaveh Khoshkhah
Thanks. I installed sumo version 1.13.0. It seems everything is ok. On Thu, May 19, 2022 at 12:41 PM Jakob Erdmann wrote: > Please try saving+loading the state with sumo version 1.13.0. There have > been multiple bugfixes to state saving since version 1.10.0. > > Am Mi., 18. Mai 2022 um 20:02

Re: [sumo-user] Mismatch between chosen lane using TraCI and lane change state

2022-05-19 Thread Jakob Erdmann
> Thank you for your response. The exact method calls are the same as those provided in the actual code (in the zip file previously): The previous zip did not contain your traci code but only XML files, so please send this again. > The attached files ordered from ex0.png to ex5.png are some

Re: [sumo-user] Problems with Simpla platooning: platoon forms in only one lane of a two-lane road

2022-05-19 Thread Di Chen via sumo-user
Hi Jakob and Hung, Thanks for sharing the development version, the vehicles are evenly distributed on both lanes now. I am also looking at Plexe to see how it works. I may follow up if there's any problem with this. Thanks, Di On Wed, May 18, 2022 at 11:09 PM Hung Trinh wrote: > Could not