Hi Alexander, this is the same type of error you already reported in November. Apparently it concerns many more commands. It is now being tracked at http://sumo.dlr.de/trac.wsgi/ticket/2007 regards, Jakob
2015-12-21 18:11 GMT+01:00 Michael Behrisch <[email protected]> : > Hi Alexander, > this error should not appear and since it seems rather severe, I assume, > it has to do with our setup. Could you please give some more details > concerning your platform (Windows/Linux, which python version etc.) and > the sumo version you use? > Maybe you can also send the whole scenario or at least the complete script? > > Best regards, > Michael > > Am 21.12.2015 um 15:43 schrieb Alexander Weidinger: > > Hi, > > > > try { > > tracictrl->vehicle.setSpeed("veh0", car->_speed_x); > > tracictrl->simulationStep(0); > > } catch(tcpip::SocketException &e) { > > debug("tcpip: %s\n", e.what()); > > } > > > > leads to: > > > > tcpip: #Error: received status response to command: 196 but expected: 2 > > > > This also happens for methods, which were already implemented and not > > extended by myself. > > Seems like the order of packet handling isn't done correctly in traci > > > > Any ideas on how to fix this? > > > > Best regards, > > Alexander > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > sumo-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/sumo-user > > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
