Re: [sumo-user] Why does vehicle start to use fuel when it is still standing on the lane?

2020-11-08 Thread Michael Behrisch
No, currently the model assumes zero emissions for coasting (negative acceleration) but not for standing. But this is of course a model assumption which is questionable for modern vehicles which switch off the engine at every junction. So it basically depends on your assumptions about the vehicle (

Re: [sumo-user] Error compiling sumo master

2020-11-08 Thread Michael Behrisch
Hi Jose, the easiest way is probably to edit the CMakeCache.txt and adapt the entries for GL2PS_INCLUDE_DIR and GL2PS_LIBRARY. Best regards, Michael Am 02.11.20 um 11:20 schrieb Jose Monreal Bailey: > Hi Michael, > > Do you know what is the CMAKE flag to set the gl2ps to a local installation? >

Re: [sumo-user] Creating a highway exit/entry scenario

2020-11-08 Thread Michael Behrisch
Hi Branka, the generated plain file contains only one edge which has three lanes so everything is fine. Your definition of the third node is fine, you just need to split your edge and let one part run from gneJ1 to gneJ3 and one from gneJ3 to gneJ2. (You can achieve this in netedit as well by doing

Re: [sumo-user] Error compiling sumo master

2020-11-08 Thread Jose Monreal Bailey
Thanks Michael! On Sun 8 Nov 2020, 17:25 Michael Behrisch, wrote: > Hi Jose, > the easiest way is probably to edit the CMakeCache.txt and adapt the > entries for GL2PS_INCLUDE_DIR and GL2PS_LIBRARY. > > Best regards, > Michael > > Am 02.11.20 um 11:20 schrieb Jose Monreal Bailey: > > Hi Michael,