[sumo-user] Traci4MATLAB -- changeLane

2018-06-07 Thread Tong, Kailin
Hi list.
I use Traci4MATLAB to control the cars in SUMO simulation.
I tried the function changeLane(VEHID,LANEINDEX,DURATION). The input DURATION 
should denote the change lane duration.
But no matter how big DURATION is, the actual changing lane duration is same.

I have checked:
The option of sumo-gui:  --lanechange.duration was not set.
setLaneChangeMode was set 0, therefore the change lane mode is manual.

I would like to ask, do I overlook something which makes DURATION of changeLane 
does not work?
Is it a general problem for changeLane in different Tracis or only in 
Traci4MATLAB?

Best regards,
Kailin



___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Tutorials/Examples/Use cases of Simpla

2018-06-14 Thread Tong, Kailin
Dear SUMO users,

I will do some work about platooning and I found that Simpla is a platooning 
plugin for the TraCI Python client.

I would like to ask where I can find some Tutorials/Examples/Use cases of 
Simpla ?

Thank you in advance!

Best regards,
Kailin
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] TraCI Message Flow

2018-06-16 Thread Tong, Kailin
Hi, Gunnar,

I hope this information from WiKi helps  you.

See the Application order of traci commands and simulation step in 
http://sumo.dlr.de/wiki/TraCI/Change_Vehicle_State#lane_change_mode_.280xb6.29

Best regards,
Kailin


-Original Message-
From: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] On 
Behalf Of Diestmann, Gunnar via sumo-user
Sent: Friday, June 15, 2018 4:59 PM
To: sumo-u...@lists.sourceforge.net
Subject: [sumo-user] TraCI Message Flow

Hi,

I have another question about TraCI.

Lets say I want to control one car of the simulation with the TraCI function 
simulationStep(). This is going to be veh 1.
With a for loop and the getDepartedIDList() function I check when veh1 enters 
the simulation. When I does enter the simulation I use vehicle.getPosition() 
function to get the coordinates (x1,y1).
After that I will calculate the new position (x2,y2) and use the 
vehicle.moveToXY() function to set the new Position of the vehicle. Than I am 
going to request one simulationStep().

When will the vehicle_moveToXY() function be performed? During the time step so 
that veh1 changes its state at the same time as every other vehicle and the 
other vehicles are going to react on the new state of veh1 in the next 
simulation step?
Or is the vehicle.moveToXY() request performed right bevor the simulation step 
and the other vehicles of the simulation already react on the new vehicle state?

I hope my description is not to confusing.
Thanks for all answers.


Gunnar


--
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-u...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Update perid of speed and position

2018-06-13 Thread Tong, Kailin
Dear all,

I use TraCI and the time step of traci.simulationStep is set to 0.1 seconds.
I also use traci.vehicle.setSpeed to set a vehicle speed at every time step 
(0.1 seconds)
But when I check the speed and position from traci.vehicle.getSpeed and 
traci.vehicle.getPostion, They are updated every one second.

Is it a fixed update period in SUMO, or do I overlook some options?

Thank you in advance!

Best regards,
Kailin
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Update perid of speed and position

2018-06-15 Thread Tong, Kailin
Thank you, Joerg

It works.

-Original Message-
From: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] On 
Behalf Of Joerg Schweizer
Sent: Wednesday, June 13, 2018 5:30 PM
To: sumo-user@eclipse.org
Subject: Re: [sumo-user] Update perid of speed and position

Try to use this option when running sumo:

--step-length TIME

Defines the step duration in seconds

Best,
Joerg

On 13/06/18 15:38, Tong, Kailin wrote:
> Dear all,
> 
> I use TraCI and the time step of traci.simulationStep is set to 0.1 seconds.
> 
> I also use traci.vehicle.setSpeed to set a vehicle speed at every time 
> step (0.1 seconds)
> 
> But when I check the speed and position from traci.vehicle.getSpeed and 
> traci.vehicle.getPostion, They are updated every one second.
> 
> Is it a fixed update period in SUMO, or do I overlook some options?
> 
> Thank you in advance!
> 
> Best regards,
> 
> Kailin
> 
> 
> 
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
> 

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] osmWebWizard.py: “Socket connection failed."

