Re: [sumo-user] Question netconvert witn opendrive as Input

2018-08-24 Thread christian.damdjowabo
Hello Jakob, That's my Answer to our mailing from this week about the netconvert using Opendrive. First of all thank you very much for you are support on this topic. I try to install the last release of sumo today morning version: "SUMO GUI v0_32_0+3289-ca89d4a19". I tried against to use

Re: [sumo-user] Question netconvert witn opendrive as Input

2018-08-24 Thread christian.damdjowabo
Hello Jakob, Thank you very much Br Christian Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im Auftrag von Jakob Erdmann Gesendet: Freitag, 24. August 2018 08:52 An: Sumo project User discussions Betreff: Re: [sumo-user] Question netconvert witn opendrive as Input

[sumo-user] error by using traci.simualtionStep via traci4matlab

2018-08-28 Thread christian.damdjowabo
Hello everyone, hello Jakob I used normally Traci c++, but to be able to work easily with the results during the post-processing i wanted to use traci4matlab. Unfortunately I get some error by using the command traci.simulationStep () . On the picture bellow you can see the error. I wanted also

[sumo-user] Question about SUMO functionality

2018-09-05 Thread christian.damdjowabo
Hello SUMO-community, Hello Jakob, i have some question about SUMO : 1- I want to know if it's possible to give the "route" for one vehicle as a close loop. Want I mean here, is that the vehicle has to drive the same route against and against until the simulations-time is over. 2- My

[sumo-user] Tool to Plot value of SSM

2018-09-10 Thread christian.damdjowabo
Hello Jakob, hello everybody, I wanted to analyze some critical scenario. For that reason I used ssm on the "ego-car". The Output file is an xml file with contain the value of TTC as example. By adding the parameter key="device.ssm.trajectories" value="true" /> it's possible to me to get also

Re: [sumo-user] vehicle don't overtake in the opposite direction in SUMO 1.0.0

2018-09-12 Thread christian.damdjowabo
Hello Jakob, Thank you very much for your answer. I download the last release, and as you told me the issue with the overtaking is already fixed. It’s work right now fine. But about the collision is at the moment already not fixed. There is still more collision. Even if you use another Car

Re: [sumo-user] missing of traci function getAngle, getLength and getPosition3D for person

2018-11-07 Thread christian.damdjowabo
Hi Michael, Thank you for your answer. I'm using Traci C++ the version 1.0.0 of sumo. I'm facing the issue by compiling, that it's not find . (' "TRaCIAPI::PersonScope" has no member "getAngle" ') it's same with getlength and getPosition3D Thank you again Br Christian

Re: [sumo-user] missing of traci function getAngle, getLength and getPosition3D for person

2018-11-08 Thread christian.damdjowabo
Hello Jakob, Thank you for your Answer. But i think the latest version, what you talked about is not available at the moment right? Because I just download the source Code of the “Nightly Snapshots”, these methods are still not available there… or do I did something wrong ? Br Christian Von:

Re: [sumo-user] missing of traci function getAngle, getLength and getPosition3D for person

2018-11-08 Thread christian.damdjowabo
Hello Jakob, I am looking now the “TraCIAPI.h” from the “Nightly Snapshots”. Inside these methods that I mentioned yesterday are still not inside. Or Maybe I have to download it later? I’m now a bit confuse … Can you give me some hint? B r Christian Von: sumo-user-boun...@eclipse.org

Re: [sumo-user] missing of traci function getAngle, getLength and getPosition3D for person

2018-11-09 Thread christian.damdjowabo
I got it Thanks Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im Auftrag von Jakob Erdmann Gesendet: Donnerstag, 8. November 2018 10:39 An: Sumo project User discussions Betreff: Re: [sumo-user] missing of traci function getAngle, getLength and getPosition3D for

[sumo-user] get the object class of movable object

2018-11-09 Thread christian.damdjowabo
Hello Jakob, I want to know, if we have in SUMO the possibility to get the object class Not the vehicle class. Because with the function v_class = client.vehicle.getVehicleClass(s); we can use the methods inside Vehicle. Since the pedestrian it's not handle as a vehicle, it's not possible

[sumo-user] missing of traci function getAngle, getLength and getPosition3D for person

