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

2019-02-13 Thread christian.damdjowabo
User discussions Betreff: Re: [sumo-user] Question relativ to context subsciptions Hello, you can always implement your own filltering on the client side (e.g. based on the angle of returned vehicles). I cannot promise a fixed date by which the python client functionality will have been migrated

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

2019-02-12 Thread christian.damdjowabo
...@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 previous mail, person.getSlope is missing on the server side. It has just now been

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

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

2019-02-11 Thread christian.damdjowabo
ser-boun...@eclipse.org Im Auftrag von Jakob Erdmann Gesendet: Montag, 11. Februar 2019 15:37 An: Sumo project User discussions Betreff: Re: [sumo-user] Question relativ to context subsciptions Hello, - PersonScope::getPosition3D is implemented (TraCIAPI.cpp, line 2971) - getAngle and g

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

2019-02-11 Thread Jakob Erdmann
> > > but I don’t know, what i forgot. > > > > Thank you very much Jakob > > > > Br > > > > Christian > > *Von:* sumo-user-boun...@eclipse.org *Im > Auftrag von *Jakob Erdmann > *Gesendet:* Montag, 11. Februar 2019 15:37 > *An:* Su

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

2019-02-11 Thread christian.damdjowabo
ser-boun...@eclipse.org Im Auftrag von Jakob Erdmann Gesendet: Montag, 11. Februar 2019 15:37 An: Sumo project User discussions Betreff: Re: [sumo-user] Question relativ to context subsciptions Hello, - PersonScope::getPosition3D is implemented (TraCIAPI.cpp, line 2971) - getAngle and g

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

2019-02-11 Thread christian.damdjowabo
: Montag, 11. Februar 2019 10:59 An: Sumo project User discussions Betreff: Re: [sumo-user] Question relativ to context subsciptions you need to use two subscribtions. one for vehicles and one for persons: vehicle.subscribeContext(vehID, CMD_GET_VEHICLE_VARIABLE, range, vars, begin, end

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

2019-02-11 Thread Jakob Erdmann
you need to use two subscribtions. one for vehicles and one for persons: vehicle.subscribeContext(vehID, CMD_GET_VEHICLE_VARIABLE, range, vars, begin, end) vehicle.subscribeContext(vehID, CMD_GET_PERSON_VARIABLE, range, persoVars, begin, end) regards, Jakob Am Mo., 11. Feb. 2019 um 10:25 Uhr