2018-07-30 Thread Tong, Kailin
Thank you, Jakob,
I switched the web browser from Microsoft edge to Chrome.
It works again.

BR,
Kailin


From: sumo-user-boun...@eclipse.org  On Behalf 
Of Jakob Erdmann
Sent: Monday, July 30, 2018 11:18 AM
To: Sumo project User discussions 
Subject: Re: [sumo-user] osmWebWizard.py: “Socket connection failed."

I'm starting to guess here:
The error could be due to some system or browser policy blocking socket 
communcation (possible resulting from a software update).
Please try opening up the webWizard index file 
(sumo/tools/webWizard/index.html) in another browser (firefox, chrome etc) 
while the osmWebWizard.py script is running.

2018-07-30 11:11 GMT+02:00 Tong, Kailin 
mailto:kailin.t...@v2c2.at>>:
Hi, Jakob,

I tried as you said.
The website throws that error. But on command line the osmWebWizard is 
executing without printing any errors. (as attached picture shows)

BR,
Kailin

From: sumo-user-boun...@eclipse.org<mailto:sumo-user-boun...@eclipse.org> 
mailto:sumo-user-boun...@eclipse.org>> On Behalf 
Of Jakob Erdmann
Sent: Monday, July 30, 2018 10:31 AM
To: Sumo project User discussions 
mailto:sumo-user@eclipse.org>>
Subject: Re: [sumo-user] osmWebWizard.py: “Socket connection failed."

The error indicates, that the osmWebWizard script which communicates with the 
browser is not running.
Please open up a command line window in sumo/tools and then run
  python osmWebWizard.py
Report any errors printed there.

2018-07-30 9:31 GMT+02:00 Tong, Kailin 
mailto:kailin.t...@v2c2.at>>:
Dear SUMO users,

I use SUMO Version 0.32.0 and Python 3.6.5.
I could use osmWebWizard.py to generate scenarios successfully before, but 
recently I found it could not work any more.

The following error occurs when I use osmWebWizard.py:
'Socket connection failed. Please open the OSM WebWizard by using
osmWebWizard.py or the link in your start menu'.

I would like to ask whether the app or website still works well?
Or  some setting has been changed on my PC…

I have googled, there is no good answer to this error.

Thank you in advance!

Best regards,
Kailin

___
sumo-user mailing list
sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


___
sumo-user mailing list
sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Questions about changing lane model

2018-07-29 Thread Tong, Kailin
Thank you very much for your detailed answer!

Best regards,
Kailin

From: sumo-user-boun...@eclipse.org  On Behalf 
Of Jakob Erdmann
Sent: Sunday, July 29, 2018 9:10 AM
To: Sumo project User discussions 
Subject: Re: [sumo-user] Questions about changing lane model

Hello,
the success of lane changing depends mainly on 3 things
- the required safety gaps on the target lane: these are computed by the 
car-following model). In the latest development version they can be further 
tuned for all models using the parameter lcAssertive
- the available gaps on the target lane: this mainly depends on traffic density
- cooperative speed adjustments by the vehicles. This should always be 
performed for strategic lane changing but its effectiveness highly depends on 
traffic density (also, it can be disabled using lcCooperative)

In your picture it looks as if lane-changing still takes place albeit with 
reduced flow because the traffic has already moved into a jammed state. This 
could easily be caused by intermittent higher traffic density.  If the traffic 
density was to be reduced for some time, I would expected the traffic state to 
move back to smooth lane-changing and higher flow.

The lcStrategic parameter currently affects the distance the vehicles reserve 
for a strategic lane change. Currently this distance also has a constant 
positive term which is not affected by lcStrategic and thus, strategic changing 
always takes place (maybe this ought to be changed).
Other kinds of motivations (lcSpeedGain, ...) can be switched of.
To disable strategic lane changing you could use 
traci.vehicle.setLaneChangeMode.

regards,
Jakob

2018-07-28 20:31 GMT+02:00 Tong, Kailin 
mailto:kailin.t...@v2c2.at>>:
Dear SUMO community,

I have done some tests about the lane-changing model (LC2013).