2018-11-07 Thread christian.damdjowabo
Hello Jakob, I just remark, that the Traci functionalities for person are missing at the moment. Special for getting angle, length and 3dposition. Please it would be possible from your side to fix it? Thank you very much Jakob Br Christian ___

[sumo-user] Question and Clarification about the Topic Conflict Area

2018-10-01 Thread christian.damdjowabo
Hello Jakob, hello Sumo-Community, Please can you help to clarify me on some open point from my side? These Points concern in general the analyzing of critical scene using ssm device. These points are: 1- Please Jakob do you have some idea, when about you can delivered the SUMO release

Re: [sumo-user] Question and Clarification about the Topic Conflict Area

2018-10-02 Thread christian.damdjowabo
Hello Jakob, Thank you very much for your answer! Thank you also for the hint. I’m trying to use the subscribe function of SUMO in CarMaker. But it seems that, it’s not possible to subscribe and get the value for more than two constant values. When I tried to use that function:

[sumo-user] get yaw and slope from ssm device

2018-09-25 Thread christian.damdjowabo
Hello Sumo-users, I have a question about the using of ssm.device. I want to ask if it's possible also to get yaw and slope of the vehicle which is in the conflict area? It seem that it's just possible to have the trajectory. Do you have any hint for me? Br Christian

[sumo-user] netconvert opendrive with many lanesection

2019-01-22 Thread christian.damdjowabo
Hello everyone, i have a question relative to netconvert from sumo. I want to import a opendrive file using netconvert. But unfortunately inside my Opendrive file the is a lot of Lanesection define. By import of this opendrive File with these Lanesection, sumo try to put after every lanesection

[sumo-user] Filter Member miss in the class TraCIScopeWrapper in c++

2019-01-23 Thread christian.damdjowabo
Hello Jakob, it seem that is at the moment not possible to use the Filter functionalities via TRACI-Cpp. The Class TraCIAPI::TraCIScopeWrapper don't have filter-members. Please can you also give me an hint how these Filter have to be use in C++ I think, it would be different as Python . Here

Re: [sumo-user] question about the --seed parameter

2018-09-13 Thread christian.damdjowabo
Hello Jakob, Thank you against for the answer. It means that, it not possible to get some deterministic value by using Python tool “createVehTypeDistribution.py”, if just one value inside the Entry files change. Even if the seed parameter is a constant value. The only one possibility is to

[sumo-user] device to check the distance of one vehicle relative to other one in a define radius

2018-09-13 Thread christian.damdjowabo
Hello Jakob, hello sumo people, I have a question relative to the device in SUMO. What I want to do is to check the relative distance from my ego-car with in other one inside a define radius. For that reason I have basically the possibility to use Traci function, perform the calculation of all

Re: [sumo-user] question about about the subscription with the traci.constant DISTANCE_REQUEST

2018-09-17 Thread christian.damdjowabo
Thank you very much Jakob, Another think. It’s just a circle implemented in the subscriptions-functionalities? I mean, I give the parameter radius. But I want to know if we can use another metric to get the id of traffic surrounding the EGO-car. Maybe an ellipsoid or another function which take

[sumo-user] question about about the subscription with the traci.constant DISTANCE_REQUEST

2018-09-17 Thread christian.damdjowabo
Hello sumo people, Hello Jakob, I have a question about the subscription, of the traci.constant "DISTANCE_REQUEST". I want to take the distance between Ego and every traffic around the EGO-Vehicle. I tried to do that in one step using "SubcribeContext". Here is the command that I used:

[sumo-user] Question relative to ssm device

2019-04-02 Thread christian.damdjowabo
Hello Sumo community, It seem that in Sumo pedestrian cannot be a foes using the actual ssm device. If this the case, do we have a way to work around that ? Br Christian ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options,

[sumo-user] Retrieve functionalities under linux

2019-03-27 Thread christian.damdjowabo
Hello sumo community, i come back again with a question relative to the retrieve functionalities of sumo in Linux. Under windows I'm using the release (see picture "release_window") and under linux I'm using the release ("release_linux"). By using the retrieve functionalities in Sumo to get

Re: [sumo-user] Retrieve functionalities under linux

