Re: [sumo-user] Flow definition using Poisson

2022-05-24 Thread Jakob Erdmann
Most likely you have more than one sumo version on your linux machine and
the older one is being called.

Am Di., 24. Mai 2022 um 15:24 Uhr schrieb Radha Reddy <
radha.reddy@gmail.com>:

> Thanks, Jakob,
>
> In Windows11 the Poisson distribution is working. But it is strange that
> not working in Ubuntu Linux.
>
>
> On Tue, May 24, 2022 at 2:06 PM Jakob Erdmann 
> wrote:
>
>> > Probably the SUMO website must be updated with the* period instead of
>> probability*.
>>
>> Thanks! Fixed now.
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Flow definition using Poisson

2022-05-24 Thread Radha Reddy
Thanks, Jakob,

In Windows11 the Poisson distribution is working. But it is strange that
not working in Ubuntu Linux.


On Tue, May 24, 2022 at 2:06 PM Jakob Erdmann  wrote:

> > Probably the SUMO website must be updated with the* period instead of
> probability*.
>
> Thanks! Fixed now.
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Flow definition using Poisson

2022-05-24 Thread Jakob Erdmann
> Probably the SUMO website must be updated with the* period instead of
probability*.

Thanks! Fixed now.
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Flow definition using Poisson

2022-05-24 Thread Jakob Erdmann
You can find a working example at
https://sumo.dlr.de/extractTest.php?path=sumo/spec/flow/poisson_0.1
If it doesn't work for you, then the version of sumo you are calling is not
1.13.0
(a quick way to check is by calling 'sumo' on the command line without
arguments)

Am Di., 24. Mai 2022 um 13:45 Uhr schrieb Radha Reddy <
radha.reddy@gmail.com>:

> Hello Jakob,
>
> Yes I am using the new version of sumo 1.13.0 on Ubuntu Linux.
>
> Regards
> Radha
>
>
> On Tue, May 24, 2022, 12:31 Jakob Erdmann  wrote:
>
>> You need to upgrade to version 1.13.0 to use Poisson flows.
>>
>> Am Di., 24. Mai 2022 um 13:18 Uhr schrieb Radha Reddy <
>> radha.reddy@gmail.com>:
>>
>>> Sorry, but I have the same error with the period
>>>
>>> Error: Attribute 'period' in definition of flow 'f1' is not a time value.
>>> Error: flow cannot be created
>>> Loading of additional-files failed.
>>> Quitting (on error).
>>>
>>> On Tue, May 24, 2022 at 12:15 PM Radha Reddy 
>>> wrote:
>>>
 Many thanks Jakob,

 Probably the SUMO website must be updated with the* period instead of
 probability*.
 https://sumo.dlr.de/docs/Simulation/Randomness.html

 Regards
 Radha

 On Tue, May 24, 2022 at 12:13 PM Jakob Erdmann 
 wrote:

> period="exp(0.01)" 
>
> (the period between vehicles comes from an exponential distribution)
>
> Am Di., 24. Mai 2022 um 12:50 Uhr schrieb Radha Reddy <
> radha.reddy@gmail.com>:
>
>> Hello Again,
>>
>> I tried to define the flow using Poisson distribution in the
>> following way.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *
>> 
>>  > end="4000">> type="typedist2" route="fromNorth1"/>*
>>
>> But I end up with an error
>>
>> Error: Attribute 'probability' in definition of flow 'f1' is not of
>> type float.
>> Error: flow cannot be created
>>
>> Am I missing something? Where it went wrong please suggest to me.
>>
>> Regards
>> Radha
>>
>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
 ___
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To unsubscribe from this list, visit
>>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Flow definition using Poisson

2022-05-24 Thread Radha Reddy
Hello Jakob,

Yes I am using the new version of sumo 1.13.0 on Ubuntu Linux.

Regards
Radha


On Tue, May 24, 2022, 12:31 Jakob Erdmann  wrote:

> You need to upgrade to version 1.13.0 to use Poisson flows.
>
> Am Di., 24. Mai 2022 um 13:18 Uhr schrieb Radha Reddy <
> radha.reddy@gmail.com>:
>
>> Sorry, but I have the same error with the period
>>
>> Error: Attribute 'period' in definition of flow 'f1' is not a time value.
>> Error: flow cannot be created
>> Loading of additional-files failed.
>> Quitting (on error).
>>
>> On Tue, May 24, 2022 at 12:15 PM Radha Reddy 
>> wrote:
>>
>>> Many thanks Jakob,
>>>
>>> Probably the SUMO website must be updated with the* period instead of
>>> probability*.
>>> https://sumo.dlr.de/docs/Simulation/Randomness.html
>>>
>>> Regards
>>> Radha
>>>
>>> On Tue, May 24, 2022 at 12:13 PM Jakob Erdmann 
>>> wrote:
>>>
 period="exp(0.01)" 

 (the period between vehicles comes from an exponential distribution)

 Am Di., 24. Mai 2022 um 12:50 Uhr schrieb Radha Reddy <
 radha.reddy@gmail.com>:

> Hello Again,
>
> I tried to define the flow using Poisson distribution in the following
> way.
>
>
>
>
>
>
>
>
>
>
> *
> 
>   end="4000"> type="typedist2" route="fromNorth1"/>*
>
> But I end up with an error
>
> Error: Attribute 'probability' in definition of flow 'f1' is not of
> type float.
> Error: flow cannot be created
>
> Am I missing something? Where it went wrong please suggest to me.
>
> Regards
> Radha
>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
 ___
 sumo-user mailing list
 sumo-user@eclipse.org
 To unsubscribe from this list, visit
 https://www.eclipse.org/mailman/listinfo/sumo-user

>>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Flow definition using Poisson

