Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] lanechange-output warning in simulation

Hello Jakob,

this is my sumocfg:

    <output>
        <output-prefix value="out/most."/>
        <summary-output value="summary.xml"/>
        <tripinfo-output value="tripinfo.xml"/>
        <tripinfo-output.write-unfinished value="true"/>
        <vehroute-output value="vehroute.xml"/>
        <vehroute-output.route-length value="true"/>
        <vehroute-output.write-unfinished value="true"/>
        <vehroute-output.skip-ptlines value="true"/>
        <vehroute-output.exit-times value="true"/>
        <stop-output value="stop.out.xml"/>
        <lanechange-output value="lanechanges.out.xml"/>
        <lanechange-output.started value="true"/>
        <lanechange-output.ended value="true"/>
    </output>

    <processing>
        <lateral-resolution value="0.3"/>
        <ignore-junction-blocker value="60"/>
        <collision.action value="teleport"/>
        <time-to-teleport value="180"/>
        <max-depart-delay value="900"/>
        <time-to-impatience value="30"/>
        <pedestrian.model value="striping"/>
        <pedestrian.striping.stripe-width value="0.55"/>
        <pedestrian.striping.jamtime value="15"/>
    </processing>

    <routing>
        <persontrip.transfer.car-walk value="parkingAreas,ptStops"/>
        <device.rerouting.probability value="1"/>
        <device.rerouting.period value="300"/>
        <device.rerouting.pre-period value="600"/>
    </routing>

    <report>
        <verbose value="true"/>
        <log value="sim.log"/>
        <duration-log.statistics value="true"/>
    </report>

    <random_number>
        <seed value="42"/>
    </random_number>

Regards,
Lara

On Wed, 12 Sep 2018 21:57:47 +0200
Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:

> What simulation options are you using?
> 
> 
> 2018-09-12 19:51 GMT+02:00 Lara CODECA <lara.codeca@xxxxxxxxxx>:
> 
> > Dear All,
> >
> > when I try to use the option lanechange-output I get a long list of
> > "Warning: Request backPos of vehicle 'XYZ' for invalid lane 'XYYZ'
> > time=XYYYZ".
> >
> > I would like to know if it's a problem in my simulation and what should I
> > do to fix it.
> > I use Eclipse SUMO Version 5345f89a38
> >  Build features: Linux-4.17.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS SWIG
> > on Linux Debian Unstable.
> >
> > Regards,
> > Lara
> >
> > --
> > Lara CODECA
> > Postdoc
> > Tel : 04.93.00.81.51
> >
> > EURECOM
> > Campus SophiaTech
> > http://www.eurecom.fr/
> > _______________________________________________
> > sumo-user mailing list
> > sumo-user@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or unsubscribe
> > from this list, visit
> > https://dev.eclipse.org/mailman/listinfo/sumo-user
> >  



-- 
Lara CODECA
Postdoc
Tel : 04.93.00.81.51

EURECOM
Campus SophiaTech
http://www.eurecom.fr/


Back to the top