[sumo-user] background map resolution

2024-03-21 Thread Hector A Martinez via sumo-user
Dear sumo community,

I am using the tileGet.py script to pull a map from an ARCGIS service but I 
would like to avoid the bad stitching of tiles that looks less than 
professional when I give presentations in large screens.  I tried pulling only 
one tile but the resolution is very blurry eventhough I don't get the bad 
stitching.

Would you recommend changing the code in the tileGet.py to give me a better 
resolution of the background map when I zoom in to look a vehicles in the 
network?
If so, where would you recommend I do it to avoid braking the script?

Thanks,

Hector A. Martinez, P.E.
Group Leader, N253 - CENTCOM, SOUTHCOM and Joint Staff Ops
MITRE | National Security Engineering 
Center
813.207.5365

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


[sumo-user] Trucks not stopping at the ContainerStop using traci

2024-03-04 Thread Hector A Martinez via sumo-user
Dear sumo community,

I am having trouble with getting my Trucks to stop at the ContainerStop when I 
use traci.vehicle.insertStop.

Here is my route creation:


Here is how I create the truck to use the route:
def create_sumo_truck(self, truck):
"""
Inject a new truck vehicle with a valid route ID into SUMO model.
"""
self.log(f"creating traci truck {truck.name}")
traci.vehicle.add(truck.name,
  truck.journey[0],  # routeID must exist in rou.xml 
file
  'truck',   # vtype truck_spec['vtype']
  personCapacity=1)  # single-unit truck
traci.vehicle.setSpeed(truck.name, 60)  # m/s Fast for testing

traci.vehicle.insertStop(truck.name,0,'D-Truck-Stop-NW',duration=500,flags=traci.constants.STOP_CONTAINER_STOP)

My truck slows down when it gets to the stop but keeps going and it does the 
500 second stop at the end of the edge rather than at the containerStop as I 
would like it to.

Any advice would be greatly appreciated.  Thanks,

Hector A. Martinez, P.E.
Transportation Researcher, Resilient Transportation and Logistics LTM
MITRE | National Security Engineering 
Center
813.207.5365

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


[sumo-user] troubleshoot warnings from sumo sim

2024-02-07 Thread Hector A Martinez via sumo-user
Good evening sumo community,

I am having a lot of warnings that I want to determine if they are significant 
to fix or if there is a way to silence them all together if they are not 
significant. I am looking to run scenarios that go for more than one day of 
rail and trucking traffic for logistics scenarios. I need to find a way to 
automatically batch fix these or some other efficient remedy.

Here are examples (I get a lot of these):
Warning: Unequal lengths of bidi lane ':1037018510_3_0' and lane 
':1037018510_0_0' (21.89 != 21.86).
Warning: Unequal lengths of bidi lane ':cluster_1036691204_1036691275_0_0' and 
lane ':cluster_1036691204_1036691275_4_0' (13.31 != 13.28).
Warning: At actuated tlLogic '110353342', linkIndex 2 has no controlling 
detector.
Warning: At actuated tlLogic 'cluster_110338816_8144618003_8389622682', 
linkIndex 5 has no controlling detector.
Warning: At actuated tlLogic 'joinedS_110522579_cluster_110387067_5907230855', 
linkIndex 21 has no controlling detector.
Warning: Vehicle 'truck_A' performs emergency stop at the end of lane 
'623957716_1' because of a red traffic light (decel=-16.76, offset=14.98), 
time=869.00.

Thanks in advance,

Hector A. Martinez, P.E.
Transportation Researcher, Resilient Transportation and Logistics LTM
MITRE | National Security Engineering 
Center
813.207.5365

___
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] [EXT] AW: SUMO-gui background options

2024-01-31 Thread Hector A Martinez via sumo-user
Thank you Robert!

I am trying to follow your advice here but when I run Generate on the osmWizard 
I am getting this error that I haven’t seen before:
Error with SSL certificate, try 'pip install -U certifi'.