2022-05-24 Thread Jakob Erdmann
You need to upgrade to version 1.13.0 to use Poisson flows.

Am Di., 24. Mai 2022 um 13:18 Uhr schrieb Radha Reddy <
radha.reddy@gmail.com>:

> Sorry, but I have the same error with the period
>
> Error: Attribute 'period' in definition of flow 'f1' is not a time value.
> Error: flow cannot be created
> Loading of additional-files failed.
> Quitting (on error).
>
> On Tue, May 24, 2022 at 12:15 PM Radha Reddy 
> wrote:
>
>> Many thanks Jakob,
>>
>> Probably the SUMO website must be updated with the* period instead of
>> probability*.
>> https://sumo.dlr.de/docs/Simulation/Randomness.html
>>
>> Regards
>> Radha
>>
>> On Tue, May 24, 2022 at 12:13 PM Jakob Erdmann 
>> wrote:
>>
>>> period="exp(0.01)" 
>>>
>>> (the period between vehicles comes from an exponential distribution)
>>>
>>> Am Di., 24. Mai 2022 um 12:50 Uhr schrieb Radha Reddy <
>>> radha.reddy@gmail.com>:
>>>
 Hello Again,

 I tried to define the flow using Poisson distribution in the following
 way.










 *
 
  >>> end="4000">>>> type="typedist2" route="fromNorth1"/>*

 But I end up with an error

 Error: Attribute 'probability' in definition of flow 'f1' is not of
 type float.
 Error: flow cannot be created

 Am I missing something? Where it went wrong please suggest to me.

 Regards
 Radha


 ___
 sumo-user mailing list
 sumo-user@eclipse.org
 To unsubscribe from this list, visit
 https://www.eclipse.org/mailman/listinfo/sumo-user

>>> ___
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To unsubscribe from this list, visit
>>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>>
>> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Flow definition using Poisson

2022-05-24 Thread Radha Reddy
Sorry, but I have the same error with the period

Error: Attribute 'period' in definition of flow 'f1' is not a time value.
Error: flow cannot be created
Loading of additional-files failed.
Quitting (on error).

On Tue, May 24, 2022 at 12:15 PM Radha Reddy 
wrote:

> Many thanks Jakob,
>
> Probably the SUMO website must be updated with the* period instead of
> probability*.
> https://sumo.dlr.de/docs/Simulation/Randomness.html
>
> Regards
> Radha
>
> On Tue, May 24, 2022 at 12:13 PM Jakob Erdmann 
> wrote:
>
>> period="exp(0.01)" 
>>
>> (the period between vehicles comes from an exponential distribution)
>>
>> Am Di., 24. Mai 2022 um 12:50 Uhr schrieb Radha Reddy <
>> radha.reddy@gmail.com>:
>>
>>> Hello Again,
>>>
>>> I tried to define the flow using Poisson distribution in the following
>>> way.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *>> id="f1" probability="exp(0.01)" type="VehType" route="fromNorth"/>
>>>>> end="4000">>> type="typedist2" route="fromNorth1"/>*
>>>
>>> But I end up with an error
>>>
>>> Error: Attribute 'probability' in definition of flow 'f1' is not of type
>>> float.
>>> Error: flow cannot be created
>>>
>>> Am I missing something? Where it went wrong please suggest to me.
>>>
>>> Regards
>>> Radha
>>>
>>>
>>> ___
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To unsubscribe from this list, visit
>>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Flow definition using Poisson

2022-05-24 Thread Radha Reddy
Many thanks Jakob,

Probably the SUMO website must be updated with the* period instead of
probability*.
https://sumo.dlr.de/docs/Simulation/Randomness.html

Regards
Radha

On Tue, May 24, 2022 at 12:13 PM Jakob Erdmann 
wrote:

> period="exp(0.01)" 
>
> (the period between vehicles comes from an exponential distribution)
>
> Am Di., 24. Mai 2022 um 12:50 Uhr schrieb Radha Reddy <
> radha.reddy@gmail.com>:
>
>> Hello Again,
>>
>> I tried to define the flow using Poisson distribution in the following
>> way.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *> id="f1" probability="exp(0.01)" type="VehType" route="fromNorth"/>
>>> end="4000">> type="typedist2" route="fromNorth1"/>*
>>
>> But I end up with an error
>>
>> Error: Attribute 'probability' in definition of flow 'f1' is not of type
>> float.
>> Error: flow cannot be created
>>
>> Am I missing something? Where it went wrong please suggest to me.
>>
>> Regards
>> Radha
>>
>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Flow definition using Poisson

2022-05-24 Thread Jakob Erdmann
period="exp(0.01)" 

(the period between vehicles comes from an exponential distribution)

Am Di., 24. Mai 2022 um 12:50 Uhr schrieb Radha Reddy <
radha.reddy@gmail.com>:

> Hello Again,
>
> I tried to define the flow using Poisson distribution in the following way.
>
>
>
>
>
>
>
>
>
>
> * id="f1" probability="exp(0.01)" type="VehType" route="fromNorth"/>
> end="4000"> type="typedist2" route="fromNorth1"/>*
>
> But I end up with an error
>
> Error: Attribute 'probability' in definition of flow 'f1' is not of type
> float.
> Error: flow cannot be created
>
> Am I missing something? Where it went wrong please suggest to me.
>
> Regards
> Radha
>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Flow definition using Poisson

2022-05-24 Thread Radha Reddy
Hello Again,

I tried to define the flow using Poisson distribution in the following way.










*
   *

But I end up with an error

Error: Attribute 'probability' in definition of flow 'f1' is not of type
float.
Error: flow cannot be created

Am I missing something? Where it went wrong please suggest to me.

Regards
Radha
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user