In the first attached picture, the cars start to change lane as soon as 
possible when they enter on a “dead lane” (which has no connection to the next 
edge of the route).
But in the second picture, they cannot implement strategic change-lane as early 
as possible, and this might lead to a traffic jam.

What kind of factors might disturb their early strategic lane-changing?

And I also tried to set lcStrategic to 0, but the strategic changing lane still 
happened.
Is it possible to deactivate one kind of lane-changing motivation (like 
strategic)?

Thank you for your answer!

Best regards,
Kailin




___
sumo-user mailing list
sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Simulation/Output/SSM Device

2018-08-09 Thread Tong, Kailin
Dear SUMO community,

The version of SUMO of mine is  0.32.0.

I tried to use SSM Device to output some conflicts.

I defined the SSM parameters:


However, one error occurs:
Error: SSM identifier 'BR' is not supported. Aborting construction of SSM 
device 'ssm_v0'.
For TTC DRAC PET, they work well.

How could I get the output of BR, SGAP, TGAP?


Thank you!

Best regards,
Kailin

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] A question about Induction loop output

2018-08-22 Thread Tong, Kailin
Dear SUMO users,

I read the outout possibility of Induction Loops Detectors.
I would like to make it outout the vehicle type which is passing on, but it 
seems not possible.

Are there some alternative solutions?

Thank you!

Best regards,
Kailin
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Creating a traffic scenario data-bank for automated drive/ platooning testing

2018-07-20 Thread Tong, Kailin
Dear SUMO users,


I am going to create a traffic scenario data-bank for automated 
drive/platooning testing.

I would like to ask whether there are some good application examples of this?

In addition, I would like to compare different car-following models.
In addition to the default model, models like PWagner2009, and Wiedemann seem 
to have been finished.
But I don't find more information about them on WiKi.

Can they be used without risks? Are there some descriptions about them?

Thank you!

Best regards,
Kailin
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] How to generate a network with smooth curve/ circle

2018-07-19 Thread Tong, Kailin
Dear SUMO users,

I used to use NetEdit to generate networks.

I would like to ask how to generate a smooth curve or a real circle in a 
network.

Thank you!

Best regards,
Kailin
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] A question about traci.vehicle.setSignals

2018-07-18 Thread Tong, Kailin
Dear SUMO users,

I used traci.vehicle.setSignals.

I found that when some cars had "VEH_SIGNAL_BLINKER_LEFT",  The cars on their 
left lane had no reaction to the signal.

My question is, are those signals of the vehicle only visual, or they have some 
effect on the traffic?


Thank you!

Best regards,
Kailin
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Questions about lane change mode (0xb6) and speed mode (0xb3)

2018-07-11 Thread Tong, Kailin
Dear SUMO users,

In 
http://sumo.dlr.de/wiki/TraCI/Change_Vehicle_State#lane_change_mode_.280xb6.29

It says:
To disable all autonomous changing but still handle safety checks in the 
simulation, either one of the modes 256 (collision avoidance) or 512 (collision 
avoidance and safety-gap enforcement) may be used.


  *   When the mode is 512, how is the safety-gap of others calculated?

bit9, bit8:
* 00 = do not respect other drivers when following TraCI requests, 
adapt speed to fulfill request
* 01 = avoid immediate collisions when following a TraCI request, adapt 
speed to fulfill request


  *   What is adapt speed to fulfill request means here? What will happen if 
the speed is overwritten by traci.vehicle.setSpeed ?


In http://sumo.dlr.de/wiki/TraCI/Change_Vehicle_State#speed_mode_.280xb3.29


  *   If all checks of speed mode on, traci.vehicle.setSpeed sets a speed over 
the safe speed / maximum acceleration / maximum deceleration, which one has a 
higher priority?


Thank you in advance!

Best regards,
Kailin



___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Simulation of reaction time to the speed sign

2018-10-22 Thread Tong, Kailin
Dear SUMO users,


As the SUMO wikis states:

When approaching an edge with a lower speed limit than the current one, a 
vehicle will slow down so as to stay within the new limit at the time of 
reaching the new edge.



In reality, each vehicle might respond differently to the speed limit/speed 
sign.

Are there some parameters that can simulate reaction time to the speed limits?



Thank you in advance!



Best regards,

