[sumo-user] Simulation will be interrupted

2018-06-07 Thread Constanze Ruf via sumo-user


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation

2018-05-03 Thread Jakob Erdmann via sumo-user
When using IDM, try setting emergencyDecel="8" in your vType definition.
regards,
Jakob

2018-05-01 13:41 GMT+02:00 HANIFI Mohamed via sumo-user <
sumo-user@lists.sourceforge.net>:

> Hi,
> I'm SUMO user, i have problem in my simulation as follow:
>
> Warning: Teleporting vehicle '14'; collision with vehicle '11',
> lane='26251762#1_1', gap=-12.27, time=150.00 stage=move.
> Warning: Vehicle '14' ends teleporting on edge '26251557#0', time 150.00.
> Warning: Teleporting vehicle '13'; collision with vehicle '10',
> lane='26251762#1_0', gap=-0.58, time=160.00 stage=move.
> Warning: Vehicle '13' ends teleporting on edge '26251762#2', time 160.00.
> Warning: Teleporting vehicle '42'; collision with vehicle '39',
> lane='26251762#1_0', gap=-4.07, time=195.00 stage=move.
> Warning: Teleporting vehicle '52'; collision with vehicle '47',
> lane='26251762#1_1', gap=-10.10, time=195.00 stage=move.
> Warning: Vehicle '42' ends teleporting on edge '26251762#2', time 195.00.
> Warning: Vehicle '52' ends teleporting on edge '26251762#2', time 195.00.
>
> too many collision in simulation despite i specify the minGap:
>
> 
>
> this is the command who i used to generate trips and vehicles:
>
>  python
> C:\Users\HanifiMohamed\Desktop\SUMO\SUMOProgram\Program\sumo-0.32.0\tools\
> randomTrips.py
> -n map.net.xml -r map.rou.xml -b 0 -e 60 -p 0.5 --min-distance=2500
> --trip-attributes="type=\"myType\" departLane=\"best\"
> departSpeed=\"max\""
> --additional-file type.add.xml
>
> any solution please.
>
> Thank you.
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
> ___
> sumo-user mailing list
> sumo-u...@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation

2018-05-01 Thread HANIFI Mohamed via sumo-user
Hi,
I'm SUMO user, i have problem in my simulation as follow:

Warning: Teleporting vehicle '14'; collision with vehicle '11',
lane='26251762#1_1', gap=-12.27, time=150.00 stage=move.
Warning: Vehicle '14' ends teleporting on edge '26251557#0', time 150.00.
Warning: Teleporting vehicle '13'; collision with vehicle '10',
lane='26251762#1_0', gap=-0.58, time=160.00 stage=move.
Warning: Vehicle '13' ends teleporting on edge '26251762#2', time 160.00.
Warning: Teleporting vehicle '42'; collision with vehicle '39',
lane='26251762#1_0', gap=-4.07, time=195.00 stage=move.
Warning: Teleporting vehicle '52'; collision with vehicle '47',
lane='26251762#1_1', gap=-10.10, time=195.00 stage=move.
Warning: Vehicle '42' ends teleporting on edge '26251762#2', time 195.00.
Warning: Vehicle '52' ends teleporting on edge '26251762#2', time 195.00.

too many collision in simulation despite i specify the minGap:



this is the command who i used to generate trips and vehicles:

 python
C:\Users\HanifiMohamed\Desktop\SUMO\SUMOProgram\Program\sumo-0.32.0\tools\randomTrips.py
-n map.net.xml -r map.rou.xml -b 0 -e 60 -p 0.5 --min-distance=2500
--trip-attributes="type=\"myType\" departLane=\"best\" departSpeed=\"max\""
--additional-file type.add.xml

any solution please.

Thank you.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation scenarios

2017-11-08 Thread Jakob Erdmann via sumo-user
Hello,
- you can take at the Luxembourg scenario:
https://github.com/lcodeca/LuSTScenario
- deciding (or re-deciding) the route at run-time can be accomplished with
the '--device.rerouting.' options. See
http://sumo.dlr.de/wiki/Demand/Automatic_Routing
regards,
Jakob


2017-11-09 4:14 GMT+01:00 Thanos Tasakos via sumo-user <
sumo-user@lists.sourceforge.net>:

> Hello,
> i see in the documentation that there is a number of implemented scenarios
> like Bologna and and Cologne. Are there any other implemented traffic
> scenarios so i can use them to test my algorithm?
> Moreover is it possible to have the demand as O/D matrices and decide at
> runtime the preferred route?
>
> Appreciate any help or link
> Thanos Tasakos
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
> ___
> sumo-user mailing list
> sumo-u...@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation scenarios

2017-11-08 Thread Thanos Tasakos via sumo-user
Hello,
i see in the documentation that there is a number of implemented scenarios
like Bologna and and Cologne. Are there any other implemented traffic
scenarios so i can use them to test my algorithm?
Moreover is it possible to have the demand as O/D matrices and decide at
runtime the preferred route?

Appreciate any help or link
Thanos Tasakos
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation Step TraCI call at time 0

2017-09-26 Thread Jakob Erdmann via sumo-user
Hello,
when you take a look at the gui, you will find that the first call of
simulationStep(0) advances the simulation to the end of step 0 (with
vehicles departing at 0 already being inserted).
Only the command simulation.getCurrentTime() already shows you 0.5 because
all further traci calls will be processed at the start of the step that
ends at 0.5
However, any vehicle positions you retrieve after the first call to
simulationStep will be the ones from the insertion step 0.
regards,
Jakob

2017-09-26 10:35 GMT+02:00 Mani Amoozadeh via sumo-user <
sumo-user@lists.sourceforge.net>:

> Hello,
>
>
>
> I setup a SUMO simulation with 0.5s time step in TraCI mode.
>
> Once the TraCI is established I subscribe to departed vehicles count and
> then insert 10 vehicles at time 0s.
>
> I call simulation step like this:
>
>
>
> simulationStep(500) --> simulationStep(1000) --> simulationStep(1500) .
>
>
>
> The first simulationStep returns subscription result that all 10 vehicles
> have departed.
>
>
>
> Is there any way to call simulationStep like this:
>
>
>
> simulationStep(0)  --> simulationStep(500) --> simulationStep(1000) -->
> simulationStep(1500) .
>
>
>
> So that the first simulationStep call give me the subscription result
> showing that all vehicles have departed.
>
> Apparently, I cannot do this since 0 has a special meaning and proceeds
> simulation to 500ms.
>
> Is there any workaround for this?
>
>
>
> Thank you.
>
>
>
> - Mani
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
> ___
> sumo-user mailing list
> sumo-u...@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation Step TraCI call at time 0

2017-09-26 Thread Mani Amoozadeh via sumo-user
Hello,

 

I setup a SUMO simulation with 0.5s time step in TraCI mode.

Once the TraCI is established I subscribe to departed vehicles count and
then insert 10 vehicles at time 0s.

I call simulation step like this:

 

simulationStep(500) --> simulationStep(1000) --> simulationStep(1500) .

 

The first simulationStep returns subscription result that all 10 vehicles
have departed.

 

Is there any way to call simulationStep like this:

 

simulationStep(0)  --> simulationStep(500) --> simulationStep(1000) -->
simulationStep(1500) .

 

So that the first simulationStep call give me the subscription result
showing that all vehicles have departed.

Apparently, I cannot do this since 0 has a special meaning and proceeds
simulation to 500ms.

Is there any workaround for this?

 

Thank you.

 

- Mani

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] simulation of Parking

2017-07-17 Thread Jakob Erdmann via sumo-user
Hello,
unfortunately, there is no tutorial for this yet.
You can download example files here:
https://svn.code.sf.net/p/sumo/code/trunk/sumo/tests/sumo/extended/rerouter/parking/complex/
The network is taken from here:
https://svn.code.sf.net/p/sumo/code/trunk/sumo/tests/sumo/extended/rerouter/parking/net.net.xml

regards,
Jakob


2017-07-16 13:52 GMT+02:00 Ameur Mohamed EL Amine via sumo-user <
sumo-user@lists.sourceforge.net>:

> Hello,
>
> I am new in SUMO
>
> I would like to ask you if you could send me an example of simulation of
> Parking
>
> how can I simulate Parking with sumo?
>
> I have read this page:
>
> http://sumo.dlr.de/wiki/Simulation/ParkingArea
>
> but I don’t understand in which part of the files, this code belongs:
>
> 
>
> 
>
> 
>
> 
>
> Waiting for your reply, please accept my best regards
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] simulation of Parking

2017-07-16 Thread Ameur Mohamed EL Amine via sumo-user
Hello,

I am new in SUMO

I would like to ask you if you could send me an example of simulation of
Parking

how can I simulate Parking with sumo?

I have read this page:

http://sumo.dlr.de/wiki/Simulation/ParkingArea

but I don’t understand in which part of the files, this code belongs:









Waiting for your reply, please accept my best regards
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation of public transport stops with access lanes

2017-06-21 Thread Matthias Wirtz

Hi Jakob,

yes, when specifying all the edges that the person has to traverse along 
things are working fine.


A minor issue became obvious when the access lane/edge is very short or 
very long. It turns out that the person is moved from the access lane to 
the bus stop at edge position 18.38 independent of what is specified as 
pos value in the access attribute.


So when the access edge is shorter than 18.38 one gets the error 
message: "Warning: Invalid arrivalPos 18.38 given for person walking to 
gneE3. Using edge end instead." And when the edge gets very long (e.g. 
100m) the person is moved to the bus stop very early, after 18.38 meters 
already.


It looks like that the pos attribute of the access lane definition is 
not picked up. But this seems to be a minor issue.


Thx for your help.

--
Matthias

On 21.06.2017 00:14, Jakob Erdmann wrote:

Hello,
intermodal route computation (which includes routing over access edges) 
is only supported in duarouter at the moment.

SUMO needs fully specified  definitions.
Instead of

 
 
 
 
 

use:

 
 
 
 
 

regards,
Jakob

2017-06-19 21:26 GMT+02:00 Matthias Wirtz >:


Hi,

I'm encountering difficulties when simulating public transport and
the passengers riding the vehicles.

In the scenario I'm using busStops which have access lanes. They
define from which lane and point of the network the bus stop can be
reaches.

But when defining walks for persons and specifying a busStop as the
destination of one leg, I get the error message:



Where gneE2 is the start edge and gneE0 is the edge where the
busStop is located on. It looks like that the access lane is not
used to get the person to the busStop.

Example attached.

If I give the start point of the access lane as destination and the
busStop as the starting point of the next leg, I get the error
message that the plan is disconnected. Which makes sense cause the
access lane is then excluded.

Thanks for the help.

-- 
Matthias



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/sumo-user





--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation of public transport stops with access lanes

2017-06-20 Thread Jakob Erdmann via sumo-user
Hello,
intermodal route computation (which includes routing over access edges) is
only supported in duarouter at the moment.
SUMO needs fully specified  definitions.
Instead of











use:












regards,
Jakob

2017-06-19 21:26 GMT+02:00 Matthias Wirtz :

