Hello, you can find a C++ implementation of changeTarget() in the latest version of the C++ TraCI client that comes with SUMO. see https://svn.code.sf.net/p/sumo/code/trunk/sumo/src/utils/traci/TraCIAPI.cpp A usage example is in https://svn.code.sf.net/p/sumo/code/trunk/sumo/src/traci_testclient/TraCITestClient.cpp regards, Jakob
2017-03-31 11:00 GMT+02:00 Rohit Tapikar <[email protected]>: > Hello, > > I am working on veins simulation where I want to change the destination of > the cars dynamically.For this I want to use changeTarget from TraCI > commands.I want to know the syntax of the Command and also if possible can > someone give me an example script of how to use the command. > > The edge ids that i have for nodes are like 0t1,0t2 etc and the lane ids > are like ':0_1_0' and so on. > > > *Rohit Tapikar* > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
