Hi, I don't know the meaning of all parameters but I suppose you are trying to set a stop at position 0 and you are already behind position 0 and thus will not be able to stop there.
Best regards, Michael 2013/12/31 Simone Rondelli <[email protected]>: > Hi all, > > I'm tryng to stop the vehicle using traci. Traci is accessed trought Veins > since i'm using Omnet++. > Veins provides this method: > > TraCIScenarioManager::commandStopNode(std::string nodeId, std::string > roadId, double pos, uint8_t laneid, double radius, double waittime) > > i call this metod with this so (the radius param is ignored) > > traci->commandStopNode(traci->getRoadId(), 0, (uint8_t) 0, -1, 0.0); > > But always returns an error: > > "TraCI server reported error executing command 0xc4 ("Vehicle is too close > or behind the stop on 132345515_0")." > > 132345515_0 is the lane where i am.. so i don't understand why.. > > Thank You > Simone Rondelli > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