Kailin

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Error when using ACC car-following model

2018-10-12 Thread Tong, Kailin
Dear SUMO users,

I am using SUMO Version 1.0.1.
I tested with the new car-following model ACC. When it was tested in a 
single-lane road, It worked smoothly.

When it was tested in a two-lane scenario, loading configuration was done and 
then this error always occurred (same error without GUI).

[cid:image002.png@01D46228.1BB493A0]

The configuration files are attached.

Can someone tell me what happened here?


Thank you very much!

Best regards,
Kailin




1_2lanes_circle.net.xml
Description: 1_2lanes_circle.net.xml


02_Circle_default_reduced.rou.xml
Description: 02_Circle_default_reduced.rou.xml


02_SL2015_default_Reduced.sumocfg
Description: 02_SL2015_default_Reduced.sumocfg


2lanes_circle.settings.xml
Description: 2lanes_circle.settings.xml


Circles.add.xml
Description: Circles.add.xml
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Not successfully building SUMO from source

2018-10-23 Thread Tong, Kailin
Thank you very much, Pablo.

When I select sumo-gui as a "start " project.
It says libpng.dll was not found.
Same situation of missing dll, if I use other project as start project.

I already set the SUMO_LIBRARY to the correct path.
And in the instruction, I only need to put Xerces-C, Proj, Fox into path

Do you have some ideas why dlls are missed?

Best regards,
Kailin

From: sumo-user-boun...@eclipse.org  On Behalf 
Of pablo.alvarezlo...@dlr.de
Sent: Tuesday, October 23, 2018 12:19 PM
To: sumo-user@eclipse.org
Subject: Re: [sumo-user] Not successfully building SUMO from source

Hi Kailin,

you need to select a project of the list as "startup project", for example, 
sumo-gui. (see startup.png).

Regards

Von: sumo-user-boun...@eclipse.org<mailto:sumo-user-boun...@eclipse.org> 
[mailto:sumo-user-boun...@eclipse.org] Im Auftrag von Tong, Kailin
Gesendet: Dienstag, 23. Oktober 2018 11:59
An: sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>
Betreff: [sumo-user] Not successfully building SUMO from source

Dear SUMO users,

I am a beginner of installation from source code.
I think I read the instruction thoroughly and tried several time.

Environment: windows 10 64 bit.
At the end of compiling in Visual Studio community 2017 under release mode, 
this error came out. (attached too)

.../ALL_BUILD cannot be started.
The system cannot find the file specified.

The similar problem took place here, but no exact solution was given.
https://www.eclipse.org/lists/sumo-user/msg01458.html

Does anyone have a suggestion?

Thank you very much!


Best regards,
Kailin
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Not successfully building SUMO from source

2018-10-23 Thread Tong, Kailin
Dear SUMO users,

I am a beginner of installation from source code.
I think I read the instruction thoroughly and tried several time.

Environment: windows 10 64 bit.
At the end of compiling in Visual Studio community 2017 under release mode, 
this error came out. (attached too)

.../ALL_BUILD cannot be started.
The system cannot find the file specified.

The similar problem took place here, but no exact solution was given.
https://www.eclipse.org/lists/sumo-user/msg01458.html

Does anyone have a suggestion?

Thank you very much!


Best regards,
Kailin
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Not successfully building SUMO from source

2018-10-30 Thread Tong, Kailin
Thank you very much.


Finally the problem was fixed.
Just to record what I did:

- Uninstall the old version of SUMO
- Add the missed library path to system PATH
- separate each library path into one line in system PATH

Best regards,
Kailin


-Original Message-
From: sumo-user-boun...@eclipse.org  On Behalf 
Of pablo.alvarezlo...@dlr.de
Sent: Monday, October 29, 2018 3:04 PM
To: sumo-user@eclipse.org
Subject: Re: [sumo-user] Not successfully building SUMO from source

Hi,

Copy into sumo/bin the contents of folders  Libraries\fox-1.6.55\lib, 
Libraries\gl2ps-1.4.0\Release, Libraries\xerces-c-3.2.0\bin and 
Libraries\proj_gdal-1911\bin and check it again.

Regards