Then when I run it I get this:
Requirement already satisfied: certifi in 
c:\path-to\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages
 (2023.11.17)

So not sure what is happening here.

Any help will be greatly appreciated.  Thanks,

--H

From: sumo-user  On Behalf Of Robert.Hilbrich--- 
via sumo-user
Sent: Tuesday, January 30, 2024 12:36 PM
To: sumo-user@eclipse.org
Cc: robert.hilbr...@dlr.de
Subject: Re: [sumo-user] [EXT] AW: SUMO-gui background options

Hi Hector, I just wanted to let you know, that we did some work regarding the 
use of osm as a background image. The discussion and current situation is 
described [1]. Solution 4) should work for your scenario – but you may need to 
regenerate

Hi Hector,
I just wanted to let you know, that we did some work regarding the use of osm 
as a background image. The discussion and current situation is described [1]. 
Solution 4) should work for your scenario – but you may need to regenerate the 
trips/routes since the reprojection to web mercator may result in the removal 
of edges. It is not perfect yet and we are working on 5), but for the moment, 
that is the best we can do.
Best regards,
Robert

[1]: https://github.com/eclipse-sumo/sumo/issues/14241#issuecomment-1911819715

From: sumo-user 
mailto:sumo-user-boun...@eclipse.org>> On Behalf 
Of Hector A Martinez via sumo-user
Sent: Monday, January 22, 2024 5:27 PM
To: Sumo project User discussions 
mailto:sumo-user@eclipse.org>>
Cc: Hector A Martinez mailto:hmarti...@mitre.org>>
Subject: Re: [sumo-user] [EXT] AW: SUMO-gui background options

Thank you for your response but when I try this, here is the error I get from 
openstreetmap.org

[cid:image001.png@01DA543D.3DF5FB40]

If you have any guidance related to the OSM website  you are referring to below 
and any instructions on how to stich the map gracefully and to open it on 
SUMO-gui will be greatly appreciated. Thanks again,

--H

From: sumo-user 
mailto:sumo-user-boun...@eclipse.org>> On Behalf 
Of The div via sumo-user
Sent: Friday, January 19, 2024 5:49 PM
To: Sumo project User discussions 
mailto:sumo-user@eclipse.org>>
Cc: The div mailto:d...@thoda.uk>>
Subject: Re: [sumo-user] [EXT] AW: SUMO-gui background options

To get an OSM map - use the share button and you should see a download option 
the download size/map scale are coupled so you need to experiment or 
alternatively pull tiles for a detailed large area and load each separately in 
sumo-gui - easy

To get an OSM map - use the share button and you should see a download option

  *   the download size/map scale are coupled so you need to experiment or 
alternatively pull tiles for a detailed large area and load each separately in 
sumo-gui - easy enough to get teh overlap exact with the UI

___
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] [EXT] AW: SUMO-gui background options

2024-01-22 Thread Hector A Martinez via sumo-user
Thank you for your response but when I try this, here is the error I get from 
openstreetmap.org

[cid:image001.png@01DA4D25.61CACBA0]

If you have any guidance related to the OSM website  you are referring to below 
and any instructions on how to stich the map gracefully and to open it on 
SUMO-gui will be greatly appreciated. Thanks again,

--H

From: sumo-user  On Behalf Of The div via 
sumo-user
Sent: Friday, January 19, 2024 5:49 PM
To: Sumo project User discussions 
Cc: The div 
Subject: Re: [sumo-user] [EXT] AW: SUMO-gui background options

To get an OSM map - use the share button and you should see a download option 
the download size/map scale are coupled so you need to experiment or 
alternatively pull tiles for a detailed large area and load each separately in 
sumo-gui - easy

To get an OSM map - use the share button and you should see a download option

  *   the download size/map scale are coupled so you need to experiment or 
alternatively pull tiles for a detailed large area and load each separately in 
sumo-gui - easy enough to get teh overlap exact with the UI

