Hi all,
Deugging with my friend we maybe understand the problem.. The problem occurs when the change route command arrives to vehicle it the vehicle is already to another lane than the calculated one..... So my workaround is: traci->commandSetSpeed(0); traci->commandNewRoute(chargingSpotRoute); traci->commandSetSpeed(20); and seem to work. Best regards, Simone. 2013/10/16 Simone Rondelli <[email protected]> > Hi Chris, > > for some strange reason now sumoD start correctly... but the simulation is > stopped anyway.. but now we have the debug info: > > DEBUG:root:Connecting to SUMO (sumoD -c bologna.sumo.cfg) on port 33986 > (try 10) > DEBUG:root:Releasing lock on port > DEBUG:root:Starting proxy mode > DEBUG:root:Done with proxy mode > DEBUG:root:Done with proxy mode, killing SUMO > INFO:root:Done running SUMO > DEBUG:root:Cleaning up > DEBUG:root:Result: "<?xml version="1.0"?> > <status> > <exit-code>-6</exit-code> > <start>1381921229</start> > <end>1381921298</end> > <status>Exited with error code -6</status> > <stdout><![CDATA[Loading configuration... done. > Step #770.40]]></stdout>?UPS, vehicles TOT 1 ACT 1) > > <stderr><![CDATA[sumoD: MSLaneChanger.cpp:151: bool > MSLaneChanger::change(): Assertion `preb.size() == myChanger.size()' failed. > ]]></stderr> > </status> > " > DEBUG:root:Closing connection from 127.0.0.1 on port 50919. > > The exit code now is -6 (not -11 as before) and there are some other > information that you can understand... > > This problem occours always after i change the car route... > > I hope I was helpful! > > Best Regards, > Simone. > > > > 2013/10/16 Christoph Sommer <[email protected]> > >> Simone, >> >> Simone Rondelli wrote: >> > i couldn't connect to sumo by veins.. The sumo-launchd.py print: >> > >> > Could not connect to SUMO ([Errno 111] Connection refused). Might be >> protected by a personal firewall or crashed before a connection could be >> established. >> > >> > Now i don't know what i can do... >> >> did you check if SUMO is running and listening for incoming connections? >> >> >> Best, >> >> Christoph >> >> -- >> Dr.-Ing. Christoph Sommer >> Institute of Computer Science >> University of Innsbruck, Austria >> Phone: +43 512 507-53285 / Fax: -53079 >> http://ccs.uibk.ac.at/~sommer/ >> >> >> ------------------------------------------------------------------------------ >> October Webinars: Code for Performance >> Free Intel webinars can help you accelerate application performance. >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >> from >> the latest Intel processors and coprocessors. See abstracts and register > >> >> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk >> _______________________________________________ >> sumo-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/sumo-user >> > > > > -- > Simone Rondelli > -- Simone Rondelli ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