2019-03-29 Thread christian.damdjowabo
Hello Harald, thank you very much... i fix it br Christian Von: sumo-user-boun...@eclipse.org Im Auftrag von Harald Schaefer Gesendet: Mittwoch, 27. März 2019 21:49 An: sumo-user@eclipse.org Betreff: Re: [sumo-user] Retrieve functionalities under linux Hi Christian, for me it looks like you

[sumo-user] person simulation

2019-03-29 Thread christian.damdjowabo
Hello Sumo community, i would like to know why this error of person come in my simulation (see picture down). I try to change a lot of think in my input file, but still getting this "Disconnected walk for person" error message. Please could you help me more to understand this error and some

[sumo-user] question about critical time of scenarios using TTC

2019-02-20 Thread christian.damdjowabo
Hello sumo community, By using TTC device in SUMO we get some scenarios. We can see at which time the TTC is minimal. But I want to know if we have some possibility in SUMO to set a fix time before the Time to minTTC. That mean the scenario start in am define fix time before the time from the

[sumo-user] question about critical time of scenarios using TTC

2019-02-20 Thread christian.damdjowabo
Hello sumo community, By using TTC device in SUMO we get some scenarios. We can see at which time the TTC is minimal. But I want to know if we have some possibility in SUMO to set a fix time before the Time to minTTC. That mean the scenario start in am define fix time before the time from the

Re: [sumo-user] question about critical time of scenarios using TTC

2019-02-21 Thread christian.damdjowabo
Hi Leo, thank you very much for the quick answer. By increasing the critically threshold, we would automatically increase the number of critical situation. So we would get more "critical situation" that are not necessarily critical. Can we have a work around that via traci-client ? br

Re: [sumo-user] question about pedestrian in SUMO

2019-02-19 Thread christian.damdjowabo
Hello Jakob, thank you very much. It’s work!! br Christian Von: sumo-user-boun...@eclipse.org Im Auftrag von Jakob Erdmann Gesendet: Freitag, 15. Februar 2019 18:34 An: Sumo project User discussions Betreff: Re: [sumo-user] question about pedestrian in SUMO I think you can catch the

[sumo-user] question about critical time of scenarios using TTC

2019-02-20 Thread christian.damdjowabo
Hello sumo community, By using TTC device in SUMO we get some scenarios. We can see at which time the TTC is minimal. But I want to know if we have some possibility in SUMO to set a fix time before the Time to minTTC. That mean the scenario start in am define fix time before the time from the

Re: [sumo-user] Fatal Error during TRACI Running

2019-02-22 Thread christian.damdjowabo
Hello Fan, i guess maybe this come from the SSM-device. Because we are facing this issue as well. By using the SSM device, sometime sumo crash. I don’t know the next step from sumo side about this specific topic with SSM device. Jakob do we have a new update about this one ? Br

Re: [sumo-user] question relative to TAZ

2019-03-13 Thread christian.damdjowabo
Thank you for these Files Jakob, but one question against please. I don’t see anywhere in the different option of amitran file, the option for setting the different vehicle type … I don’t know if I miss something… Because it seem that is possible to define different type of vehicle in the same

Re: [sumo-user] question relative to TAZ

2019-03-13 Thread christian.damdjowabo
Hello Jakob, thank you for the hint. That mean if I’m not using Amitran-format. I have to define for in a step for 1 hour a new O/D Matrix. Should I do that for every object type (passenger car, bicycle , pedestrian …) in this case I think is a lot of work to that. Do we have somehow the

Re: [sumo-user] question relative to TAZ

2019-03-13 Thread christian.damdjowabo
Yes but , What do you mean with “no correlation between OD-relation and type” ? I don’t really get this point. The OD Matrix is defined for a specific vehicle type. So if that mean a correlation, then I have some correlation between the both. Furthermore i think for every vehicle type, one

Re: [sumo-user] question relative to TAZ

2019-03-13 Thread christian.damdjowabo
Thank you very much Jakob, I got the point Do we have some more detailed information or maybe example about amitran format ? Unfortunately I don’t have access to this link : http://www.sumo.dlr.de/xsd/amitran/od.xsd#tabs-1. This link is intern forbidden…. Do i have some other possibility to get

[sumo-user] question relative to TAZ