> Hi,
>
> I'm encountering difficulties when simulating public transport and the
> passengers riding the vehicles.
>
> In the scenario I'm using busStops which have access lanes. They define
> from which lane and point of the network the bus stop can be reaches.
>
> But when defining walks for persons and specifying a busStop as the
> destination of one leg, I get the error message:
>
> 
>
> Where gneE2 is the start edge and gneE0 is the edge where the busStop is
> located on. It looks like that the access lane is not used to get the
> person to the busStop.
>
> Example attached.
>
> If I give the start point of the access lane as destination and the
> busStop as the starting point of the next leg, I get the error message that
> the plan is disconnected. Which makes sense cause the access lane is then
> excluded.
>
> Thanks for the help.
>
> --
> Matthias
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation of public transport stops with access lanes

2017-06-19 Thread Matthias Wirtz

Hi,

I'm encountering difficulties when simulating public transport and the 
passengers riding the vehicles.


In the scenario I'm using busStops which have access lanes. They define 
from which lane and point of the network the bus stop can be reaches.


But when defining walks for persons and specifying a busStop as the 
destination of one leg, I get the error message:




Where gneE2 is the start edge and gneE0 is the edge where the busStop is 
located on. It looks like that the access lane is not used to get the 
person to the busStop.


Example attached.

If I give the start point of the access lane as destination and the 
busStop as the starting point of the next leg, I get the error message 
that the plan is disconnected. Which makes sense cause the access lane 
is then excluded.


Thanks for the help.

--
Matthias


test_pedestrian_oev.tar.gz
Description: application/gzip
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] simulation time

2017-02-05 Thread Jakob Erdmann
Hello,
the statistics summary cannot be printed to an xml file at the moment. You
could use the --summary-output which outputs information every step and
check the time stamp of the last output value.
regards,
Jakob

2017-02-06 5:28 GMT+01:00 Thaer Thaher :

> Dear,
>
> To simulate all vehicles  no value for --end has been given. The
> (--duration-log.statistics) option will print averages for vehicles trip
> like the simulation time. can we output  these results to an external xml
> file.
>
> I'm interested in finding the required time to simulate all vehicles for
> different traffic light programs.
>
> Thanks
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] simulation time

2017-02-05 Thread Thaer Thaher
Dear,

To simulate all vehicles  no value for --end has been given. The 
(--duration-log.statistics) option will print averages for vehicles trip like 
the simulation time. can we output  these results to an external xml file.

I'm interested in finding the required time to simulate all vehicles for 
different traffic light programs.

Thanks
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation ended at time 0.00

2016-12-11 Thread Michael Behrisch
Hi,
does the simulation start OK outside of matlab?
Which command(s) did you send?

Best regards,
Michael

Am 02.12.2016 um 09:56 schrieb Jian ZHANG:
> Hello,
> 
> I'm using SUMO 0.28 and traci4matlab. My simulation loads OK.
> But when i started the simulation, it said "Simulation started with time :
> 0.00" and then showed out "Simulation ended at time 0.00, Reason: An error
> occured (see log)".
> 
> Anyone would you please tell me where is the problem or where could i see
> the log file?
> 
> Thank you very much for your time.
> 
> Bests,
> 
> zhangjian
> --
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> 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
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation ended at time 0.00

2016-12-02 Thread Jian ZHANG
Hello,

I'm using SUMO 0.28 and traci4matlab. My simulation loads OK.
But when i started the simulation, it said "Simulation started with time :
0.00" and then showed out "Simulation ended at time 0.00, Reason: An error
occured (see log)".

Anyone would you please tell me where is the problem or where could i see
the log file?

Thank you very much for your time.

Bests,

zhangjian
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation of a taxi dispatcher

2016-11-15 Thread Jakob Erdmann
Hello,
SUMO brings the basic tools to build this kind of simulation
- networks,
- vehicles
- passengers
- routing
You will have to write a control script that determines the taxi to
dispatch and triggers re-routing of the selected taxi.
The taxi passengers can also be simulated explicitly.
The main client language for controlling a sumo simulation is python.
If you have no programming experience, expect a major learning curve.

regards,
Jakob


2016-11-15 16:24 GMT+01:00 lior geren :

> Hello,
>
> I'm looking into building a simulation of a taxi dispatch algorithm.
>
> My requirements:
>
>- A network describing a small neighbourhood
>- Several vehicles (taxicabs) with random starting positions in the
>network
>- Passengers (people) generate dispatch request, "I need to get from A
>to B"
>- A logic (algorithm) assigns each dispatch request to an available taxi
>that is nearby
>- The taxi drives to point A, "picks up" the passenger, drives to point
>B, and then becomes free again
>
> What is the best way to approach this? Is there some similar open source
> project or plugin I can rely on?
>
> TIA
>
> Green Mind
> 
> --
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
--
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation of a taxi dispatcher

2016-11-15 Thread lior geren
Hello,

I'm looking into building a simulation of a taxi dispatch algorithm.

My requirements:

   - A network describing a small neighbourhood
   - Several vehicles (taxicabs) with random starting positions in the
   network
   - Passengers (people) generate dispatch request, "I need to get from A
   to B"
   - A logic (algorithm) assigns each dispatch request to an available taxi
   that is nearby
   - The taxi drives to point A, "picks up" the passenger, drives to point
   B, and then becomes free again

What is the best way to approach this? Is there some similar open source
project or plugin I can rely on?

TIA

Green Mind
--
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation/Output results files in additionnal-file

2016-10-05 Thread François Vaudrin
Danke Jakob,

This is exactly what I needed, it works very well. In addition, by converting 
the xml file in .csv file  through your utility tool xml2csv.py we have 
everything it takes to make any graphic.

Great work !

François

De : Jakob Erdmann [namdre.s...@googlemail.com]
Envoyé : 5 octobre 2016 06:15
À : François Vaudrin
Cc : sumo-user
Objet : Re: [sumo-user] Simulation/Output results files in additionnal-file

