Skip to main content

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

Thank you very much for reporting.
This is fixed in revision [25982].
regards,
Jakob

2017-09-12 10:08 GMT+02:00 Bernd Lehmann via sumo-devel <
sumo-devel@xxxxxxxxxxxxxxxxxxxxx>:

> 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
>
------------------------------------------------------------------------------
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