Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Error while inserting vehicles from Sumo .rou file using PLEXE
  • From: Michele Segata <michele.segata@xxxxxxxx>
  • Date: Thu, 7 Jan 2021 13:50:47 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=unibz.it; dmarc=pass action=none header.from=unibz.it; dkim=pass header.d=unibz.it; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=w5b5p5oGf9vRC7Xf+gxSbiUcgjXjnCQ0xnAIJute3Hc=; b=Uw4Z/yiuuFbY2M4s+j3Hfvtk2qsYq41n2aKyff/F1UG6SDjukFHhA8QpT+A9TirBpHjWqoksXPY4ydV2XbmAqB2NjuS3mdGI0+jEvCtfVPcFDYgmgg6gPnamB/DM2x6gtSs+UGRRr0iSyeT6BEoTgRenZAIzTVlpdO+0hYKETESD2pflFuCyY3wbQWVK33g9bKpsUdNZlSQQYfsg3CGp6WssGh9971bkGK5bxYBpzCNChtQlCmDyXDgl5gWlprIj5uef9qG8V3GMBdomEsfkUZ8+n9bm2uYcuCtgdYoZTJYi6/kgI8sV93yvsOL3IEEbeYsjuyaW7rnxvYfzi5w3vA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kw4BxpQkiEY5oPY/q4mRatnLDdVewzgA1gaxpr4P/3w06xqXI0lsDsikWkLx1+9BqeYi27H+8hxpQvm/FOYt1AcQwtKqMOZIdi34CcaGg+fz76zuh8r7amr2wL+sV/ztu75jeIQypuozjOOGkqq3RxBDhXKBn2LkTBS+qDgmmuA5rPHQ19GRt2WOAU5RIlhRz+h8mJNWSlFlvZoJmxfr3B7ihSAVcqxoayz//1yuUEB2m1WVC7IoMVj3bqZQCMa3MJMo6kd6TJhnALkp44jvVMFsUwQLvG62nLxGnu04Ca4u0nB5sxqo8AGJVMlng/ezliMFVynocVqik4/UTD+oHQ==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

This is also possible and there is an example in examples/human. Basically there you have a single platoon plus a human driven vehicle on a side lane that sends 802.11p messages as well. If you look at the omnetpp.ini file you will find the following:

*.manager.moduleType = "vtypeauto=org.car2x.plexe.PlatoonCar vtypehuman=HumanCar"
*.manager.moduleName = "vtypeauto=node vtypehuman=human"

This means that a vtypehuman vehicle in SUMO will be instantiated as a HumanCar node in OMNeT++ by Veins. You find the definition of HumanCar.ned inside the examples/human folder. As you see, the HumanCar node has a different stack. It uses an 802.11p NIC but a different application. Before running this example, please fetch the plexe-3.0a3 release from github I just pushed. I noticed I mistake an I've quickly fixed it.

Let me know.
Best,
Michele

On 07/01/2021 11:54, Thodoris Zerlentis wrote:
Great I will try it, thank you. But I would like to ask you if I want the human-driven cars to be able to send messages to an RSU node, and that means veins must create a node for each vehicle, will it complicate things?? The human car type will only send those messages and won't involve as I said previously with joining or creating platoons.

Best regards,
Thodoris Zerlentis

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


--
Michele Segata, PhD
Assistant Professor, Faculty of Computer Science
University of Bolzano, Italy
https://www.inf.unibz.it/~segata/


Back to the top