[sumo-user] 3D Visualization of SUMO

2020-04-02 Thread Keith Loiselle
Hello,

I am trying to run the Windows extra build to use the 3D visualization and
am only seeing spheroids instead of the 3D vehicle models.  I have tried a
couple of different pre-build versions including 1.3.1 and 1.5.0 with the
same result.

This is also similar to the problem described in the discussion archived
here:
https://www.mail-archive.com/sumo-user@eclipse.org/msg05371.html

The recommendation was to install some OSG plugins, which makes sense.  But
for my case all of the OSG DLL's were already present in the bin folder of
the downloaded Windows build.  What else could be missing?

I am also interested in changing the camera view from the front to the rear
of the tracked vehicle when using the TraCI trackVehicle command.  Can the
camera angle be changed from TraCI API, or only in the source code?

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


[sumo-user] RMSE Evaluation

2020-04-02 Thread Radha Reddy
Hello,

I am using HBEFA emissions model for estimating the fuel consumption and
other emissions.

I would like to know if there is a way to estimate the RMSE for HBEFA model
for 1000 vehicle scenario.

Thank you for your time in advance.

Regards
Radha
___
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] Cadyts

2020-04-02 Thread yun-pang.floetteroed
It’ strange…

Again, cadyts-master-SNAPSHOT.jar and floetteroed-utilities-master-SNAPSHOT.jar 
have to be in sumo/bin . Then you have to set SUMO_HOME to where the SUMO 
directory is, if you did not do it yet. For example SUMO_HOME = D:\sumo, if you 
put sumo under D. It works with me (I just tested it)….

I do not use java. But you can definitely find more information how to comply 
java via google.

Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im 
Auftrag von rony gracious
Gesendet: Donnerstag, 2. April 2020 14:50
An: Sumo project User discussions
Betreff: Re: [sumo-user] Cadyts

I downloaded the zip file you have send me and change my sumo_home to that and 
ran. I am still getting same error.

---
['java', '-cp', '', '-Xmx1G', 
'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale', 
'1.0', '-freezeit', '85', '-measfile', 
'/home/rony/Downloads/output.rou.alt.xml', '-binsize', '900', '-PREPITS', '5', 
'-bruteforce', 'False', '-demandscale', '2.0', '-mincountstddev', '25.0', 
'-overridett', 'False', '-clonepostfix', '-CLONE', '-cntfirstlink', 'False', 
'-cntlastlink', 'False']
Error: Could not find or load main class 
floetteroed.cadyts.interfaces.sumo.SumoController
Caused by: java.lang.ClassNotFoundException: 
floetteroed.cadyts.interfaces.sumo.SumoController

On Thu, Apr 2, 2020 at 6:08 PM rony gracious 
mailto:rony.g...@gmail.com>> wrote:
How can I create a compiled jar file myself?

On Thu, Apr 2, 2020 at 5:52 PM 
mailto:yun-pang.floetter...@dlr.de>> wrote:
You need to put the complied jar file in sumo/bin. If you do not want to do the 
compilation yourself, you can find the complied jar in sumo/bin in the 
sumo-win64extra-1.5.0.zip 
 at the SUMO wiki 
website.
Moreover, you need to set SUMO_HOME to the sumo directory on your computer, 
just in case you have not done it yet.

Von: sumo-user-boun...@eclipse.org 
[mailto:sumo-user-boun...@eclipse.org] Im 
Auftrag von rony gracious
Gesendet: Donnerstag, 2. April 2020 13:35
An: Sumo project User discussions
Betreff: Re: [sumo-user] Cadyts

So, I downloaded the files from github and placed cadyts folders inside that in 
sumo/bin.

But I am getting the same error. I can't find this cadytsSumoController.jar 
file.

On Thu, Apr 2, 2020 at 4:42 PM 
mailto:yun-pang.floetter...@dlr.de>> wrote:
Hi,

