Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Questions about the feasibility of implementing in SUMO

Hi,

 

Not sure what you mean by three-way street as I only know of one-way and two-way streets.

You can probably have all you want in SUMO but not out of the box. You can control SUMO from an external program using TraCI. There are options to close lanes, to place vehicles, move them to a coordinate, give them a new route etc. This will certainly be enough to model an obstacle. SUMO has several output options beyond TraCI calls to read the vehicle coordinates as well. Regarding the UI to click your options, you'll have to create it yourself somehow along with your external program.

 

Best regards
Mirko

 

 

 

 

 

-----Original-Nachricht-----

Betreff: [sumo-user] Questions about the feasibility of implementing in SUMO

Datum: 2023-09-25T10:24:12+0200

Von: "황지혁 via sumo-user" <sumo-user@xxxxxxxxxxx>

An: "sumo-user@xxxxxxxxxxx" <sumo-user@xxxxxxxxxxx>

 

 

 

Hello I am currently creating a road traffic simulator. Before creating the simulator, I would like to ask if my desired conditions can be implemented with sumo simulator. This is the conditions I want to make.

 

First, the road is based on a simple three-way street. The road does not have to be complex. Any vehicle can travel on this road. One vehicle is enough and I can extract the coordinates of the vehicle every second while it is moving. (This can be done in Excel, any database or something.) While the vehicle is moving, the user can select (click) options. There are 4-5 options and if the user clicks option 1 (box obstacles), the road environment will show box obstacles corresponding to option 1. The image corresponding to this obstacle will be given before. In this way, the coordinates of the obstacles can also be extracted. Finally, in order to drive around these obstacles, we can take an external input as to whether to go straight or take a detour at the intersection, and change the progress of the vehicle in the simulator based on this input.

 

These are the conditions I want. I would be very grateful if you could give me some basic guidelines as to whether these conditions are feasible with the current features of the sumo simulator. Thank you.

 

 



Back to the top