-Ursprüngliche Nachricht-
Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im 
Auftrag von Tong, Kailin
Gesendet: Montag, 29. Oktober 2018 14:38
An: Sumo project User discussions
Betreff: [sumo-user] Not successfully building SUMO from source

Hi, thank you for the answer.

I did as the master/README.md said.
But I came into another problem.

When compiling the source code, the error (0xc07b) came out and  it could 
not continue.
"The Programm "[8960] sumo-gui.exe" was stopped with Code -1073741701 
(0xc07b) ."

The similar problem took place here:
https://www.eclipse.org/lists/sumo-user/msg02352.html

I want to compile a 32 bit version of SUMO. And I checked that I used 32 bit 
libraries for SUMO_LIBRARIES and in release mode of Win32 in Visual Studio 2017.

In Cmake, it looks like this:

Platform: 
Host: Windows-10.0.16299 AMD64
Target: Windows-10.0.16299 AMD64
CMake: 3.13.0-rc1
CMake generator: Visual Studio 15 2017
CMake build tool: C:/Program Files (x86)/Microsoft Visual 
Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe
Compiler: MSVC 19.15.26730.0

Found Python: C:/Tools/Python2.7/python.exe Using 32 bit libraries from 
SUMO_LIBRARIES placed in C:/Tools/SUMO_development/SUMOLibraries
Found Proj: 
C:/Tools/SUMO_development/SUMOLibraries/proj_gdal-1911/lib/proj_i.lib
Found Fox: C:/Tools/SUMO_development/SUMOLibraries/fox-1.6.55/lib/FOXDLL-1.6.lib
Could NOT find Git (missing: GIT_EXECUTABLE) Enabled features: 
Windows-10.0.16299 AMD64 MSVC 19.15.26730.0 Proj GUI Configuring done 
Generating done


What would be the possible solution?

Thank you very much!

Best regards,
Kailin





-Original Message-
From: Michael Behrisch 
Sent: Thursday, October 25, 2018 11:00 PM
To: Sumo project User discussions ; Tong, Kailin 

Subject: Re: [sumo-user] Not successfully building SUMO from source

Hi,
the name of the environment variable to set is SUMO_LIBRARIES and you probably 
need to add more directories to the path as mentioned here:
https://github.com/DLR-TS/SUMOLibraries/blob/master/README.md

Best regards,
Michael

Am 23.10.18 um 12:47 schrieb Tong, Kailin:
> Thank you very much, Pablo.
> 
>  
> 
> When I select sumo-gui as a "start " project.
> 
> It says libpng.dll was not found.
> 
> Same situation of missing dll, if I use other project as start project.
> 
>  
> 
> I already set the SUMO_LIBRARY to the correct path.
> 
> And in the instruction, I only need to put Xerces-C, Proj, Fox into 
> path
> 
>  
> 
> Do you have some ideas why dlls are missed?
> 
>  
> 
> Best regards,
> 
> Kailin
> 
>  
> 
> *From:* sumo-user-boun...@eclipse.org  
> *On Behalf Of *pablo.alvarezlo...@dlr.de
> *Sent:* Tuesday, October 23, 2018 12:19 PM
> *To:* sumo-user@eclipse.org
> *Subject:* Re: [sumo-user] Not successfully building SUMO from source
> 
>  
> 
> Hi Kailin,
> 
>  
> 
> you need to select a project of the list as "startup project", for 
> example, sumo-gui. (see startup.png).
> 
>  
> 
> Regards
> 
>  
> 
> *Von:*sumo-user-boun...@eclipse.org
> <mailto:sumo-user-boun...@eclipse.org>
> [mailto:sumo-user-boun...@eclipse.org] *Im Auftrag von *Tong, Kailin
> *Gesendet:* Dienstag, 23. Oktober 2018 11:59
> *An:* sumo-user@eclipse.org <mailto:sumo-user@eclipse.org>
> *Betreff:* [sumo-user] Not successfully building SUMO from source
> 
>  
> 
> Dear SUMO users,
> 
>  
> 
> I am a beginner of installation from source code.
> 
> I think I read the instruction thoroughly and tried several time.
> 
>  
> 
> Environment: windows 10 64 bit.
> 
> At the end of compiling in Visual Studio community 2017 under release 
> mode, this error came out. (attached too)
> 
>  
> 
> /./ALL_BUILD cannot be started./
> 
> /The system cannot find the file specified./
> 
>  
> 
> The similar problem took place here, but no exact solution was given.
> 
> https://www.eclipse.org/lists/sumo-user/msg01458.html
> 
>  
> 
> Does anyone have a suggestion?
> 
>  
>