Have you checked if you have the cadyts tool? cadyts ist not in the sumo/bin 
anymore. If you want to use cadyts, you need to download it firstly 
(https://people.kth.se/~gunnarfl/cadyts.html ) and place in the directory “bin” 
or change the file path and change the name. If it is not the reason, you can 
look at the cadySumo-log.txt to see the error messages. If necessary, you can 
also send me the file and I can check it.

Best regards,
Yun-Pang

Von: sumo-user-boun...@eclipse.org 
[mailto:sumo-user-boun...@eclipse.org] Im 
Auftrag von rony gracious
Gesendet: Donnerstag, 2. April 2020 12:18
An: Sumo project User discussions
Betreff: [sumo-user] Cadyts

Hey,

While i am trying to run cadytsiterate.py I am getting this error. Can anyone 
help me with this?

Execution of ['java', '-cp', '', '-Xmx1G', 
'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale', 
'1.0', '-freezeit', '85', '-measfile', '/home/rony/Downloads/realflow.xml', 
'-binsize', '900', '-PREPITS', '5', '-bruteforce', 'False', '-demandscale', 
'2.0', '-mincountstddev', '25.0', '-overridett', 'False', '-clonepostfix', 
'-CLONE', '-cntfirstlink', 'False', '-cntlastlink', 'False'] failed. Look into 
cadySumo-log.txt for details.

Thanks in advance.
___
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] Cadyts

2020-04-02 Thread rony gracious
I downloaded the zip file you have send me and change my sumo_home to that
and ran. I am still getting same error.

---
['java', '-cp', '', '-Xmx1G',
'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale',
'1.0', '-freezeit', '85', '-measfile',
'/home/rony/Downloads/output.rou.alt.xml', '-binsize', '900', '-PREPITS',
'5', '-bruteforce', 'False', '-demandscale', '2.0', '-mincountstddev',
'25.0', '-overridett', 'False', '-clonepostfix', '-CLONE', '-cntfirstlink',
'False', '-cntlastlink', 'False']
Error: Could not find or load main class
floetteroed.cadyts.interfaces.sumo.SumoController
Caused by: java.lang.ClassNotFoundException:
floetteroed.cadyts.interfaces.sumo.SumoController

On Thu, Apr 2, 2020 at 6:08 PM rony gracious  wrote:

> How can I create a compiled jar file myself?
>
> On Thu, Apr 2, 2020 at 5:52 PM  wrote:
>
>> You need to put the complied jar file in sumo/bin. If you do not want to
>> do the compilation yourself, you can find the complied jar in sumo/bin in
>> the sumo-win64extra-1.5.0.zip
>> at the
>> SUMO wiki website.
>>
>> Moreover, you need to set SUMO_HOME to the sumo directory on your
>> computer, just in case you have not done it yet.
>>
>>
>>
>> *Von:* sumo-user-boun...@eclipse.org [mailto:
>> sumo-user-boun...@eclipse.org] *Im Auftrag von *rony gracious
>> *Gesendet:* Donnerstag, 2. April 2020 13:35
>> *An:* Sumo project User discussions
>> *Betreff:* Re: [sumo-user] Cadyts
>>
>>
>>
>> So, I downloaded the files from github and placed cadyts folders inside
>> that in sumo/bin.
>>
>>
>>
>> But I am getting the same error. I can't find this cadytsSumoController.jar
>> file.
>>
>>
>>
>> On Thu, Apr 2, 2020 at 4:42 PM  wrote:
>>
>> Hi,
>>
>>
>>
>> Have you checked if you have the cadyts tool? cadyts ist not in the
>> sumo/bin anymore. If you want to use cadyts, you need to download it
>> firstly (https://people.kth.se/~gunnarfl/cadyts.html ) and place in the
>> directory “bin” or change the file path and change the name. If it is not
>> the reason, you can look at the cadySumo-log.txt to see the error messages.
>> If necessary, you can also send me the file and I can check it.
>>
>>
>>
>> Best regards,
>>
>> Yun-Pang
>>
>>
>>
>> *Von:* sumo-user-boun...@eclipse.org [mailto:
>> sumo-user-boun...@eclipse.org] *Im Auftrag von *rony gracious
>> *Gesendet:* Donnerstag, 2. April 2020 12:18
>> *An:* Sumo project User discussions
>> *Betreff:* [sumo-user] Cadyts
>>
>>
>>
>> Hey,
>>
>>
>>
>> While i am trying to run cadytsiterate.py I am getting this error. Can
>> anyone help me with this?
>>
>>
>>
>> Execution of ['java', '-cp', '', '-Xmx1G',
>> 'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale',
>> '1.0', '-freezeit', '85', '-measfile', '/home/rony/Downloads/realflow.xml',
>> '-binsize', '900', '-PREPITS', '5', '-bruteforce', 'False', '-demandscale',
>> '2.0', '-mincountstddev', '25.0', '-overridett', 'False', '-clonepostfix',
>> '-CLONE', '-cntfirstlink', 'False', '-cntlastlink', 'False'] failed. Look
>> into cadySumo-log.txt for details.
>>
>>
>>
>> Thanks in advance.
>>
>> ___
>> 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] Cadyts