___
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] [EXT] AW: SUMO-gui background options

2024-01-19 Thread Hector A Martinez via sumo-user
Good morning Mirko,

I used this script in the link below:
python tools/tileGet.py -n test.net.xml -t 10

And I got this error message:

Traceback (most recent call last):

  File "C:\Program Files (x86)\Eclipse\Sumo\tools\tileGet.py", line 227, in 


get()

  File "C:\Program Files (x86)\Eclipse\Sumo\tools\tileGet.py", line 189, in get

west, south = net.convertXY2LonLat(*bboxNet[0])

  ^

  File "C:\Program Files (x86)\Eclipse\Sumo\tools\sumolib\net\__init__.py", 
line 502, in convertXY2LonLat

return self.getGeoProj()(x, y, inverse=True)

   ^

  File "C:\Program Files (x86)\Eclipse\Sumo\tools\sumolib\net\__init__.py", 
line 471, in getGeoProj

import pyproj

ModuleNotFoundError: No module named 'pyproj'
Thanks in advance for any guidance,

--Hector

From: Mirko Barthauer 
Sent: Thursday, January 4, 2024 9:52 AM
To: Hector A Martinez 
Cc: SUMO-User mailing list, . 
Subject: [EXT] AW: SUMO-gui background options

Hi Hector, you can download satellite image tiles ready to import with our 
helper script tileGet. py (see docs). You'll need a Google Maps key though. The 
script supports other background sources like MapQuest and ArcGIS as well. Best 
regards


Hi Hector,



you can download satellite image tiles ready to import with our helper script 
tileGet.py (see docs). 
You'll need a Google Maps key though. The script supports other background 
sources like MapQuest and ArcGIS as well.



Best regards

Mirko









-Original-Nachricht-

Betreff: SUMO-gui background options

Datum: 2024-01-04T15:43:47+0100

Von: "Hector A Martinez" mailto:hmarti...@mitre.org>>

An: "Mirko Barthauer" mailto:m.bartha...@t-online.de>>






Good morning Mirko,

Is there a way to make the sumo-gui background be for example the Google Map 
layer?

If so, where can I find the instructions on how to do it?

Thanks,

Hector A. Martinez, P.E.
Transportation Researcher, Resilient Transportation and Logistics LTM
MITRE | National Security Engineering 
Center
813.207.5365





___
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] [EXT] AW: Changing rail to be bidirectional using netconvert

2024-01-18 Thread Hector A Martinez via sumo-user
Mirko,

Never mind this question below.

I identified the problem with my script.  I was running netconvert from its bin 
location and of course it wasn’t letting the system save the new file in that 
location.  I fixed it and I am up and running again.  Will let you know if I 
bump into any issues with the new file.

Thanks,

--H

From: sumo-user  On Behalf Of Hector A Martinez 
via sumo-user
Sent: Thursday, January 18, 2024 11:42 AM
To: Mirko Barthauer ; Sumo project User discussions 

Cc: Hector A Martinez 
Subject: Re: [sumo-user] [EXT] AW: Changing rail to be bidirectional using 
netconvert

Thank you Mirko! I think this might do the trick but I am getting this error 
when I run it on windows command line: Error: Could not build output file 'net. 
net. xml' (Permission denied). Quitting (on error). How do I point the output 
file location

Thank you Mirko!

I think this might do the trick but I am getting this error when I run it on 
windows command line:

Error: Could not build output file 'net.net.xml' (Permission denied).
Quitting (on error).

How do I point the output file location to a user location so that I doesn’t 
need elevated permissions?

Thanks,

--Hector

From: Mirko Barthauer mailto:m.bartha...@t-online.de>>
Sent: Thursday, January 18, 2024 3:20 AM
To: Sumo project User discussions 
mailto:sumo-user@eclipse.org>>
Cc: Hector A Martinez mailto:hmarti...@mitre.org>>
Subject: [EXT] AW: [sumo-user] Changing rail to be bidirectional using 
netconvert

