Hi, please post your questions to the list. Am 17.10.2015 um 10:16 schrieb Sai Charan Addanki: > I would like to know whether, > 1. If a consider type'a' car , can i set different speeds for different > cars individually ?
No, you can give mean and standard deviation relative to the edge's allowed speed by using speedFactor and speedDev. If you want to give explicit speeds you need to give them different types. > 2. Normally departure and stopping of vehicle is based on time right !! Can > i have stopping and departure of a vehicle considering DISTANCE (in > Kilometer) ? For example; I need a car to stop at a distance of 2 km from > the origin point and again the vehicle need to stop after another 2 km. Only the departure is based on time, stopping occurs when the destination or a stop is reached. So you would need to parse the route and the network (for the edge lengths) beforehand and calculate stop positions every 2km by yourself and add them to the vehicle then. Best regards, Michael ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