2020-04-02 Thread rony gracious
How can I create a compiled jar file myself?

On Thu, Apr 2, 2020 at 5:52 PM  wrote:

> You need to put the complied jar file in sumo/bin. If you do not want to
> do the compilation yourself, you can find the complied jar in sumo/bin in
> the sumo-win64extra-1.5.0.zip
> at the SUMO
> wiki website.
>
> Moreover, you need to set SUMO_HOME to the sumo directory on your
> computer, just in case you have not done it yet.
>
>
>
> *Von:* sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org]
> *Im Auftrag von *rony gracious
> *Gesendet:* Donnerstag, 2. April 2020 13:35
> *An:* Sumo project User discussions
> *Betreff:* Re: [sumo-user] Cadyts
>
>
>
> So, I downloaded the files from github and placed cadyts folders inside
> that in sumo/bin.
>
>
>
> But I am getting the same error. I can't find this cadytsSumoController.jar
> file.
>
>
>
> On Thu, Apr 2, 2020 at 4:42 PM  wrote:
>
> Hi,
>
>
>
> Have you checked if you have the cadyts tool? cadyts ist not in the
> sumo/bin anymore. If you want to use cadyts, you need to download it
> firstly (https://people.kth.se/~gunnarfl/cadyts.html ) and place in the
> directory “bin” or change the file path and change the name. If it is not
> the reason, you can look at the cadySumo-log.txt to see the error messages.
> If necessary, you can also send me the file and I can check it.
>
>
>
> Best regards,
>
> Yun-Pang
>
>
>
> *Von:* sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org]
> *Im Auftrag von *rony gracious
> *Gesendet:* Donnerstag, 2. April 2020 12:18
> *An:* Sumo project User discussions
> *Betreff:* [sumo-user] Cadyts
>
>
>
> Hey,
>
>
>
> While i am trying to run cadytsiterate.py I am getting this error. Can
> anyone help me with this?
>
>
>
> Execution of ['java', '-cp', '', '-Xmx1G',
> 'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale',
> '1.0', '-freezeit', '85', '-measfile', '/home/rony/Downloads/realflow.xml',
> '-binsize', '900', '-PREPITS', '5', '-bruteforce', 'False', '-demandscale',
> '2.0', '-mincountstddev', '25.0', '-overridett', 'False', '-clonepostfix',
> '-CLONE', '-cntfirstlink', 'False', '-cntlastlink', 'False'] failed. Look
> into cadySumo-log.txt for details.
>
>
>
> Thanks in advance.
>
> ___
> 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] Cadyts

2020-04-02 Thread yun-pang.floetteroed
You need to put the complied jar file in sumo/bin. If you do not want to do the 
compilation yourself, you can find the complied jar in sumo/bin in the 
sumo-win64extra-1.5.0.zip 
 at the SUMO wiki 
website.
Moreover, you need to set SUMO_HOME to the sumo directory on your computer, 
just in case you have not done it yet.

Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im 
Auftrag von rony gracious
Gesendet: Donnerstag, 2. April 2020 13:35
An: Sumo project User discussions
Betreff: Re: [sumo-user] Cadyts

So, I downloaded the files from github and placed cadyts folders inside that in 
sumo/bin.

But I am getting the same error. I can't find this cadytsSumoController.jar 
file.

On Thu, Apr 2, 2020 at 4:42 PM 
mailto:yun-pang.floetter...@dlr.de>> wrote:
Hi,

Have you checked if you have the cadyts tool? cadyts ist not in the sumo/bin 
anymore. If you want to use cadyts, you need to download it firstly 
(https://people.kth.se/~gunnarfl/cadyts.html ) and place in the directory “bin” 
or change the file path and change the name. If it is not the reason, you can 
look at the cadySumo-log.txt to see the error messages. If necessary, you can 
also send me the file and I can check it.

Best regards,
Yun-Pang

Von: sumo-user-boun...@eclipse.org 
[mailto:sumo-user-boun...@eclipse.org] Im 
Auftrag von rony gracious
Gesendet: Donnerstag, 2. April 2020 12:18
An: Sumo project User discussions
Betreff: [sumo-user] Cadyts

Hey,

While i am trying to run cadytsiterate.py I am getting this error. Can anyone 
help me with this?

Execution of ['java', '-cp', '', '-Xmx1G', 
'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale', 
'1.0', '-freezeit', '85', '-measfile', '/home/rony/Downloads/realflow.xml', 
'-binsize', '900', '-PREPITS', '5', '-bruteforce', 'False', '-demandscale', 
'2.0', '-mincountstddev', '25.0', '-overridett', 'False', '-clonepostfix', 
'-CLONE', '-cntfirstlink', 'False', '-cntlastlink', 'False'] failed. Look into 
cadySumo-log.txt for details.

Thanks in advance.
___
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] Query : Shows traffic density but emission is 0