Dear Hector, maybe it is not explained clearly enough in the documentation. The 
option --railway. topology. all-bidi. input-file can be used to restrict the 
set of rail edges you want to make bidirectional. This means the required file 
is a selection


Dear Hector,



maybe it is not explained clearly enough in the documentation. The option 
--railway.topology.all-bidi.input-file can be used to restrict the set of rail 
edges you want to make bidirectional. This means the required file is a 
selection file you can generate with netedit (select edges and then choose 
"Save" from the select frame/mode).



if you want to make all rail edges bidirectional, just call



netconvert --railway.topology.all-bidi true -s 
C:\pathtofile\test_osm_in.net.xml.gz

If you want only a subset of edges to be bidirectional, call



netconvert --railway.topology.all-bidi.input-file selection.txt  -s 
C:\pathtofile\test_osm_in.net.xml.gz



Best regards

Mirko







-Original-Nachricht-

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

Datum: 2024-01-17T20:50:48+0100

Von: "Hector A Martinez via sumo-user" 
mailto:sumo-user@eclipse.org>>

An: "sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>" 
mailto:sumo-user@eclipse.org>>






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 mailto:m.bartha...@t-online.de>>
Sent: Friday, January 12, 2024 3:50 AM
To: Hector A Martinez mailto:hmarti...@mitre.org>>
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<https://sumo.dlr.de/docs/Networks/PlainXML.html>:

  *   convert<https://sumo.dlr.de/docs/Networks/Export.html#plain> 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] Changing rail to be bidirectional using netconvert

2024-01-18 Thread Hector A Martinez via sumo-user
Thanks for answer Pablo!

Mirko sent me a new script to use that seems to be working.  My pathtofile 
doesn’t have any of those special characters.

Now I think I just have to figure out why I am getting the Permission Denied 
for the output file resulting from the conversion.  Thanks again,

--H

From: pablo.alvarezlo...@dlr.de 
Sent: Wednesday, January 17, 2024 7:08 PM
To: sumo-user@eclipse.org
Cc: Hector A Martinez 
Subject: [EXT] AW: Changing rail to be bidirectional using netconvert

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: 


Hi Hector,



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



Regards


Von: sumo-user 
mailto:sumo-user-boun...@eclipse.org>> im 
Auftrag von Hector A Martinez via sumo-user 
mailto:sumo-user@eclipse.org>>
Gesendet: Mittwoch, 17. Januar 2024 20:50:24
An: sumo-user@eclipse.org<mailto: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 mailto:m.bartha...@t-online.de>>
Sent: Friday, January 12, 2024 3:50 AM
To: Hector A Martinez mailto:hmarti...@mitre.org>>
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<https://sumo.dlr.de/docs/Networks/PlainXML.html>:

  *   convert<https://sumo.dlr.de/docs/Networks/Export.html#plain> 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] [EXT] AW: Changing rail to be bidirectional using netconvert

2024-01-18 Thread Hector A Martinez via sumo-user
Thank you Mirko!

I think this might do the trick but I am getting this error when I run it on 
windows command line:

Error: Could not build output file 'net.net.xml' (Permission denied).
Quitting (on error).

How do I point the output file location to a user location so that I doesn’t 
need elevated permissions?

Thanks,

--Hector

From: Mirko Barthauer 
Sent: Thursday, January 18, 2024 3:20 AM
To: Sumo project User discussions 
Cc: Hector A Martinez 
Subject: [EXT] AW: [sumo-user] Changing rail to be bidirectional using 
netconvert

Dear Hector, maybe it is not explained clearly enough in the documentation. The 
option --railway. topology. all-bidi. input-file can be used to restrict the 
set of rail edges you want to make bidirectional. This means the required file 
is a selection


Dear Hector,



