sir i want to solve the problem comes in my network scenario that is when i
got the sumoTrace.xml file . The vehicle id is not in sequence like
this(0,1,2,3,4,5,6,7,8,9,10....).
so please help me to solve this.


On Tue, Jan 10, 2017 at 7:04 PM, <[email protected]>
wrote:

> Send sumo-user mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/sumo-user
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of sumo-user digest..."
>
>
> Today's Topics:
>
>    1. Warning: Vehicle '53' skips stop on lane '25301895_0'
>       time=471.00 (Green Mind)
>    2. Re: Warning: Vehicle '53' skips stop on lane      '25301895_0'
>       time=471.00 (Li Yan)
>    3. Re: About the model for electric vehicles (Jakob Erdmann)
>    4. Re: Warning: Vehicle '53' skips stop on lane      '25301895_0'
>       time=471.00 (Jakob Erdmann)
>    5. Subject About deceleration method (????)
>    6. Sending vehicle specific messages from RSU (sai nithin)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 9 Jan 2017 22:20:41 +0200
> From: Green Mind <[email protected]>
> Subject: [sumo-user] Warning: Vehicle '53' skips stop on lane
>         '25301895_0'    time=471.00
> To: SUMO Users <[email protected]>
> Message-ID:
>         <CAAhsJE0pRptiHdQnQyOwhgi+ne=bt=7BFS0wcPP=L1YvJPXUYA@mail.
> gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> I use traci to set a route to a vehicle (the route contains about 5 edge),
> and then make it stop on the middle of the last edge:
>
> *    traci.vehicle.setRoute(vehicle_id, edges)*
>
> *    # stop in the middle of the street*
> *    loc = graph.getEdge(dest).getLength() / 2.0*
> *    traci.vehicle.setStop(vehicle_id, dest, pos=loc) *
>
> After doing this successfully about 100 times with different vehicles and
> different routes, I get this error:
>
> *Warning: Vehicle '53' skips stop on lane '25301895_0' time=471.00*
>
> And the vehicle dissapears from the map.
>
> This reproduces all the time with this specific vehicle and route.
>
> I will add that this is a part of a script that controls many vehicles and
> sends them in many different routes - the only problem seem to be with this
> specific vehicle and this specific route+stop combination, but I have no
> idea what could cause it. Everything looks normal.
>
> Any ideas?
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 9 Jan 2017 23:38:54 -0500
> From: "Li Yan" <[email protected]>
> Subject: Re: [sumo-user] Warning: Vehicle '53' skips stop on lane
>         '25301895_0' time=471.00
> To: "'Green Mind'" <[email protected]>
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain;       charset="us-ascii"
>
> I encountered the same problem before. It is because the vehicles in SUMO
> must always have a route to follow. Otherwise, they will subscribe to the
> arrived vehicle list after reaching the dest specified in setStop() and
> disappear. Hint: use traci.vehicle.isStopped(vehID) to judge whether the
> vehicle has stopped, update the route as long as isStopped returns True.
>
> Best regards,
> Li
>
>
> -----Original Message-----
> From: Green Mind [mailto:[email protected]]
> Sent: Monday, January 09, 2017 3:21 PM
> To: SUMO Users
> Subject: [sumo-user] Warning: Vehicle '53' skips stop on lane '25301895_0'
> time=471.00
>
> I use traci to set a route to a vehicle (the route contains about 5 edge),
> and then make it stop on the middle of the last edge:
>
> *    traci.vehicle.setRoute(vehicle_id, edges)*
>
> *    # stop in the middle of the street*
> *    loc = graph.getEdge(dest).getLength() / 2.0*
> *    traci.vehicle.setStop(vehicle_id, dest, pos=loc) *
>
> After doing this successfully about 100 times with different vehicles and
> different routes, I get this error:
>
> *Warning: Vehicle '53' skips stop on lane '25301895_0' time=471.00*
>
> And the vehicle dissapears from the map.
>
> This reproduces all the time with this specific vehicle and route.
>
> I will add that this is a part of a script that controls many vehicles and
> sends them in many different routes - the only problem seem to be with this
> specific vehicle and this specific route+stop combination, but I have no
> idea what could cause it. Everything looks normal.
>
> Any ideas?
> ------------------------------------------------------------
> ----------------
> --
> Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon
> Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
> _______________________________________________
> sumo-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 10 Jan 2017 10:08:52 +0100
> From: Jakob Erdmann <[email protected]>
> Subject: Re: [sumo-user] About the model for electric vehicles
> To: Li Yan <[email protected]>
> Cc: sumo-user <[email protected]>
> Message-ID:
>         <CAMbUcbwbb88Lrd6a9ZUEuPA2JSw9gRUGSNVbC1VKqH+fnPYCbA@mail.
> gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hello,
> unfortunately the battery model is not yet accessible in this way. We plan
> to fix this for the next release (scheduled for February).
> regards,
> Jakob
>
> 2017-01-09 20:22 GMT+01:00 Li Yan <[email protected]>:
>
> > Dear SUMO contributors,
> >
> >
> >
> > I'm recently using the electric vehicle model included in SUMO 0.28.0,
> but
> > encountered some problems. First, I've defined the battery devices, etc.
> in
> > <vType> for each vehicle, and the positions of charging stations as
> > specified in http://sumo.dlr.de/wiki/Models/Electric. Then, I want to
> know
> > the vehicles' electricity consumed in each step through
> > traci.vehicle.getElectricityConsumption (vehID), but all vehicles return
> > 0.
> > However, the output file "battery.summary.xml" records the change of
> > battery
> > content, so the model is working. It seems the function
> > traci.vehicle.getElectricityConsumption (vehID) is not actually working
> > yet.
> > Is there any way to dynamically access the vehicle battery status when
> the
> > simulation is running, or am I using it mistakenly?
> >
> >
> >
> > Thank you and wish you have a nice day!
> >
> >
> >
> > Best regards,
> >
> > Li
> >
> >
> >
> > Li Yan, Ph.D. candidate
> >
> > Department of Computer Science
> >
> > University of Virginia
> >
> > Personal website:  <http://www.people.virginia.edu/~ly4ss/>
> > http://www.people.virginia.edu/~ly4ss/
> >
> >
> >
> > ------------------------------------------------------------
> > ------------------
> > Developer Access Program for Intel Xeon Phi Processors
> > Access to Intel Xeon Phi processor-based developer platforms.
> > With one year of Intel Parallel Studio XE.
> > Training and support from Colfax.
> > Order your platform today. http://sdm.link/xeonphi
> > _______________________________________________
> > sumo-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/sumo-user
> >
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 10 Jan 2017 10:15:06 +0100
> From: Jakob Erdmann <[email protected]>
> Subject: Re: [sumo-user] Warning: Vehicle '53' skips stop on lane
>         '25301895_0' time=471.00
> To: Li Yan <[email protected]>
> Cc: sumo-user <[email protected]>
> Message-ID:
>         <CAMbUcbyD940+o5BEHb6bSxefQSGkx1YHJBvGa=tZoX
> [email protected]>
> Content-Type: text/plain; charset=UTF-8
>
> Hello,
> this behavior arises when the vehicle cannot stop in time because the
> remaining route is quite short and the vehicle is too fast.
> I recommend you observe this particular vehicle in the gui and track its
> speed for confirmation.
> To avoid this you can ensure a minimum route length or increase the
> permitted deceleration.
>
> regards,
> Jakob
>
>
>
> 2017-01-10 5:38 GMT+01:00 Li Yan <[email protected]>:
>
> > I encountered the same problem before. It is because the vehicles in SUMO
> > must always have a route to follow. Otherwise, they will subscribe to the
> > arrived vehicle list after reaching the dest specified in setStop() and
> > disappear. Hint: use traci.vehicle.isStopped(vehID) to judge whether the
> > vehicle has stopped, update the route as long as isStopped returns True.
> >
> > Best regards,
> > Li
> >
> >
> > -----Original Message-----
> > From: Green Mind [mailto:[email protected]]
> > Sent: Monday, January 09, 2017 3:21 PM
> > To: SUMO Users
> > Subject: [sumo-user] Warning: Vehicle '53' skips stop on lane
> '25301895_0'
> > time=471.00
> >
> > I use traci to set a route to a vehicle (the route contains about 5
> edge),
> > and then make it stop on the middle of the last edge:
> >
> > *    traci.vehicle.setRoute(vehicle_id, edges)*
> >
> > *    # stop in the middle of the street*
> > *    loc = graph.getEdge(dest).getLength() / 2.0*
> > *    traci.vehicle.setStop(vehicle_id, dest, pos=loc) *
> >
> > After doing this successfully about 100 times with different vehicles and
> > different routes, I get this error:
> >
> > *Warning: Vehicle '53' skips stop on lane '25301895_0' time=471.00*
> >
> > And the vehicle dissapears from the map.
> >
> > This reproduces all the time with this specific vehicle and route.
> >
> > I will add that this is a part of a script that controls many vehicles
> and
> > sends them in many different routes - the only problem seem to be with
> this
> > specific vehicle and this specific route+stop combination, but I have no
> > idea what could cause it. Everything looks normal.
> >
> > Any ideas?
> > ------------------------------------------------------------
> > ----------------
> > --
> > Developer Access Program for Intel Xeon Phi Processors Access to Intel
> Xeon
> > Phi processor-based developer platforms.
> > With one year of Intel Parallel Studio XE.
> > Training and support from Colfax.
> > Order your platform today. http://sdm.link/xeonphi
> > _______________________________________________
> > sumo-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/sumo-user
> >
> >
> > ------------------------------------------------------------
> > ------------------
> > Developer Access Program for Intel Xeon Phi Processors
> > Access to Intel Xeon Phi processor-based developer platforms.
> > With one year of Intel Parallel Studio XE.
> > Training and support from Colfax.
> > Order your platform today. http://sdm.link/xeonphi
> > _______________________________________________
> > sumo-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/sumo-user
> >
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 10 Jan 2017 19:03:20 +0900
> From: ???? <[email protected]>
> Subject: [sumo-user] Subject About deceleration method
> To: [email protected]
> Message-ID:
>         <CAPWZEGtgZgvONnOTM8UWCKhe6zv3EKsO4fPZWSNawKbY7saxgw@mail.
> gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> My name is YosukeKato Chiba Institute of technology in student.
> Sorry over the question many times
>
> Where are you sending the MSCFModel :: maximumSafeFollowSpeed value to
> decelerate?
>
>
>
> ???????????????????????????
>
> Chiba Institute of tecnology
>
> Yohsuke Katoh
>
> [email protected]
>
> ???????????????????????????
>
> ------------------------------
>
> Message: 6
> Date: Tue, 10 Jan 2017 19:04:07 +0530
> From: sai nithin <[email protected]>
> Subject: [sumo-user] Sending vehicle specific messages from RSU
> To: [email protected]
> Message-ID:
>         <CAMPBbY3827oRChKD=YX1L_CcX7az3aS1RLR15iasTWLTx__O4Q@
> mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi all,
>      Iam new to veins,omnet++.I am working on a scenario where RSU's have
> to collect the vehicle's attributes like speed,lane,id ..etc of the
> vehicles in its range and send some vehicle specific messages from RSU(like
> change of route for a particular vehicle).
>
> How can i achieve this collecting the information of vehicles? How can i
> send messages to a particular node in the simulation?
>
>
> ------------------------------
>
> ------------------------------------------------------------
> ------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
>
> ------------------------------
>
> _______________________________________________
> sumo-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
>
> End of sumo-user Digest, Vol 126, Issue 6
> *****************************************
>



-- 
Warm Regards
Er. Anshul Mahajan
Contact:9906027180
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to