Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] get the object class of movable object

The recommend way is to call a vehicle function on the object and catch the TraCIException if its not a vehicle (This does not hurt SUMO).
Alternatively, you could retrieve the list of all persons (person.getIDList) and check if it is among them).

regards,
Jakob


Am Fr., 9. Nov. 2018 um 13:11 Uhr schrieb <christian.damdjowabo@xxxxxx>:

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 to get the class “pedestrian”. The think is that in my vector s I have every movable object (vehicle and pedestrian as well) and I want to find a way to know if it’s a vehicle I ask from the Class of this vehicle. Else if it’s not a vehicle I set Class = Pedestrian. Can you give me some hint which traci function I can use to get the type of the movable object, even if it’s not from type vehicle.

 

Br

 

Christian

 

 

Mit freundlichen Grüßen/Kind regards
Christian Damdjo Wabo

 

Environment And Vehicle Simulation (DTRV22)

Autonomous Driving & ADAS (DTRV2)

 

ZF Friedrichshafen AG

Forschung und Entwicklung ZF Konzern/Research and Development ZF Group

Grundlagen und Technologien/Fundamentals and Technologies
88038 Friedrichshafen, Deutschland/Germany
Telefon/Phone +49 7541 77-961923, Telefax/Fax +49 7541 7790-961923
christian.damdjowabo@xxxxxx

 

Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Dr.-Ing. Franz-Josef Paefgen
Vorstand/Board of Management: Wolf-Henning Schneider (Vorsitzender/CEO), Dr. Konstantin Sauer, Jürgen Holeksa, Michael Hankel, Wilhelm Rehm, Dr. Franz Kleiner, Peter Lake
Sitz/Headquarters: Friedrichshafen
Handelsregistereintrag Amtsgericht Ulm HRB 630206/Trade register of the municipal court of Ulm HRB 630206

SAVE PAPER – THINK BEFORE YOU PRINT

 

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

Back to the top