[sumo-user] Not successfully building SUMO from source

2018-10-29 Thread Tong, Kailin
Hi, thank you for the answer.

I did as the master/README.md said.
But I came into another problem.

When compiling the source code, the error (0xc07b) came out and  it could 
not continue.
"The Programm "[8960] sumo-gui.exe" was stopped with Code -1073741701 
(0xc07b) ."

The similar problem took place here:
https://www.eclipse.org/lists/sumo-user/msg02352.html

I want to compile a 32 bit version of SUMO. And I checked that I used 32 bit 
libraries for SUMO_LIBRARIES and in release mode of Win32 in Visual Studio 2017.

In Cmake, it looks like this:

Platform: 
Host: Windows-10.0.16299 AMD64
Target: Windows-10.0.16299 AMD64
CMake: 3.13.0-rc1
CMake generator: Visual Studio 15 2017
CMake build tool: C:/Program Files (x86)/Microsoft Visual 
Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe
Compiler: MSVC 19.15.26730.0

Found Python: C:/Tools/Python2.7/python.exe Using 32 bit libraries from 
SUMO_LIBRARIES placed in C:/Tools/SUMO_development/SUMOLibraries
Found Proj: 
C:/Tools/SUMO_development/SUMOLibraries/proj_gdal-1911/lib/proj_i.lib
Found Fox: C:/Tools/SUMO_development/SUMOLibraries/fox-1.6.55/lib/FOXDLL-1.6.lib
Could NOT find Git (missing: GIT_EXECUTABLE) Enabled features: 
Windows-10.0.16299 AMD64 MSVC 19.15.26730.0 Proj GUI Configuring done 
Generating done


What would be the possible solution?

Thank you very much!

Best regards,
Kailin





-Original Message-
From: Michael Behrisch  
Sent: Thursday, October 25, 2018 11:00 PM
To: Sumo project User discussions ; Tong, Kailin 

Subject: Re: [sumo-user] Not successfully building SUMO from source

Hi,
the name of the environment variable to set is SUMO_LIBRARIES and you probably 
need to add more directories to the path as mentioned here:
https://github.com/DLR-TS/SUMOLibraries/blob/master/README.md

Best regards,
Michael

Am 23.10.18 um 12:47 schrieb Tong, Kailin:
> Thank you very much, Pablo.
> 
>  
> 
> When I select sumo-gui as a "start " project.
> 
> It says libpng.dll was not found.
> 
> Same situation of missing dll, if I use other project as start project.
> 
>  
> 
> I already set the SUMO_LIBRARY to the correct path.
> 
> And in the instruction, I only need to put Xerces-C, Proj, Fox into 
> path
> 
>  
> 
> Do you have some ideas why dlls are missed?
> 
>  
> 
> Best regards,
> 
> Kailin
> 
>  
> 
> *From:* sumo-user-boun...@eclipse.org  
> *On Behalf Of *pablo.alvarezlo...@dlr.de
> *Sent:* Tuesday, October 23, 2018 12:19 PM
> *To:* sumo-user@eclipse.org
> *Subject:* Re: [sumo-user] Not successfully building SUMO from source
> 
>  
> 
> Hi Kailin,
> 
>  
> 
> you need to select a project of the list as "startup project", for 
> example, sumo-gui. (see startup.png).
> 
>  
> 
> Regards
> 
>  
> 
> *Von:*sumo-user-boun...@eclipse.org
> <mailto:sumo-user-boun...@eclipse.org>
> [mailto:sumo-user-boun...@eclipse.org] *Im Auftrag von *Tong, Kailin
> *Gesendet:* Dienstag, 23. Oktober 2018 11:59
> *An:* sumo-user@eclipse.org <mailto:sumo-user@eclipse.org>
> *Betreff:* [sumo-user] Not successfully building SUMO from source
> 
>  
> 
> Dear SUMO users,
> 
>  
> 
> I am a beginner of installation from source code.
> 
> I think I read the instruction thoroughly and tried several time.
> 
>  
> 
> Environment: windows 10 64 bit.
> 
> At the end of compiling in Visual Studio community 2017 under release 
> mode, this error came out. (attached too)
> 
>  
> 
> /./ALL_BUILD cannot be started./
> 
> /The system cannot find the file specified./
> 
>  
> 
> The similar problem took place here, but no exact solution was given.
> 
> https://www.eclipse.org/lists/sumo-user/msg01458.html
> 
>  
> 
> Does anyone have a suggestion?
> 
>  
> 
> Thank you very much!
> 
>  
> 
>  
> 
> Best regards,
> 
> Kailin
> 
> 
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or 
> unsubscribe from this list, visit 
> https://dev.eclipse.org/mailman/listinfo/sumo-user
> 


___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Vehicles Distribution vs Flows

2018-10-25 Thread Tong, Kailin
Hi, José,

One possibility is using calibrator to create a fow based on vehsPerHour and it 
allows vehicle type of distribution.
For example,

  


  

Best regards,
Kailin


From: sumo-user-boun...@eclipse.org  On Behalf 
Of Jose Monreal Bailey
Sent: Wednesday, October 24, 2018 2:55 PM
To: Sumo project User discussions 
Subject: [sumo-user] Vehicles Distribution vs Flows

Hey everyone,

I have been using vehicles distribution with vehicles type, to distribute the 
percentage of type of vehicles in my simulation.
But I am interested in using the attribute vehsPerHour from flows.
Is there a way to do that using distribution? or is better to use flows, and 
change the amount the amount of vehsPerHour depending on the percentage of each 
vehicle?

Best regards,
José
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Question about calibrator

2018-09-11 Thread Tong, Kailin
Dear SUMO community,

I use SUMO Version 0.32.0.
When I tried to use Calibrators in conjunction with route probe detectors, as 
the following example shows:
http://sumo.dlr.de/wiki/Simulation/Calibrator#Building_a_scenario_without_knowledge_of_routes.2C_based_on_flow_measurements

I was always faced with this error:
Error: attribute 'routeProbe' is not declared for element 'calibrator'

Can someone tell me why?

Thank you in advance.

Best regards,
Kailin
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Question about calibrator

2018-09-11 Thread Tong, Kailin
Thank you, Jakob!

From: sumo-user-boun...@eclipse.org  On Behalf 
Of Jakob Erdmann
Sent: Tuesday, September 11, 2018 9:21 PM
To: Sumo project User discussions 
Subject: Re: [sumo-user] Question about calibrator

This was a bug in the schema validation files. Workarounds are explained here: 
http://sumo.dlr.de/wiki/XMLValidation#Disabling_Schema_Validation

2018-09-11 19:41 GMT+02:00 Tong, Kailin 
mailto:kailin.t...@v2c2.at>>:
Dear SUMO community,

I use SUMO Version 0.32.0.
When I tried to use Calibrators in conjunction with route probe detectors, as 
the following example shows:
http://sumo.dlr.de/wiki/Simulation/Calibrator#Building_a_scenario_without_knowledge_of_routes.2C_based_on_flow_measurements

I was always faced with this error:
Error: attribute 'routeProbe' is not declared for element 'calibrator'

Can someone tell me why?

Thank you in advance.

Best regards,
Kailin

___
sumo-user mailing list
sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] After building SUMO from source in Ubuntu

2019-09-24 Thread Tong, Kailin
Dear all,

I built SUMO in Ubuntu following this instruction, and did not meet any error.

sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev 
libgdal-dev libproj-dev libgl2ps-dev swig
git clone --recursive https://github.com/eclipse/sumo
export SUMO_HOME="$PWD/sumo"  mkdir sumo/build/cmake-build && cd 
sumo/build/cmake-build
cmake ../..
make -j$(nproc)

But after the building, I cannot find an executable SUMO or run it from 
terminal. How can I execute and test it  to know whether I built it correctly?

I hope this question is not too weird..., but I am not familiar with building 
and  could not find answers from google.

thank you in advance!


BR,
Kailin

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user