Hello,
the output file for outputs such as tripinfo-output can only be specified via 
options (i.e. --tripinfo-output OUTPUT_FILE)  or in the .sumocfg configuration 
file ()
If you generate multiple sets of output files and need to avoid naming 
collisions, it is recommended to use the option
--output-prefix or to use magic word TIME within filenames
see 
http://sumo.dlr.de/wiki/Basics/Using_the_Command_Line_Applications#Writing_files

regards,
Jakob

2016-10-05 8:49 GMT+02:00 François Vaudrin 
<francois.vaudri...@ulaval.ca<mailto:francois.vaudri...@ulaval.ca>>:
Hallo,

Can we get all the measurement files OUTPUT in using an additional file?

For example, Edge and Lane Data results can be defined within an 
additional-file:



Is it possible to get other OUTPUT files in the same way (in writing it in an 
additionnal-files like edges and lanes)?

For example, QueueOutput, FullOutput, trip-info, full output, or other files 
described in page Simulation / Output

http://sumo.dlr.de/wiki/Simulation/Output

Thank you


François Vaudrin, ing, MBA
Laboratoire ERICAE
Faculté des Sciences et de Génie
Université Laval, CANADA
__
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net<mailto:sumo-user@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/sumo-user


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation/Output results files in additionnal-file

2016-10-05 Thread Jakob Erdmann
Hello,
the output file for outputs such as tripinfo-output can only be specified
via options (i.e. --tripinfo-output OUTPUT_FILE)  or in the .sumocfg
configuration file ()
If you generate multiple sets of output files and need to avoid naming
collisions, it is recommended to use the option
--output-prefix or to use magic word TIME within filenames
see
http://sumo.dlr.de/wiki/Basics/Using_the_Command_Line_Applications#Writing_files

regards,
Jakob

2016-10-05 8:49 GMT+02:00 François Vaudrin :

> Hallo,
>
> Can we get all the measurement files OUTPUT in using an additional file?
>
> For example, Edge and Lane Data results can be defined within an
> additional-file:
> 
> 
>
> Is it possible to get other OUTPUT files in the same way (in writing it in
> an additionnal-files like edges and lanes)?
>
> For example, QueueOutput, FullOutput, trip-info, full output, or other
> files described in page Simulation / Output
>
> http://sumo.dlr.de/wiki/Simulation/Output
>
> Thank you
>
>
> François Vaudrin, ing, MBA
> Laboratoire ERICAE
> Faculté des Sciences et de Génie
> Université Laval, CANADA
> __
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation/Output results files in additionnal-file

2016-10-05 Thread François Vaudrin
Hallo,

Can we get all the measurement files OUTPUT in using an additional file?

For example, Edge and Lane Data results can be defined within an 
additional-file:



Is it possible to get other OUTPUT files in the same way (in writing it in an 
additionnal-files like edges and lanes)? 

For example, QueueOutput, FullOutput, trip-info, full output, or other files 
described in page Simulation / Output

http://sumo.dlr.de/wiki/Simulation/Output

Thank you


François Vaudrin, ing, MBA
Laboratoire ERICAE
Faculté des Sciences et de Génie
Université Laval, CANADA
__
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] [simulation using calibrator and sensor information]

2016-03-15 Thread Jakob Erdmann
Hello,
the collisions are caused by a netconvert bug that was present in 0.23.0
and fixed in 0.25.0. Please reprocess your network with netconvert 0.25.0
(it should be enough to do 'netconvert -s old.net.xml -o new.net.xml').
For details see http://sumo.dlr.de/wiki/ChangeLog#Bugfixes_2 (the last
entry for NETCONVERT).

regards,
Jakob

2016-03-07 22:13 GMT+01:00 Nguyen Nguyen :

> Dear Jakob,
>
> The collisions still happened. I attach to the email all the input files
> and the terminal log file when I use the latest sumo.
>
>
> https://drive.google.com/file/d/0B87r979zQlLbb0RpTGNEN3NvUVE/view?usp=sharing
>
>
> I run the simulation:
>
> sumo -n small_la.net.xml -r LA.rou.xml -a
> small_calibrator.add.xml,small_sensor.xml -b 25200 -e 28800
> --fcd-output.geo true --fcd-output LA.xml
>
> Would you mind checking that?
>
> Thank you.
>
> Best regards,
>
> Tran
>
>
> On Friday, March 4, 2016 12:04 AM, Jakob Erdmann <
> namdre.s...@googlemail.com> wrote:
>
>
> if the collisions sill occur with the latest development version of sumo,
> send me the zipped files of your scenario (sumocfg and all input files)
>
> 2016-03-03 21:43 GMT+01:00 Nguyen Nguyen :
>
> Hi Jakob,
>
> While I run the simulation, there are also initially a lot of collision
> teleporting warnings. "Collisions are assumed to occur due to bugs in the
> simulation". Should and how I report these collisions warnings?
>
> Thank you.
>
> Best,
>
> Tran
>
>
> On Thursday, March 3, 2016 12:37 AM, Jakob Erdmann <
> namdre.s...@googlemail.com> wrote:
>
>
> I can only give you very general advice on this:
> - observe the simulation in sumo-gui and figure out why the traffic slows
> down (likely jamming due to a network/traffic-light problem)
> - check the number of vehicles that are waiting to be inserted into the
> network (network property window). If this number is growing you have a
> problem (network cannot keep up with the traffic demand)
>
> 2016-03-02 19:50 GMT+01:00 Nguyen Nguyen :
>
> Dear All,
> I have been using randomTrips, calibrator and sensor information to try to
> generate the simulation.  I also perform checking vehicle counts and speed
> read by those sensors. I computed the average vehicle counts and speed and
> plot them versus the real information from sensors. However, for vehicle
> counts, the SUMO result matches the real counts in the first initial period
> and then starts to decrease. Moreover, for vehicle speeds, the SUMO speed
> information read by sensors are quite low, roughly half the real speed. Is
> there anyway that I should do to debug this?
> Thank you so much.
> Best regards,Tran
>
> --
> 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=/4140
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
>
>
>
>
>
>
>
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] [simulation using calibrator and sensor information]

2016-03-07 Thread Nguyen Nguyen
Dear Jakob,
The collisions still happened. I attach to the email all the input files and 
the terminal log file when I use the latest sumo. 
https://drive.google.com/file/d/0B87r979zQlLbb0RpTGNEN3NvUVE/view?usp=sharing


I run the simulation:
sumo -n small_la.net.xml -r LA.rou.xml -a 
small_calibrator.add.xml,small_sensor.xml -b 25200 -e 28800 --fcd-output.geo 
true --fcd-output LA.xml

Would you mind checking that?
Thank you.
Best regards,
Tran  

On Friday, March 4, 2016 12:04 AM, Jakob Erdmann 
 wrote:
 

 if the collisions sill occur with the latest development version of sumo, send 
me the zipped files of your scenario (sumocfg and all input files)

2016-03-03 21:43 GMT+01:00 Nguyen Nguyen :

Hi Jakob,
While I run the simulation, there are also initially a lot of collision 
teleporting warnings. "Collisions are assumed to occur due to bugs in the 
simulation". Should and how I report these collisions warnings?
Thank you.
Best,
Tran  

On Thursday, March 3, 2016 12:37 AM, Jakob Erdmann 
 wrote:
 

 I can only give you very general advice on this:
- observe the simulation in sumo-gui and figure out why the traffic slows down 
(likely jamming due to a network/traffic-light problem)
- check the number of vehicles that are waiting to be inserted into the network 
(network property window). If this number is growing you have a problem 
(network cannot keep up with the traffic demand)

2016-03-02 19:50 GMT+01:00 Nguyen Nguyen :

Dear All,
I have been using randomTrips, calibrator and sensor information to try to 
generate the simulation.  I also perform checking vehicle counts and speed read 
by those sensors. I computed the average vehicle counts and speed and plot them 
versus the real information from sensors. However, for vehicle counts, the SUMO 
result matches the real counts in the first initial period and then starts to 
decrease. Moreover, for vehicle speeds, the SUMO speed information read by 
sensors are quite low, roughly half the real speed. Is there anyway that I 
should do to debug this? 
Thank you so much. 
Best regards,Tran 
--
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=/4140
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user




   



  
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] [simulation using calibrator and sensor information]

2016-03-04 Thread Jakob Erdmann
if the collisions sill occur with the latest development version of sumo,
send me the zipped files of your scenario (sumocfg and all input files)

2016-03-03 21:43 GMT+01:00 Nguyen Nguyen :

> Hi Jakob,
>
> While I run the simulation, there are also initially a lot of collision
> teleporting warnings. "Collisions are assumed to occur due to bugs in the
> simulation". Should and how I report these collisions warnings?
>
> Thank you.
>
> Best,
>
> Tran
>
>
> On Thursday, March 3, 2016 12:37 AM, Jakob Erdmann <
> namdre.s...@googlemail.com> wrote:
>
>
> I can only give you very general advice on this:
> - observe the simulation in sumo-gui and figure out why the traffic slows
> down (likely jamming due to a network/traffic-light problem)
> - check the number of vehicles that are waiting to be inserted into the
> network (network property window). If this number is growing you have a
> problem (network cannot keep up with the traffic demand)
>
> 2016-03-02 19:50 GMT+01:00 Nguyen Nguyen :
>
> Dear All,
> I have been using randomTrips, calibrator and sensor information to try to
> generate the simulation.  I also perform checking vehicle counts and speed
> read by those sensors. I computed the average vehicle counts and speed and
> plot them versus the real information from sensors. However, for vehicle
> counts, the SUMO result matches the real counts in the first initial period
> and then starts to decrease. Moreover, for vehicle speeds, the SUMO speed
> information read by sensors are quite low, roughly half the real speed. Is
> there anyway that I should do to debug this?
> Thank you so much.
> Best regards,Tran
>
> --
> 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=/4140
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> 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=/4140
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] [simulation using calibrator and sensor information]

2016-03-03 Thread Nguyen Nguyen
Hi Jakob,
While I run the simulation, there are also initially a lot of collision 
teleporting warnings. "Collisions are assumed to occur due to bugs in the 
simulation". Should and how I report these collisions warnings?
Thank you.
Best,
Tran  

On Thursday, March 3, 2016 12:37 AM, Jakob Erdmann 
 wrote:
 

 I can only give you very general advice on this:
- observe the simulation in sumo-gui and figure out why the traffic slows down 
(likely jamming due to a network/traffic-light problem)
- check the number of vehicles that are waiting to be inserted into the network 
(network property window). If this number is growing you have a problem 
(network cannot keep up with the traffic demand)

2016-03-02 19:50 GMT+01:00 Nguyen Nguyen :

Dear All,
I have been using randomTrips, calibrator and sensor information to try to 
generate the simulation.  I also perform checking vehicle counts and speed read 
by those sensors. I computed the average vehicle counts and speed and plot them 
versus the real information from sensors. However, for vehicle counts, the SUMO 
result matches the real counts in the first initial period and then starts to 
decrease. Moreover, for vehicle speeds, the SUMO speed information read by 
sensors are quite low, roughly half the real speed. Is there anyway that I 
should do to debug this? 
Thank you so much. 
Best regards,Tran 
--
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=/4140
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
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=/4140
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] [simulation using calibrator and sensor information]