2019-03-11 Thread christian.damdjowabo
Hello Sumo users, i have a question relative to the description of TAZ File. Normally after describing an TAZ File we have to write the Matrix Cell. I am using the O-Format, which is given by the form: FROM | TO | NUMVEHICLES FROM and TO are both the TAZ id. We can also use Differentiated

[sumo-user] question about some sumo feature

2019-03-07 Thread christian.damdjowabo
Hello Sumo comunity I have some question about some sumo feature. I want to check the feseability of some points in sumo. 1. I want to know if we have some possibility in sumo the give the number of person in network as flow or as a define number per hour ? 2. My second point is to

Re: [sumo-user] question about some sumo feature

2019-03-07 Thread christian.damdjowabo
Thank you Jakob, i have my sumo release uninstall. Wanted to install the release of yesterday. After uninstalling it, I saw that the sumo wiki does not work. And I need to install sumo. Do we have another way to get directly the sumo installer for sumo…. Because I don’t know when the wiki side

Re: [sumo-user] question relative to TAZ

2019-03-12 Thread christian.damdjowabo
Thank you Jakob, i have another question relative to this point. In the picture down you can find an picture of a excel file [cid:image001.png@01D4D8D9.7B4BE020] In this picture “+” is source and “-“ sink. As you can see there I have to for every edgeID a different timeline. My question is to

Re: [sumo-user] question relative to TAZ

2019-03-12 Thread christian.damdjowabo
Thank you Jakob, i have another question relative to this point. In the picture down you can find an picture of a excel file [cid:image001.png@01D4D8E8.07F5AB60] In this picture “+” is source and “-“ sink. As you can see there I have to for every edgeID a different timeline. My question is to

Re: [sumo-user] question about some sumo feature

2019-03-08 Thread christian.damdjowabo
Hello Jakob, thank you! I have another question regarding this od2trips function by using an daily time. My first question is to know if we have a possibility to switch from simulation at define time to another one. As example I have one file of daily traffic flow from a define origin to a

Re: [sumo-user] Question relativ to context subsciptions

2019-02-12 Thread christian.damdjowabo
Hello Jakob, could we be able to use another Filter possibilities in the traci-Cpp source code for today. Is on this part the tracic++ already extended. Because I faced some difficulties by trying to add these new subscription Filter. Thank you Br Christian Von:

Re: [sumo-user] Question relativ to context subsciptions

2019-02-13 Thread christian.damdjowabo
Hello Jakob, i already implement some Filtering from Client side. But we wanted to increase the performance. For this reason, we wanted know how much speed we could gain, by using an implementation directly from server side. It’s the main reason, why we wanted to test this new Sumo Filtering

Re: [sumo-user] Question relativ to context subsciptions

