> 
> Hi Mario and Jakob 
> 
> Sorry for my urgent email, but i have a deadline and i'll  become crazy. 
> After i update sumo to test the new TraaS update I faced the same problem as 
> before with  getDistance2D.  The problem is the whole my  project depends on 
> this function. 
> Please Please any help to fix this problem and go back to the old one that it 
> was work :((((
> 
> this is how i use:
> double driving_distance= (double) 
> conn.do_job_get(Simulation.getDistance2D(AllEligibleVehicle.get(id.get(d)).getDepartPos().x,
>  
> 
>                                                                               
>         AllEligibleVehicle.get(id.get(d)).getDepartPos().y, 
> CPposition.x,CPposition.y, false, true));
> 
> it.polito.appeal.traci.TraCIException: SUMO error for command 171: Get 
> Simulation Variable: unsupported variable 0x00 specified
> 
>       at de.tudresden.sumo.util.Query.queryAndVerify(Query.java:82)
> 
>       at de.tudresden.sumo.util.Query.queryAndVerifySingle(Query.java:114)
> 
>       at 
> de.tudresden.sumo.util.CommandProcessor.do_job_get(CommandProcessor.java:60)
> 
>       at 
> it.polito.appeal.traci.SumoTraciConnection.do_job_get(SumoTraciConnection.java:320)
> 
> 
> 
> Best regards, 
> I. Abeer M. Hakim
> 
> Lecturer
> 
> Information Technology Department
> Faculty of Computing and Information Technology
> King Abdulaziz University
> 
> 
> 
> > Subject: Re: [sumo-user] TraaS, Stop Status
> > To: [email protected]
> > From: [email protected]
> > Date: Wed, 2 Mar 2016 08:40:05 +0100
> > 
> > Hi,
> > 
> > in the current nightly snapshot there is an updated version of traas
> > which supports different stop states.
> > Link: http://sumo.dlr.de/wiki/Downloads#Nightly_Snapshots
> > 
> > For example:
> > 
> > set stop:
> > 
> > //Definition: SumoStopFlags(boolean parking, boolean triggered, boolean
> > containerTriggered, boolean isBusStop, boolean isContainerStop)
> > 
> > SumoStopFlags sf = new SumoStopFlags(true, false, false, false, false);
> > sumo.do_job_set(Vehicle.setStop("vehicle_name", "gneE0", 60.0, (byte) 0,
> > (byte) 60, sf));
> > 
> > get stop of a vehicle:
> > 
> > boolean b = (boolean) sumo.do_job_get(Vehicle.isStopped("vehicle_name"));
> > 
> > regards,
> > Mario
> > 
> > Am 29.02.2016 um 16:56 schrieb abeer hakim:
> > > Hi everyone 
> > >
> > > I set the Stop to the vehicle but i wanna my program to test if the 
> > > vehicle in the stop situation or not? 
> > > How can i do that please !!!! 
> > >
> > > Sent from my iPhone
> > > ------------------------------------------------------------------------------
> > > Site24x7 APM Insight: Get Deep Visibility into Application Performance
> > > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> > > Monitor end-to-end web transactions and take corrective actions now
> > > Troubleshoot faster and improve end-user experience. Signup Now!
> > > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> > > _______________________________________________
> > > sumo-user mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/sumo-user
> > 
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to