2020-04-02 Thread Bijal
Dear Sir,

calculation :

num = traci.edge.getLastStepVehicleNumber(edgeId)
normalized_count =(num * 100) / traci.lane.getLength(edgeId + "_0")

gives following values :

*CO2* *CO* *HCE* *No2* *pm2* *noise* *traffic_density*
0 0 0 0 0 0 0.134976447
0 0 0 0 0 0 500
0 0 0 0 0 0 1.941747573
0 0 0 0 0 0 41.84100418


*Question : If traffic is present than how the emission values are 0?*

I am using function : (traci.edge.getCO2Emission(edgeId)

-- 
*:)*
Bijal Varia
___
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] Cadyts

2020-04-02 Thread rony gracious
---
['java', '-cp', '', '-Xmx1G',
'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale',
'1.0', '-freezeit', '85', '-measfile',
'/home/rony/Downloads/output.rou.alt.xml', '-binsize', '900', '-PREPITS',
'5', '-bruteforce', 'False', '-demandscale', '2.0', '-mincountstddev',
'25.0', '-overridett', 'False', '-clonepostfix', '-CLONE', '-cntfirstlink',
'False', '-cntlastlink', 'False']
Error: Could not find or load main class
floetteroed.cadyts.interfaces.sumo.SumoController


This is in my cadySumo-log.txt

On Thu, Apr 2, 2020 at 5:04 PM rony gracious  wrote:

> So, I downloaded the files from github and placed cadyts folders inside
> that in sumo/bin.
>
> But I am getting the same error. I can't find this cadytsSumoController.jar
> file.
>
> On Thu, Apr 2, 2020 at 4:42 PM  wrote:
>
>> Hi,
>>
>>
>>
>> Have you checked if you have the cadyts tool? cadyts ist not in the
>> sumo/bin anymore. If you want to use cadyts, you need to download it
>> firstly (https://people.kth.se/~gunnarfl/cadyts.html ) and place in the
>> directory “bin” or change the file path and change the name. If it is not
>> the reason, you can look at the cadySumo-log.txt to see the error messages.
>> If necessary, you can also send me the file and I can check it.
>>
>>
>>
>> Best regards,
>>
>> Yun-Pang
>>
>>
>>
>> *Von:* sumo-user-boun...@eclipse.org [mailto:
>> sumo-user-boun...@eclipse.org] *Im Auftrag von *rony gracious
>> *Gesendet:* Donnerstag, 2. April 2020 12:18
>> *An:* Sumo project User discussions
>> *Betreff:* [sumo-user] Cadyts
>>
>>
>>
>> Hey,
>>
>>
>>
>> While i am trying to run cadytsiterate.py I am getting this error. Can
>> anyone help me with this?
>>
>>
>>
>> Execution of ['java', '-cp', '', '-Xmx1G',
>> 'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale',
>> '1.0', '-freezeit', '85', '-measfile', '/home/rony/Downloads/realflow.xml',
>> '-binsize', '900', '-PREPITS', '5', '-bruteforce', 'False', '-demandscale',
>> '2.0', '-mincountstddev', '25.0', '-overridett', 'False', '-clonepostfix',
>> '-CLONE', '-cntfirstlink', 'False', '-cntlastlink', 'False'] failed. Look
>> into cadySumo-log.txt for details.
>>
>>
>>
>> Thanks in advance.
>> ___
>> 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] Cadyts

2020-04-02 Thread rony gracious
So, I downloaded the files from github and placed cadyts folders inside
that in sumo/bin.

But I am getting the same error. I can't find this cadytsSumoController.jar
file.

On Thu, Apr 2, 2020 at 4:42 PM  wrote:

> Hi,
>
>
>
> Have you checked if you have the cadyts tool? cadyts ist not in the
> sumo/bin anymore. If you want to use cadyts, you need to download it
> firstly (https://people.kth.se/~gunnarfl/cadyts.html ) and place in the
> directory “bin” or change the file path and change the name. If it is not
> the reason, you can look at the cadySumo-log.txt to see the error messages.
> If necessary, you can also send me the file and I can check it.
>
>
>
> Best regards,
>
> Yun-Pang
>
>
>
> *Von:* sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org]
> *Im Auftrag von *rony gracious
> *Gesendet:* Donnerstag, 2. April 2020 12:18
> *An:* Sumo project User discussions
> *Betreff:* [sumo-user] Cadyts
>
>
>
> Hey,
>
>
>
> While i am trying to run cadytsiterate.py I am getting this error. Can
> anyone help me with this?
>
>
>
> Execution of ['java', '-cp', '', '-Xmx1G',
> 'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale',
> '1.0', '-freezeit', '85', '-measfile', '/home/rony/Downloads/realflow.xml',
> '-binsize', '900', '-PREPITS', '5', '-bruteforce', 'False', '-demandscale',
> '2.0', '-mincountstddev', '25.0', '-overridett', 'False', '-clonepostfix',
> '-CLONE', '-cntfirstlink', 'False', '-cntlastlink', 'False'] failed. Look
> into cadySumo-log.txt for details.
>
>
>
> Thanks in advance.
> ___
> 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] Cadyts

2020-04-02 Thread yun-pang.floetteroed
Hi,

Have you checked if you have the cadyts tool? cadyts ist not in the sumo/bin 
anymore. If you want to use cadyts, you need to download it firstly 
(https://people.kth.se/~gunnarfl/cadyts.html ) and place in the directory “bin” 
or change the file path and change the name. If it is not the reason, you can 
look at the cadySumo-log.txt to see the error messages. If necessary, you can 
also send me the file and I can check it.

Best regards,
Yun-Pang

Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im 
Auftrag von rony gracious
Gesendet: Donnerstag, 2. April 2020 12:18
An: Sumo project User discussions
Betreff: [sumo-user] Cadyts

Hey,

While i am trying to run cadytsiterate.py I am getting this error. Can anyone 
help me with this?

Execution of ['java', '-cp', '', '-Xmx1G', 
'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale', 
'1.0', '-freezeit', '85', '-measfile', '/home/rony/Downloads/realflow.xml', 
'-binsize', '900', '-PREPITS', '5', '-bruteforce', 'False', '-demandscale', 
'2.0', '-mincountstddev', '25.0', '-overridett', 'False', '-clonepostfix', 
'-CLONE', '-cntfirstlink', 'False', '-cntlastlink', 'False'] failed. Look into 
cadySumo-log.txt for details.

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


[sumo-user] Edge List using Traci

2020-04-02 Thread Bijal
Dear Sir,

When i locate edge in the netedit i found values like 1,2,3...for the
edges, not like ":1_0" etc.

using following:

for edgeId in traci.edge.getIDList():

I just want to list the edges which shows in edge locator of netedit
(edgeId like integer values only).

Please help me how to do it?

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


[sumo-user] Cadyts

2020-04-02 Thread rony gracious
Hey,

While i am trying to run cadytsiterate.py I am getting this error. Can
anyone help me with this?

Execution of ['java', '-cp', '', '-Xmx1G',
'floetteroed.cadyts.interfaces.sumo.SumoController', 'INIT', '-varscale',
'1.0', '-freezeit', '85', '-measfile', '/home/rony/Downloads/realflow.xml',
'-binsize', '900', '-PREPITS', '5', '-bruteforce', 'False', '-demandscale',
'2.0', '-mincountstddev', '25.0', '-overridett', 'False', '-clonepostfix',
'-CLONE', '-cntfirstlink', 'False', '-cntlastlink', 'False'] failed. Look
into cadySumo-log.txt for details.

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


[sumo-user] Simulation not end at default time

2020-04-02 Thread Bijal
Thanks for the reply sir.
___
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] Direct access to SUMO with C++

2020-04-02 Thread Jakob Erdmann
Hello,
the easiest way to use libsumo is probably by using the python wrapper:
https://sumo.dlr.de/docs/Libsumo.html#using_libsumo
The API is identical to the socket-based python client:
https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html
https://sumo.dlr.de/pydoc/traci.html
regards,
Jakob

Am Do., 2. Apr. 2020 um 05:00 Uhr schrieb Michael Buro <
michael.b...@gmail.com>:

> Hello,
> I am interested in using SUMO as part of a traffic optimization project
> involving heuristic search and machine learning. The documentation hints at
> the option of accessing SUMO in C++ directly - without socket communication
> - which would be ideal for maximizing speed, but I couldn't find any code
> samples or direct-access API documentation.
> Do those exist?
> Thanks
> /MB
> ___
> 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] tls_csvSignalGroups.py and pedestrians

2020-04-02 Thread Jakob Erdmann
Hello Andres,
in principle, Mirko is correct but you will still need to upgrade to the
latest development version of SUMO because the python script needed some
minor tweaks to handle pedestrian crossings correctly (
https://github.com/eclipse/sumo/issues/6861).
For reference, you can take a look at the test:
https://github.com/eclipse/sumo/tree/master/tests/tools/tls/tls_csvSignalGroups/pedestrians

regards,
Jakob

Am Do., 2. Apr. 2020 um 09:31 Uhr schrieb Mirko Barthauer <
m.bartha...@t-online.de>:

> Dear Andres,
>
> yes, it is possible but more delicate than with normal lanes. As with
> other signal groups, you have to specify for which connections they should
> be responsible, indicating from/to lane or edge IDs. The bad thing in this
> respect is that these are created automatically by Netedit/Netconvert and
> are not so easy to get, especially if you want pedestrian crossings with
> different signals per direction.
>
> You can switch on the waiting area and crossing IDs in the GUI view
> settings (See Junctions > Show crossing and walkingarea names). Although
> pedestrians can use crossings in both directions, the crossing edge itself
> is directed. Depending on whether you want to set the signal at the
> crossing edge begin or end side, from/to edge combination is either
>
>- from waitingarea to crossing
>- from crossing to waitingarea
>
> I hope you understand better how this works now.
>
> Best regards
> Mirko
> Am 02.04.2020 um 00:35 schrieb Andres Felipe Acosta Gil:
>
> Dear SUMO community,
>
> I am working with tls_csvSignalGroups.py but I did not find a way to
> insert a traffic light group for pedestrians related to a pedestrian
> crossing. Is it possible with this tool?
>
> Thanks in advance.
>
> --
> Andres Felipe Acosta Gil, M.Eng.
> Software developer
> Universidad Nacional de Colombia - sede Medellín
> Facultad de Minas
> Cra 80 No 65-223, Bloque M3, Oficina 209
> Tel: +57 (4) 4255092
> Institutional e-mail: afacos...@unal.edu.co
>
>
>
> ___
> sumo-user mailing listsumo-u...@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] tls_csvSignalGroups.py and pedestrians

2020-04-02 Thread Mirko Barthauer

Dear Andres,

yes, it is possible but more delicate than with normal lanes. As with 
other signal groups, you have to specify for which connections they 
should be responsible, indicating from/to lane or edge IDs. The bad 
thing in this respect is that these are created automatically by 
Netedit/Netconvert and are not so easy to get, especially if you want 
pedestrian crossings with different signals per direction.


You can switch on the waiting area and crossing IDs in the GUI view 
settings (See Junctions > Show crossing and walkingarea names). Although 
pedestrians can use crossings in both directions, the crossing edge 
itself is directed. Depending on whether you want to set the signal at 
the crossing edge begin or end side, from/to edge combination is either


 * from waitingarea to crossing
 * from crossing to waitingarea

I hope you understand better how this works now.

Best regards
Mirko

Am 02.04.2020 um 00:35 schrieb Andres Felipe Acosta Gil:

Dear SUMO community,

I am working with tls_csvSignalGroups.py but I did not find a way to 
insert a traffic light group for pedestrians related to a pedestrian 
crossing. Is it possible with this tool?


Thanks in advance.

--
Andres Felipe Acosta Gil, M.Eng.
Software developer
Universidad Nacional de Colombia - sede Medellín
Facultad de Minas
Cra 80 No 65-223, Bloque M3, Oficina 209
Tel: +57 (4) 4255092
Institutional e-mail: afacos...@unal.edu.co 



___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, 
visithttps://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] Simulation not end at default time

2020-04-02 Thread Jakob Erdmann
The end time for randomTrips denotes the last vehicle departure of the
generated trips.
By default, the simulation ends after all vehicles have arrived.
If you wish to end the simulation earlier, you can use sumo option --end
regards,
Jakob

Am Do., 2. Apr. 2020 um 04:56 Uhr schrieb Bijal :

> Dear sir,
>
> As per the documentation,Default simulation ends at 3600 seconds for
> RandomTrip.py.
>
> But it is not ending at 3600 s. Please help.
> ___
> 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