2016-03-03 Thread Jakob Erdmann
I can only give you very general advice on this:
- observe the simulation in sumo-gui and figure out why the traffic slows
down (likely jamming due to a network/traffic-light problem)
- check the number of vehicles that are waiting to be inserted into the
network (network property window). If this number is growing you have a
problem (network cannot keep up with the traffic demand)

2016-03-02 19:50 GMT+01:00 Nguyen Nguyen :

> Dear All,
> I have been using randomTrips, calibrator and sensor information to try to
> generate the simulation.  I also perform checking vehicle counts and speed
> read by those sensors. I computed the average vehicle counts and speed and
> plot them versus the real information from sensors. However, for vehicle
> counts, the SUMO result matches the real counts in the first initial period
> and then starts to decrease. Moreover, for vehicle speeds, the SUMO speed
> information read by sensors are quite low, roughly half the real speed. Is
> there anyway that I should do to debug this?
> Thank you so much.
> Best regards,Tran
>
> --
> 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=/4140
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> 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=/4140
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] [simulation using calibrator and sensor information]

2016-03-02 Thread Nguyen Nguyen
Dear All,
I have been using randomTrips, calibrator and sensor information to try to 
generate the simulation.  I also perform checking vehicle counts and speed read 
by those sensors. I computed the average vehicle counts and speed and plot them 
versus the real information from sensors. However, for vehicle counts, the SUMO 
result matches the real counts in the first initial period and then starts to 
decrease. Moreover, for vehicle speeds, the SUMO speed information read by 
sensors are quite low, roughly half the real speed. Is there anyway that I 
should do to debug this? 
Thank you so much. 
Best regards,Tran 
--
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=/4140
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation based on vehicle counts from sensors

2015-11-19 Thread Jakob Erdmann
Hello,
1) you need to map the locations to sumo edges. (possible via sumolib,
TraCI or manually)
2) you generate traffic with either:
  a) DFROUTER (better suited to highway networks than urban networks) or
  b) Calibrators (http://sumo.dlr.de/wiki/Simulation/Calibrator).

regards,
Jakob

2015-11-18 23:48 GMT+01:00 Nguyen Nguyen :

> Hello All,
> I have vehicle counts information read by sensors and their location as an
> input. Would you have any idea how I can generate the simulation using SUMO?
> Thank you.
> Best,
> Tran
>
> --
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
--
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation based on vehicle counts from sensors

2015-11-18 Thread Nguyen Nguyen
Hello All,
I have vehicle counts information read by sensors and their location as an 
input. Would you have any idea how I can generate the simulation using SUMO?
Thank you.
Best,
Tran
--
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation Time Step

2015-06-26 Thread Mani Amoozadeh
Hi,

I have difficulties in using simulation step (0x02) command. Assume that 
the time step is 100 ms (0.1s). Calling simulation step command with 100 
does not proceed the simulation to 100 ms. I am looking at the 
simulation time step at the top of sumo-gui and it is still zero. 
Calling 'simulation step' in the next time step with 200 ms causes SUMO 
to proceed to 100 ms. It seems that SUMO is one time step behind. Am I 
missing something?

Thanks!


- Mani

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] simulation of one month

2015-04-16 Thread nardine . basta
Hello

I am trying to simulate a traffic for a duration of one month.
when i modify the sumocfg file i get the following error:

Error: Input string '2419200' is not a valid number or exceeds the
time value range.

thank u in advance :)


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] simulation time using OD Matrix

2015-02-01 Thread nguyen tran
Hi all,
I generated a simulation with OD matrix input (from time 0.00 to time 1.00), 
and simulation time from 0 to 86400 (in command line). However, the generated 
output trace only contains information from 0 o roughly 3800 and then there's 
no other vehicles generated. Do you know what I should do to have cars 
generated through out the whole simulation time? Do I have to provide OD matrix 
information for all 24 hours?
Thank you for your reply.Best regards,Nguyen
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] simulation time using OD Matrix

2015-02-01 Thread Jakob Erdmann
Hello,
your matrix should contain time information in its cells. You may use a
single matrix for 24 hours and scale the demand with a load-curve (see
--timeline options)
regards,
Jakob

2015-02-01 22:16 GMT+01:00 nguyen tran meanmechoime...@yahoo.com:

 Hi all,
 I generated a simulation with OD matrix input (from time 0.00 to time
 1.00), and simulation time from 0 to 86400 (in command line). However, the
 generated output trace only contains information from 0 o roughly 3800 and
 then there's no other vehicles generated. Do you know what I should do to
 have cars generated through out the whole simulation time? Do I have to
 provide OD matrix information for all 24 hours?
 Thank you for your reply.Best regards,Nguyen

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 sumo-user mailing list
 sumo-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sumo-user

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation terminated with exit code: 133

2014-11-10 Thread Saif Khan
Hello ALL,

I have installed sumo 0.21.0, Veins-3.0 and OMNeT++ 4.5.
I want to run the veins example but it give the following error that
upgrade your sumo version to 0.21.0 but i have already installed this
version.

Starting...

$ cd /home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins
$ opp_run -r 0 -n .:../../src --tkenv-image-path=../../images -l
../../src/veins omnetpp.ini

OMNeT++ Discrete Event Simulation  (C) 1992-2013 Andras Varga, OpenSim Ltd.
Version: 4.5, build: 140714-c6b1772, edition: Academic Public License --
NOT FOR COMMERCIAL USE
See the license for distribution terms and warranty disclaimer
Setting up Tkenv...
Loading NED files from .: 1
Loading NED files from ../../src: 29
Loading NED files from
/home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins: 1