maybe it is not explained clearly enough in the documentation. The option 
--railway.topology.all-bidi.input-file can be used to restrict the set of rail 
edges you want to make bidirectional. This means the required file is a 
selection file you can generate with netedit (select edges and then choose 
"Save" from the select frame/mode).



if you want to make all rail edges bidirectional, just call



netconvert --railway.topology.all-bidi true -s 
C:\pathtofile\test_osm_in.net.xml.gz

If you want only a subset of edges to be bidirectional, call



netconvert --railway.topology.all-bidi.input-file selection.txt  -s 
C:\pathtofile\test_osm_in.net.xml.gz



Best regards

Mirko







-Original-Nachricht-

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

Datum: 2024-01-17T20:50:48+0100

Von: "Hector A Martinez via sumo-user" 
mailto:sumo-user@eclipse.org>>

An: "sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>" 
mailto:sumo-user@eclipse.org>>






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 mailto:m.bartha...@t-online.de>>
Sent: Friday, January 12, 2024 3:50 AM
To: Hector A Martinez mailto:hmarti...@mitre.org>>
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<https://sumo.dlr.de/docs/Networks/PlainXML.html>:

  *   convert<https://sumo.dlr.de/docs/Networks/Export.html#plain> 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


[sumo-user] netedit crashes

2024-01-12 Thread Hector A Martinez via sumo-user
Dear sumo community,

I am having a problem with Netedit. It crashes when I try to edit a rail 
network I created using OSMWizard tool.  It is for a small region of may be 
15-20 miles square.

When I try to make changes to the rail edges, Netedit crashes.

Any advice on how to avoid this?

Thanks,

--Hector
___
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] [EXT] AW: [new user] - my train is not picking up the container at the container stop

2023-12-15 Thread Hector A Martinez via sumo-user
Thank you Mirko for your message!

I reviewed the documentation and I still don’t know why my Train does not pick 
up my container at the stop.

Would you be kind to look at this code and let me know what I am doing wrong 
please? I am using containerFlow and the train refuses to pick up the container.

http://www.w3.org/2001/XMLSchema-instance
xsi:noNamespaceSchemaLocation=http://sumo.dlr.de/xsd/routes_file.xsd>













  

  

   
 









Thanks,

--H

From: Mirko Barthauer 
Sent: Tuesday, December 12, 2023 11:30 AM
To: Sumo project User discussions 
Cc: Hector A Martinez 
Subject: [EXT] AW: [sumo-user] [new user] - my train is not picking up the 
container at the container stop

Dear Hector, you can find the documentation about containers here. There are 
some examples using containerFlow definitions in our test suite to download, e. 
g. this one. It is important that you comply with the rules for transports 
given in


Dear Hector,



you can find the documentation about containers 
here<https://sumo.dlr.de/docs/Specification/Containers.html>. There are some 
examples using containerFlow definitions in our test suite to download, e.g. 
this 
one<https://sumo.dlr.de/extractTest.php?path=sumo/basic/containerFlow/transport>.
 It is important that you comply with the rules for 
transports<https://sumo.dlr.de/docs/Specification/Containers.html#transports> 
given in the documentation.



Best regards

Mirko









-Original-Nachricht-

Betreff: [sumo-user] [new user] - my train is not picking up the container at 
the container stop

Datum: 2023-12-12T15:01:00+0100

Von: "Hector A Martinez via sumo-user" 
mailto:sumo-user@eclipse.org>>

An: "sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>" 
mailto:sumo-user@eclipse.org>>






Dear SUMO experts,

I am having problems with my containerFlow code in my simulation and I cant 
figure out what is wrong from the online documentation. I am testing logistics 
scenario where the train picks up Containers from a Stop and drops it at the 
destination stop.

My rail is not picking up the container from my containerStop. Can you please 
point me to the document/blog that may help me fix this?

Thanks in advance,

