|
From: Francesco S. <fra...@gm...> - 2017-07-13 15:52:18
|
Hi, I'm trying to handle crashes in sumo with a TraCi python script, as suggested here (http://sumo.dlr.de/wiki/TraCI/Interfacing_TraCI_from_Python ). Everything is running without the intervention of omnet++. What I want to know is if it is possible to run both, script python that handles the MOBILITY part only and Veins(Omnet++) to handle the COMMUNICATION part only, in parallel. In such a way everything will become much easier, since I have a working python script that directly manages the "car motion" according to my desires in sumo, and I wrote all the communication part(customized messages, reaction to the message, etc...) inside the veins library in omnet++. So to be more clear, how to use both in parallel and if so, how to manage the interaction among them? Best regards, Francesco sicuro. |