Re: [sumo-user] Changing rail to be bidirectional using netconvert

2024-01-17 Thread Pablo Alvarez Lopez via sumo-user
Hi Hector,


has the "pathtofile" an space or a strange character like ñ, ä or similar?


Regards


Von: sumo-user  im Auftrag von Hector A Martinez 
via sumo-user 
Gesendet: Mittwoch, 17. Januar 2024 20:50:24
An: sumo-user@eclipse.org
Cc: Hector A Martinez
Betreff: [sumo-user] Changing rail to be bidirectional using netconvert

Sumo team,

I am trying to convert all of my rail network to be bidirectional using 
netconvert without affecting my roadway network. This is for 
commodity/container movement, not people movement. I am using a file I 
generated using OSM wizard.

I used this script:
netconvert --railway.topology.all-bidi.input-file 
C:\pathtofile\test_osm_in.net.xml.gz

This is the error I get.

Error: No nodes loaded.
Quitting (on error).

I recognize that the network file is a .gz file but both netedit and sumo open 
the network file as is and it has everything to include the nodes. Netedit 
crashes on me all the time while I am making changes to the file so I need to 
do this rail changes quicker using netconvert. I welcome any advice that will 
point me in the right direction.  Thanks,

--Hector


From: Mirko Barthauer 
Sent: Friday, January 12, 2024 3:50 AM
To: Hector A Martinez 
Subject: AW: [EXT] AW: Adding Containers using TraCI

Hi Hector, you can try to process your network with netconvert using the 
PlainXML format: convert your network to PlainXML analyse your network with a 
script and write the missing edges in a new file in PlainXML format convert 
back to the normal

Hi Hector,



you can try to process your network with netconvert using the PlainXML 
format:

  *   convert your network 
to PlainXML
  *   analyse your network with a script and write the missing edges in a new 
file in PlainXML format
  *   convert back to the normal SUMO format with netconvert by supplying the 
PlainXML files using the respective input options (-n,-e,-x,-i)

Please write to the mailing list next time, so that everybody can answer the 
question (or at least learn from it).



Best regards

Mirko






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


[sumo-user] Changing rail to be bidirectional using netconvert

2024-01-17 Thread Hector A Martinez via sumo-user
Sumo team,

I am trying to convert all of my rail network to be bidirectional using 
netconvert without affecting my roadway network. This is for 
commodity/container movement, not people movement. I am using a file I 
generated using OSM wizard.

I used this script:
netconvert --railway.topology.all-bidi.input-file 
C:\pathtofile\test_osm_in.net.xml.gz

This is the error I get.

Error: No nodes loaded.
Quitting (on error).

I recognize that the network file is a .gz file but both netedit and sumo open 
the network file as is and it has everything to include the nodes. Netedit 
crashes on me all the time while I am making changes to the file so I need to 
do this rail changes quicker using netconvert. I welcome any advice that will 
point me in the right direction.  Thanks,

--Hector


From: Mirko Barthauer 
Sent: Friday, January 12, 2024 3:50 AM
To: Hector A Martinez 
Subject: AW: [EXT] AW: Adding Containers using TraCI

Hi Hector, you can try to process your network with netconvert using the 
PlainXML format: convert your network to PlainXML analyse your network with a 
script and write the missing edges in a new file in PlainXML format convert 
back to the normal


Hi Hector,



you can try to process your network with netconvert using the PlainXML 
format:

  *   convert your network 
to PlainXML
  *   analyse your network with a script and write the missing edges in a new 
file in PlainXML format
  *   convert back to the normal SUMO format with netconvert by supplying the 
PlainXML files using the respective input options (-n,-e,-x,-i)

Please write to the mailing list next time, so that everybody can answer the 
question (or at least learn from it).



Best regards

Mirko






___
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] Brake light flickering

2024-01-17 Thread Matthew Jones via sumo-user
Hello Mirko,

Thanks for the explanation.
We typically run at 1KHz and I think SUMO at 100Hz so that would explain it.
We will need to add a simple filter at our end.

Matthew.

From: Mirko Barthauer 
Sent: 17 January 2024 14:27
To: Sumo project User discussions ; Zhenglin Wei via 
sumo-user 
Cc: Matthew Jones 
Subject: AW: [sumo-user] Brake light flickering


 THIS EMAIL HAS COME FROM AN EXTERNAL SOURCE 



Hi Matthew,



AFAIK brake light visualisation is pretty basic. Every time step it is decided 
whether to draw it or not. Now if you use very short time steps, you may 
encounter the mentioned pattern because in some situations SUMO vehicles do not 
come to a complete stop but travel at very low speeds (somehting like 0.01m/s).



Best regards

Mirko







-Original-Nachricht-

Betreff: [sumo-user] Brake light flickering

Datum: 2024-01-17T14:56:08+0100

Von: "Matthew Jones via sumo-user" 

An: "Zhenglin Wei via sumo-user" 







Sorry if this has been asked before. It is very hard to google because of real 
car models like Tata Sumo!

In large traffic queues we see brake lights flickering much faster than real 
life.

I have found

https://sumo.dlr.de/docs/TraCI/Vehicle_Signalling.html
and
https://sumo.dlr.de/docs/Netedit/attribute_help.html
but these do not say how to configure the brake deceleration threshold.

Is this possible?

Thank you,

Matthew Jones
Senior Software Engineer
rFpro Limited

E: matthew.jo...@rfpro.com
W:  www.rFpro.com

This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system sender. This 
message may contain confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail.



This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system sender. This 
message may contain confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail.
___
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] Brake light flickering

2024-01-17 Thread Mirko Barthauer via sumo-user
Hi Matthew,
 
AFAIK brake light visualisation is pretty basic. Every time step it is 
decided whether to draw it or not. Now if you use very short time steps, 
you may encounter the mentioned pattern because in some situations SUMO 
vehicles do not come to a complete stop but travel at very low speeds 
(somehting like 0.01m/s).
 
Best regards
Mirko
 
 
 
-Original-Nachricht-
Betreff: [sumo-user] Brake light flickering
Datum: 2024-01-17T14:56:08+0100
Von: "Matthew Jones via sumo-user" 
An: "Zhenglin Wei via sumo-user" 
 
 
 
Sorry if this has been asked before. It is very hard to google because of 
real car models like Tata Sumo!
 
In large traffic queues we see brake lights flickering much faster than 
real life.

I have found


and
but these do not say how to configure the brake deceleration threshold.

Is this possible?
 
Thank you,
 
Matthew Jones
Senior Software Engineer
rFpro Limited
 
E: matthew.jo...@rfpro.com
W:  
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. 
If you have received this email in error please notify the system sender. 
This message may contain confidential information and is intended only for 
the individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail.
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Brake light flickering

2024-01-17 Thread Matthew Jones via sumo-user
Sorry if this has been asked before. It is very hard to google because of real 
car models like Tata Sumo!

In large traffic queues we see brake lights flickering much faster than real 
life.

I have found

https://sumo.dlr.de/docs/TraCI/Vehicle_Signalling.html
and
https://sumo.dlr.de/docs/Netedit/attribute_help.html
but these do not say how to configure the brake deceleration threshold.

Is this possible?

Thank you,

Matthew Jones
Senior Software Engineer
rFpro Limited

E: matthew.jo...@rfpro.com
W:  www.rFpro.com

This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system sender. This 
message may contain confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail.
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user