Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] [sumo-devel] Bug in TraCIAPI.cpp

Hi,

in the file sumo/src/utils/traci/TraCIAPI.cpp at line 2130 is a bug.

The method TraCIAPI::VehicleScope::getRouteID() contains following line:

return myParent.getString(CMD_GET_VEHICLE_VARIABLE, VAR_ROAD_ID, vehicleID);

The third parameter should be VAR_ROUTE_ID and not VAR_ROAD_ID.

Kind regards,

Bernd Lehmann

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-devel mailing list
sumo-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-devel


Back to the top