Hector A. Martinez, P.E.
Transportation Researcher, Resilient Transportation and Logistics LTM
MITRE | National Security Engineering 
Center<https://www.mitre.org/centers/national-security-and-engineering-center/who-we-are>
813.207.5365




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


[sumo-user] Newbie question - activate edge visualization options

2023-12-14 Thread Hector A Martinez via sumo-user
SUMO NetEdit experts,

I am having problems finding this feature in NetEdit: “activate edge 
visualization option spread bidirectional railways/roads”

I am struggling to get my rail network to route from Origin to Destination 
using trips and after I added bidirectional tracks on my entire network, they 
are all overlapping and cant figure out how to make sure all the connections 
are correct without separating the tracks that go on opposite directions.  Any 
guidance will be greatly appreciated.  Thanks,

Hector A. Martinez, P.E.
Transportation Researcher, Resilient Transportation and Logistics LTM
MITRE | National Security Engineering 
Center
813.207.5365


___
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] [EXT] AW: [new user] - my train is not picking up the container at the container stop

2023-12-14 Thread Hector A Martinez via sumo-user
Thank you Mirko for your help.

I continue to have problems. I can get the Train to pick up my container at the 
container stop.

Here is my code:
http://www.w3.org/2001/XMLSchema-instance 
xsi:noNamespaceSchemaLocation=http://sumo.dlr.de/xsd/routes_file.xsd>












 
  

 



Any advice?

Thanks,

--H

From: Mirko Barthauer 
Sent: Tuesday, December 12, 2023 11:30 AM
To: Sumo project User discussions 
Cc: Hector A Martinez 
Subject: [EXT] AW: [sumo-user] [new user] - my train is not picking up the 
container at the container stop

Dear Hector, you can find the documentation about containers here. There are 
some examples using containerFlow definitions in our test suite to download, e. 
g. this one. It is important that you comply with the rules for transports 
given in


Dear Hector,



you can find the documentation about containers 
here<https://sumo.dlr.de/docs/Specification/Containers.html>. There are some 
examples using containerFlow definitions in our test suite to download, e.g. 
this 
one<https://sumo.dlr.de/extractTest.php?path=sumo/basic/containerFlow/transport>.
 It is important that you comply with the rules for 
transports<https://sumo.dlr.de/docs/Specification/Containers.html#transports> 
given in the documentation.



Best regards

Mirko









-Original-Nachricht-

Betreff: [sumo-user] [new user] - my train is not picking up the container at 
the container stop

Datum: 2023-12-12T15:01:00+0100

Von: "Hector A Martinez via sumo-user" 
mailto:sumo-user@eclipse.org>>

An: "sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>" 
mailto:sumo-user@eclipse.org>>






Dear SUMO experts,

I am having problems with my containerFlow code in my simulation and I cant 
figure out what is wrong from the online documentation. I am testing logistics 
scenario where the train picks up Containers from a Stop and drops it at the 
destination stop.

My rail is not picking up the container from my containerStop. Can you please 
point me to the document/blog that may help me fix this?

Thanks in advance,

Hector A. Martinez, P.E.
Transportation Researcher, Resilient Transportation and Logistics LTM
MITRE | National Security Engineering 
Center<https://www.mitre.org/centers/national-security-and-engineering-center/who-we-are>
813.207.5365




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


[sumo-user] [new user] - my train is not picking up the container at the container stop

2023-12-12 Thread Hector A Martinez via sumo-user
Dear SUMO experts,

I am having problems with my containerFlow code in my simulation and I cant 
figure out what is wrong from the online documentation. I am testing logistics 
scenario where the train picks up Containers from a Stop and drops it at the 
destination stop.

My rail is not picking up the container from my containerStop. Can you please 
point me to the document/blog that may help me fix this?

Thanks in advance,

Hector A. Martinez, P.E.
Transportation Researcher, Resilient Transportation and Logistics LTM
MITRE | National Security Engineering 
Center
813.207.5365

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