इसे छोड़कर कंटेंट पर जाएं

drawtonomy vs SUMO netedit

netedit DLR द्वारा विकसित open-source microscopic traffic simulator Eclipse SUMO का built-in graphical network editor है। यह एक 2D editor है जिससे आप road network बना सकते हैं, उसे modify कर सकते हैं, और पूरे ट्रैफिक-सिमुलेशन pipeline की शुरुआत कर सकते हैं।

SUMO documentation के अनुसार netedit में ये capabilities हैं:

  • Network elements की 2D editing — edges, लेन, junctions, connections, और traffic lights।
  • Traffic demand editing — vehicles, persons, routes, और vehicle types।
  • Additional infrastructure — bus stops, detectors, variable-speed signs।
  • netconvert के ज़रिए OpenDRIVE import और export (OpenDRIVE 1.4 generally supported है; conversion lossy होती है — curves polylines में sample होती हैं और junction shapes regenerate होती हैं)।
  • Eclipse Public License के तहत open source; Linux और Windows के लिए desktop builds उपलब्ध।

अगर आप ऐसा road network बनाना चाहते हैं जिस पर actually traffic simulate होगी, तो netedit वही editor है जो SUMO simulator के साथ आता है।

drawtonomy इसके साथ कहाँ फिट होता है

Section titled “drawtonomy इसके साथ कहाँ फिट होता है”

drawtonomy एक browser-based व्हाइटबोर्ड है जो 2D top-down driving diagrams के लिए बना है। इसमें कोई traffic simulation नहीं है। इसके exporter documentation के अनुसार, OpenDRIVE 1.8 / OpenSCENARIO 1.3 export spec के एक subset को cover करता है — लेन, traffic lights, crosswalks, basic objects — और अभी तक junction primitives या traffic signs को <signal> entries के रूप में emit नहीं करता।

netedit के साथ drawtonomy कुछ छोटे-छोटे काम जोड़ सकता है:

  • बिना कुछ install किए सिर्फ browser में एक junction या लेन merge का sketch तैयार करना, simulated network बनाने से पहले।
  • किसी paper या slide में describe किए गए network के diagram के लिए एक editable .drawtonomy.svg figure source।
  • OpenSCENARIO 1.3 export के ज़रिए paired .xosc बनाना, जब downstream tool SUMO की बजाय esmini जैसा OpenSCENARIO player हो।

एक सीधा pattern जो तब काम करता है जब दोनों उपलब्ध हों: नेटवर्क simulate करने के लिए netedit, और उसे समझाने वाले figure के लिए drawtonomy।

एक ही open road-network ecosystem में

Section titled “एक ही open road-network ecosystem में”

netedit और drawtonomy दोनों 2D में काम करते हैं और दोनों ASAM OpenDRIVE को touch करते हैं — netedit netconvert के ज़रिए, drawtonomy अपने exporter से। SUMO एक microscopic traffic simulator है, इसलिए इन दोनों का रिश्ता competition से ज़्यादा interoperation का है; देखें SUMO ecosystem page जहाँ बताया गया है कि ये दोनों layers किस तरह connect करती हैं। OpenDRIVE को अलग-अलग angles से read या write करने वाले अन्य tools में शामिल हैं LaneMaker, Truevision Designer, और Blender DSC। हम सब एक ही ecosystem के अलग-अलग हिस्सों पर काम करते हैं।