Loading images from
/home/saifkhan/simulation/omnetpp-4.5/samples/veins/images: *: 0  status/*:
6
Loading images from /home/saifkhan/simulation/omnetpp-4.5/images: *: 0
status/*: 28  logo/*: 1  old/*: 111  background/*: 4  abstract/*: 90
maps/*: 9  msg/*: 55  misc/*: 70  device/*: 195  block/*: 320

Plugin path: ./plugins

RUNTIME ERROR. A cRuntimeError exception is about to be thrown, and you
requested (by setting debug-on-errors=true in the ini file) that errors
abort execution and break into the debugger.

You should now probably be running the simulation under gdb or another
debugger. The simulation kernel will now raise a SIGABRT signal which will
get you into the debugger. If you are not running under a debugger, you can
still use the core dump for post-mortem debugging. Once in the debugger,
view the call stack (in gdb: bt command) to see the context of the
runtime error.

! Error in module (Veins::TraCIScenarioManagerLaunchd)
RSUExampleScenario.manager (id=6) at event #1, t=0: Model error: TraCI
server SUMO 0.19.0 reports API version 7, which is unsupported. We
recommend using SUMO 0.21.0..

TRAPPING on the exception above, due to a debug-on-errors=true
configuration option. Is your debugger ready?

Simulation terminated with exit code: 133
Working directory:
/home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins
Command line: opp_run -r 0 -n .:../../src --tkenv-image-path=../../images
-l ../../src/veins omnetpp.ini

Environment variables:
PATH=/home/saifkhan/simulation/omnetpp-4.5/bin::/home/saifkhan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
LD_LIBRARY_PATH=/home/saifkhan/simulation/omnetpp-4.5/lib::/home/saifkhan/simulation/omnetpp-4.5/samples/veins/src:
OMNETPP_IMAGE_PATH=/home/saifkhan/simulation/omnetpp-4.5/images



Thanks in advance

Regards,
Saif
--
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation terminated with exit code: 133

2014-11-10 Thread Daniel Febrian Sengkey
What is the output of the following command:
sumo -V

Regards,
Daniel

Sent from Gmail for Android
On Nov 10, 2014 5:56 PM, Saif Khan saifswa...@gmail.com wrote:

 Hello ALL,

 I have installed sumo 0.21.0, Veins-3.0 and OMNeT++ 4.5.
 I want to run the veins example but it give the following error that
 upgrade your sumo version to 0.21.0 but i have already installed this
 version.

 Starting...

 $ cd /home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins
 $ opp_run -r 0 -n .:../../src --tkenv-image-path=../../images -l
 ../../src/veins omnetpp.ini

 OMNeT++ Discrete Event Simulation  (C) 1992-2013 Andras Varga, OpenSim Ltd.
 Version: 4.5, build: 140714-c6b1772, edition: Academic Public License --
 NOT FOR COMMERCIAL USE
 See the license for distribution terms and warranty disclaimer
 Setting up Tkenv...
 Loading NED files from .: 1
 Loading NED files from ../../src: 29
 Loading NED files from
 /home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins: 1

 Loading images from
 /home/saifkhan/simulation/omnetpp-4.5/samples/veins/images: *: 0  status/*:
 6
 Loading images from /home/saifkhan/simulation/omnetpp-4.5/images: *: 0
 status/*: 28  logo/*: 1  old/*: 111  background/*: 4  abstract/*: 90
 maps/*: 9  msg/*: 55  misc/*: 70  device/*: 195  block/*: 320

 Plugin path: ./plugins

 RUNTIME ERROR. A cRuntimeError exception is about to be thrown, and you
 requested (by setting debug-on-errors=true in the ini file) that errors
 abort execution and break into the debugger.

 You should now probably be running the simulation under gdb or another
 debugger. The simulation kernel will now raise a SIGABRT signal which will
 get you into the debugger. If you are not running under a debugger, you can
 still use the core dump for post-mortem debugging. Once in the debugger,
 view the call stack (in gdb: bt command) to see the context of the
 runtime error.

 ! Error in module (Veins::TraCIScenarioManagerLaunchd)
 RSUExampleScenario.manager (id=6) at event #1, t=0: Model error: TraCI
 server SUMO 0.19.0 reports API version 7, which is unsupported. We
 recommend using SUMO 0.21.0..

 TRAPPING on the exception above, due to a debug-on-errors=true
 configuration option. Is your debugger ready?

 Simulation terminated with exit code: 133
 Working directory:
 /home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins
 Command line: opp_run -r 0 -n .:../../src --tkenv-image-path=../../images
 -l ../../src/veins omnetpp.ini

 Environment variables:

 PATH=/home/saifkhan/simulation/omnetpp-4.5/bin::/home/saifkhan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games

 LD_LIBRARY_PATH=/home/saifkhan/simulation/omnetpp-4.5/lib::/home/saifkhan/simulation/omnetpp-4.5/samples/veins/src:
 OMNETPP_IMAGE_PATH=/home/saifkhan/simulation/omnetpp-4.5/images



 Thanks in advance

 Regards,
 Saif

 --
 ___
 sumo-user mailing list
 sumo-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sumo-user

--
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation without n/w part

2014-07-31 Thread Angayarkanni Annamalai
Hello To all,
 I m interested in working with traffic congestion detection in urban
roads.
IS it possible to simulate the situation in SUMO?
in addition to road map generation, is it possible to exchange
 messages in vehicles in sumo road, without using any simulator like ns2 or
glomosim?

Please clarify me.
Thanks in advance
-- 
நம் எண்ணங்களின் வெளிப்பாடு தான் நம் வாழ்க்கையாகின்றது.
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation SUMO 0.20.0 and omnetpp server unsupported

2014-06-03 Thread Christoph Sommer
Touil Bara wrote:
 I'am using Omnetpp 4.4.1, SUMO 0.20.0 and veins 2.2 (Ubuntu 12.04)

 Model error: TraCI server SUMO 0.20.0 reports API version 8. This server is 
 unsupported..
 [...] 
 Please help me.

Veins 2.2 works with SUMO 0.19.

SUMO 0.20 seems to use a different API (it has a different API version),
so it is incompatible with Veins 2.2


Best,

  Christoph

-- 
Dr. Christoph Sommer
Distributed Embedded Systems Group
University of Paderborn, Germany
http://www.ccs-labs.org/~sommer/

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation SUMO 0.20.0 and omnetpp server unsupported

2014-06-03 Thread Touil Bara
Hi,
I'am trying to install SUMO 0.19.0 on ubuntu 12.04
In this step :

./configure --with-fox-includes=/usr/include/fox-1.6 
--with-gdal-includes=/usr/include/gdal --with-proj-libraries=/usr 
--with-gdal-libraries=/usr --with-proj-gdal

I get the following error:

configure: WARNING: unrecognized options: --with-fox-includes, 
--with-gdal-includes, --with-gdal-libraries

Optional features summary
-
Enabled: InternalLanes DoublePrecision Subsecond TRACI PROJ GDAL GUI
Disabled: Debug Profiling MemoryChecks UnitTests Python

Can you help me.
Thank you.



Le Mardi 3 juin 2014 11h26, Christoph Sommer som...@ccs-labs.org a écrit :
 


Touil Bara wrote:
 I'am using Omnetpp 4.4.1, SUMO 0.20.0 and veins 2.2 (Ubuntu 12.04)

 Model error: TraCI server SUMO 0.20.0 reports API version 8. This server is 
 unsupported..
 [...] 
 Please help me.

Veins 2.2 works with SUMO 0.19.

SUMO 0.20 seems to use a different API (it has a different API version),
so it is incompatible with Veins 2.2


Best,

  Christoph

-- 
Dr. Christoph Sommer
Distributed Embedded Systems Group
University of Paderborn, Germany
http://www.ccs-labs.org/~sommer/


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation of vehicles changing lanes frequently

2014-04-07 Thread Thierry
Hello everyone,

I am working on a project about traffic simulation with SUMO. Now, I got stuck 
when I try to simulate a single car that changes frequently its lane.

I think it might be possible to implement by configuring the route XML files. 
But it seems that I can only control the edge-changing. And I also wonder if I 
need a new lane-changing model to do this.

Since there’s no documents available about the lane-changing model (I’ve 
attempted to look for DK2008 and LC2013), it really confuse me how to solve my 
problem. Could you help me?

Looking forward to your feedback.

Sincerely

—
LI Shiyu
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation of vehicles changing lanes frequently

2014-04-07 Thread Jakob Erdmann
Hello,
you can use TraCI to fully control the lane-changing behavior of all
vehicles.
see
http://sumo-sim.org/wiki/TraCI
http://sumo-sim.org/wiki/Tutorials/TraCI4Traffic_Lights
http://sumo-sim.org/wiki/TraCI/Change_Vehicle_State
regards,
Jakob


2014-04-07 17:05 GMT+02:00 Thierry lishiyu.thie...@gmail.com:

 Hello everyone,

 I am working on a project about traffic simulation with SUMO. Now, I got
 stuck when I try to simulate a single car that changes frequently its lane.

 I think it might be possible to implement by configuring the route XML
 files. But it seems that I can only control the edge-changing. And I also
 wonder if I need a new lane-changing model to do this.

 Since there's no documents available about the lane-changing model (I've
 attempted to look for DK2008 and LC2013), it really confuse me how to solve
 my problem. Could you help me?

 Looking forward to your feedback.

 Sincerely

 --
 LI Shiyu

 --
 Put Bad Developers to Shame
 Dominate Development with Jenkins Continuous Integration
 Continuously Automate Build, Test  Deployment
 Start a new project now. Try Jenkins in the cloud.
 http://p.sf.net/sfu/13600_Cloudbees_APR
 ___
 sumo-user mailing list
 sumo-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sumo-user

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation use Sumo and Omnet

2013-11-03 Thread 无事忙

Hello i don't know if i can ask you  this question ...But i really really need 
some help ! So please~~~
I want to run a simulation what name is Veins . It run with the SUMO and 
Omnet.When i run the simulation on the Omnet it have a error:

! Error in module (TraCIScenarioManagerLaunchd) scenario.manager (id=6) at 
event #1, t=0: Model error: Connection to TraCI server lost. Check your 
server's log. Error message: 104: Connection reset by peer.

And in the terminator it said can't run the sumo-gui ,there is no such 
directory or files
I don't know what should i do .Please help me 

Thank you very much
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951iu=/4140/ostg.clktrk
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Simulation use Sumo and Omnet

2013-11-03 Thread Christoph Sommer
Dear 无事忙,

无事忙 wrote:
 I want to run a simulation what name is Veins [...] in the terminator it said 
 can't run the sumo-gui ,there is no such
directory or files
 I don't know what should i do .Please help me 

You are probably running the sumo-launchd as follows:

/path/to/veins/sumo-launchd.py -v -c /path/to/sumo/bin/sumo-gui

This will only work if the program you are trying to run (here:
sumo-gui) is really in the given path (here: /path/to/sumo/bin).

Try finding out where sumo (or sumo-gui) is located on your computer and
supply this path.

The Veins tutorial on [1] has complete, step by step instructions.


Best,

  Christoph


[1] http://veins.car2x.org/tutorial/

-- 
Dr.-Ing. Christoph Sommer
Institute of Computer Science
University of Innsbruck, Austria
Phone: +43 512 507-53285 / Fax: -53079
http://ccs.uibk.ac.at/~sommer/

--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951iu=/4140/ostg.clktrk
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user