Re: [sumo-user] Creating a Bend

2018-02-27 Thread Jakob Erdmann via sumo-user
Yes.
Networks imported from data sources such as OSM typically feature bends.
In your own networks you can define custom road shapes using netedit:
http://sumo.dlr.de/wiki/NETEDIT#Move
regards,
Jakob

2018-02-21 11:03 GMT+01:00 Anne Onyango via sumo-user <
sumo-user@lists.sourceforge.net>:

> Does Sumo provide for creation of a Sharp Bend on a road ?
> 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] Fw: A problem with TraaS +STOP + Duration

2018-02-27 Thread abeer hakim via sumo-user
I have some extra information I forget to add it to my former email.


Each vehicle in the *.rou.xml file has a stop, once the vehicle reaches this 
stop I setup another stop during the program. This stop has a different 
location with either equal or different duration. I tried with different 
duration values during the program, but the duration value always turns to 
-0.97.

Best regards,
I. Abeer M. Hakim

Lecturer

Information Technology??Department
Faculty of Computing and Information Technology
King AbdulazizUniversity



From: abeer hakim 
Sent: Tuesday, February 20, 2018 5:34 PM
To: sumo-user@lists.sourceforge.net
Subject: A problem with TraaS +STOP + Duration


Hi everyone,


I'm Using TraaS in order to control the vehicles in my program. I used setStop 
function inside my java program to stop the vehicle at the parking spot for a 
specific duration (i.e., 10 seconds); however, the vehicle stopped for one 
second only. I tried to trace my program to see if there is any command affects 
this variable but I couldn't find any problem.


Any recommendation that can help me to fix this problem!


Thanks in advance,



Best regards,
I. Abeer M. Hakim

Lecturer

Information Technology??Department
Faculty of Computing and Information Technology
King AbdulazizUniversity
--
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] please help me

2018-02-27 Thread Anne Onyango via sumo-user
Hello Francois ,
i have done that but there is no output given
does  the additional file need to have some type of inputs defined in it ?
thank you


On Tue, Feb 27, 2018 at 10:51 PM, François Vaudrin via sumo-user <
sumo-user@lists.sourceforge.net> wrote:

> Hello Anne,
>
> You have to reference it in the configuration file (the one that ends with
> .sumocfg).
>
> Example:
>
>  
>  
> 
>
> Regards
>
> François
> 
> --
> 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
>

   
  
  
  
  
  
  
  
  
   

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


	

	





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






































































































lbs.netccfg
Description: Binary data
--
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] please help me

2018-02-27 Thread François Vaudrin via sumo-user
Hello Anne,

You have to reference it in the configuration file (the one that ends with 
.sumocfg).

Example:

 



Regards

François
--
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] Creating a Bend

2018-02-27 Thread Anne Onyango via sumo-user
Does Sumo provide for creation of a Sharp Bend on a road ?
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] please help me

2018-02-27 Thread Anne Onyango via sumo-user
Hello Community
I'm trying to add traffic lights on a straight road. I have
node.XML,edge.XML running well how do I call/execute the
"additional "  file. And the additional file has traffic lights

On Feb 23, 2018 10:38, "NAVEEN RAI via sumo-user" <
sumo-user@lists.sourceforge.net> wrote:

>  Hi Akbar,
> There might be alternatives to this as well but what you can very well do
> is to check for the time step in the python script using TRACI and force
> your vehicle to depart at that specific time step.
> Regards,Naveen RaiOn Thursday 22 February 2018, 8:09:44 PM GMT+8,
> Akbar Ali via sumo-user  wrote:
>
>   Dear all
> Please help me i am facing an issue from 20 days, i took some part of osm
> map, generated 5000 vehicles through some steps steps are
>
>
> 1. netconvert  --osm  map.osm  -o map.net.xml
>
> 2. polyconvert --net-file map.net.xml --osm-files map.osm --type-file
> typemap.xml -o map.poly.xml
>
> 3.  C:\Users\test>python C:\Users\sumo\tools\randomTrips.py -n map.net.xml
> -e 5000 –l
>
> 4.  C:\Users\test>python C:\Users\sumo\tools\randomTrips.py -n map.net.xml
> -r map.rou.xml -e 5000 –l
>
>
> and import the map in sumo and get the result in normal situation , Now i
> want to seclude all the vehicles in an manner to allot time interval to
> each vehicles in which the vehicles travels from source to destination.
>
>
> thanks in advance
> 
> --
> 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
>
--
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