2019-02-11 Thread christian.damdjowabo
Hello Jakob, i think getAngle and getLength are already implemented. I think it was a mistake from my side. But for Slope it’s still strange. I extend the code and define the Slope in TraCIAPI.cpp like this : double TraCIAPI::PersonScope::getSlope(const std::string& personID) const {

Re: [sumo-user] Question relativ to context subsciptions

2019-02-11 Thread christian.damdjowabo
Hello Jakob, alright… Thank you very much Br Christian Von: sumo-user-boun...@eclipse.org Im Auftrag von Jakob Erdmann Gesendet: Montag, 11. Februar 2019 18:58 An: Sumo project User discussions Betreff: Re: [sumo-user] Question relativ to context subsciptions As I tried to explain in my

[sumo-user] Question relativ to context subsciptions

2019-02-11 Thread christian.damdjowabo
Hello everyone I have a question relative to the context subscriptions of sumo. I want to use the context subscription to filter every objects around the ego vehicle. But I'm facing the issue that the class person is not handle as a vehicle class. The consequence is that by using

Re: [sumo-user] question about pedestrian in SUMO

2019-02-15 Thread christian.damdjowabo
Hello Jakob, Thank you very much for your answer. -The first idea, in this case you have to define an already properly input file. Because the Type is depend on your input parameter. For me it would be better to have something, which don’t have any dependency with the input file, So

[sumo-user] question about pedestrian in SUMO

2019-02-15 Thread christian.damdjowabo
Hello Sumo Community, i want to know if we can have a possibility to get the class of pedestrian online. I mean how can we do a classification of pedestrian during the simulation. My question is because the variable (VAR_VEHICLECLASS) is just supported for every object excepted pedestrian. And

Re: [sumo-user] Question relativ to context subsciptions

2019-02-11 Thread christian.damdjowabo
Hello Jakob, thank you very much for your quick answer and for your help. I tried it but still facing some strange behavior. 1- It seem that these variable VAR_POSITION3D , VAR_ANGLE , VAR_VEHICLECLASS , VAR_LENGTH are not implemented yet for person in C++, although we can get all

Re: [sumo-user] Filter Member miss in the class TraCIScopeWrapper in c++

2019-02-11 Thread christian.damdjowabo
Hello Leo Thank you for your answer. I do many try to port the Python Code in C++ but facing a lot of error. Maybe I don't really understand the traci-cpp structure. Please could you help me to extend the traci-cpp with the new SUMO Filter functionalities ? Thank you a lot for your help.

Re: [sumo-user] Question relativ to context subsciptions

2019-02-11 Thread christian.damdjowabo
Hello Jakob, i think getAngle and getLength are already implemented. I think it was a mistake from my side. But for Slope it’s still strange. I extend the code and define the Slope in TraCIAPI.cpp like this : double TraCIAPI::PersonScope::getSlope(const std::string& personID) const {

[sumo-user] question about import of elevation data by using osm file

2019-04-16 Thread christian.damdjowabo
Hello Sumo User, i tried to import a osm using netconvert in Sumo. Since there is no elevation information in osm file, I wanted to use additionnaly a elevation data. Therefor I used as well netconvert option heightmap.geotiff . But when I tried to generate the net file, I'm facing this error

[sumo-user] lateral acceleration

2019-04-18 Thread christian.damdjowabo
Hello Sumo Community, i have another question about the lateral acceleration. I know that by using the standard lane change model (Krauß), vehicle would always drive in lane middle. In case of turning the junction how can we get the lateral acceleration? Could we help me to understanding if this

[sumo-user] height value

2019-05-27 Thread christian.damdjowabo
Hello everybody, I generated some net via netconvert of sumo. And then I wanted to add some new lane on this map, but unfortunately the height value does not match together. That is why I was wondering if we have the possibility to refine this height value directly from netedit. If it's

Re: [sumo-user] height value

2019-05-28 Thread christian.damdjowabo
Hello Jakob, super … it’s work … thank you very much br Christian Von: sumo-user-boun...@eclipse.org Im Auftrag von Jakob Erdmann Gesendet: Montag, 27. Mai 2019 18:56 An: Sumo project User discussions Betreff: Re: [sumo-user] height value In netedit move-mode there is a checkbox

[sumo-user] Parking area in Sumo

2019-05-28 Thread christian.damdjowabo
Hello sumo users, i saw that a way to let vehicles stop at a parking area is to use "" in the route file. My question is to know if we can also give this stop condition directly inside the trip file. If it's possible do we have a ways to mention automatically, that the vehicle which have to end

Re: [sumo-user] option from randomTrips.py

2019-05-29 Thread christian.damdjowabo
Hello, thank you very much for hint Jakob. Should be the fringe-factor just unequal to zero? I don’t really get the meaning of the value itself… Then think to use weights-output-prefix Is that, if you have many section of your map it would cost a bit time to define it. I just wanted to generate

[sumo-user] option from randomTrips.py

2019-05-29 Thread christian.damdjowabo
Hello Sumo users, i come back here for another question relative to the additional tool "RandomTrips.py". I was wondering if we have some possibility to set as input the different possible Source/Sink Node. Such, that this generator don't push in the net file some vehicle in the middle of lane,

[sumo-user] Question about HighwayDetector tutorial

2019-06-19 Thread christian.damdjowabo
Hello Sumo User, i want to ask, how can i download the HighwayDetector tutorial of Sumo. This is not include inside the standard sumo folder in tutorial. Do I miss something ? I have another question relative to DFROUTER. Could we use

[sumo-user] Question about SUMO Filter

2019-04-23 Thread christian.damdjowabo
Hello Sumo Community I tried to test the Sumo Filter traci.vehicle.addSubscriptionFilterDownstreamDistance(200.0) and traci.vehicle.addSubscriptionFilterUpstreamDistance(200.0) I through that, with this both Filter function we can have in the defined distance along the network all