Re: [sumo-user] Sumo screenshots

2021-05-27 Thread Yasmina Jaafra
Thank you Jakob. Best regards, Le jeu. 27 mai 2021 à 09:09, Jakob Erdmann a écrit : > you can use traci.gui.screenshot > > Am Mi., 26. Mai 2021 um 21:17 Uhr schrieb Yasmina Jaafra < > yasmina.jaa...@gmail.com>: > >> Hello, >> >> I would like to apply a c

[sumo-user] Sumo screenshots

2021-05-26 Thread Yasmina Jaafra
Hello, I would like to apply a convolutional neural network to sumo. Is it possible to get for each time step a scene image as input for my CNN? Best regards, ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https:/

Re: [sumo-user] Curvature at entry point in sumo

2021-04-26 Thread Yasmina Jaafra
; > https://github.com/eclipse/sumo/blob/56a12df966527f3bee8dc9af691a038dea4a077f/src/netbuild/NBEdge.cpp#L1803-L1812 > > regards, > Jakob > > Am Mo., 26. Apr. 2021 um 10:46 Uhr schrieb Yasmina Jaafra < > yasmina.jaa...@gmail.com>: > >> Hello, >> >>

[sumo-user] Curvature at entry point in sumo

2021-04-26 Thread Yasmina Jaafra
Hello, I would like to compute the curvature at entry point of a roundabout in sumo. Is there a specific function for this? Best regards, ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mail

Re: [sumo-user] Sumo Dynamics Models

2021-02-05 Thread Yasmina Jaafra
some simple constraints on acceleration and >> deceleration. See >> https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#car-following_models >> >> Am Di., 15. Dez. 2020 um 17:24 Uhr schrieb Yasmina Jaafra < >> yasmina.jaa...@gmail.com>:

Re: [sumo-user] getAngle function

2021-01-22 Thread Yasmina Jaafra
t be done on the > user side. > > regards, > Jakob > > Am Di., 19. Jan. 2021 um 18:18 Uhr schrieb Yasmina Jaafra < > yasmina.jaa...@gmail.com>: > >> Hello, >> >> I am using getAngle(vehID) function that returns the angle of the named >> vehicle w

[sumo-user] getAngle function

2021-01-19 Thread Yasmina Jaafra
Hello, I am using getAngle(vehID) function that returns the angle of the named vehicle within the last step. I would like to know with respect to which axis it is calculated. I noticed that the reference axis is neither (x) nor (y). Could it be configured? Best regards, __

Re: [sumo-user] Field of vision filter for context subscription

2021-01-18 Thread Yasmina Jaafra
orry. That isn't supported at the moment. Your best solution would > probably to use the full circle and then do your own filtering in post > processioning. > > Am Fr., 15. Jan. 2021 um 18:27 Uhr schrieb Yasmina Jaafra < > yasmina.jaa...@gmail.com>: > >> Hello, >

Re: [sumo-user] Field of vision filter for context subscription

2021-01-15 Thread Yasmina Jaafra
regards, Le dim. 10 janv. 2021 à 22:36, Yasmina Jaafra a écrit : > Hello Jakob > > Thank you for your reply and availability. I keep this procedure for > future issues. Indeed I tried the code below and the filter is working > successfully: > > > subscribed = False > >

Re: [sumo-user] Field of vision filter for context subscription

2021-01-08 Thread Yasmina Jaafra
ntext subscription results in our > tests as expected. > If you can provide a minimal reproducable example of invalid filter > results I will take a look. > > Am Fr., 8. Jan. 2021 um 00:13 Uhr schrieb Yasmina Jaafra < > yasmina.jaa...@gmail.com>: > >> Hello, >

[sumo-user] Field of vision filter for context subscription

2021-01-07 Thread Yasmina Jaafra
Hello, I am using context subscription to limit the ego vehicle perception. The application looks fine and I assume that the defined zone is a circular area which center is the ego and radius is the indicated distance argument. I tried to apply a field of vision filter, unfortunately it’s not work

[sumo-user] Driving distance

2020-12-29 Thread Yasmina Jaafra
Hello, I would like to calculate the driving distance between two vehicles in different situations (other than follower – leader cases, and cars are on different edges). I used the method getDistanceRoad that is working fine. The only issue is that it returns incoherent distances when one of the v

Re: [sumo-user] Sumo Dynamics Models

2020-12-15 Thread Yasmina Jaafra
r speed and > desired speed with some simple constraints on acceleration and > deceleration. See > https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#car-following_models > > Am Di., 15. Dez. 2020 um 17:24 Uhr schrieb Yasmina Jaafra < > yasmina.jaa...

[sumo-user] Sumo Dynamics Models

2020-12-15 Thread Yasmina Jaafra
Hello, I would like to know what dynamics models are used by sumo to simulate vehicles cinematics, weight, slip angles, yaw rate… Regards, ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mai

[sumo-user] Get acceleration

2020-12-11 Thread Yasmina Jaafra
Hello, I am training an RL agent controlling the acceleration of an ego vehicle. I execute the following command to get the real acceleration of the vehicle in the simulator "tc.VAR_ACCELERATION" , but it returns a “None” value. Is there another command to get the real acceleration? Best regard

Re: [sumo-user] Action delay

2020-12-04 Thread Yasmina Jaafra
d will keep constant acceleration for 2 out of 3 simulation > steps. Thus their reaction to certain events will appear delayed. Since > each action is executed as soon as it is computed (in an action step) there > is no queue. > > Am Fr., 4. Dez. 2020 um 13:07 Uhr schrieb Yasmina J

Re: [sumo-user] Action delay

2020-12-04 Thread Yasmina Jaafra
Dez. 2020 um 14:29 Uhr schrieb Yasmina Jaafra < > yasmina.jaa...@gmail.com>: > >> Hello, >> >> I would like to apply control action delay on the ego vehicles. Is there >> any option to enable the delay between states and actions in Sumo. >> >> Best reg

[sumo-user] Action delay

2020-12-03 Thread Yasmina Jaafra
Hello, I would like to apply control action delay on the ego vehicles. Is there any option to enable the delay between states and actions in Sumo. Best regards, ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https

[sumo-user] Roundabout in Sumo

2020-11-25 Thread Yasmina Jaafra
Hello, I am running a scenario where an RL vehicle is trained to enter a busy roundabout. I would like to know how to identify the closest vehicles in the roundabout and their distances from the entry point before the RL vehicle insertion? Could getfollower/leader be useful in this case? __

[sumo-user] Co-simulation between SUMO and CARLA

2020-11-03 Thread Yasmina Jaafra
Hello, I know that it’s possible to develop co-simulation between SUMO and CARLA. Is there any tutorial to explain how to reflect SUMO scenarios on other simulators environments? Regards, ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe f