HD मैप क्या है?
HD (high-definition) मैप road network का सेंटीमीटर-सटीक, मशीन-पठनीय विवरण है — lane boundaries, lane connections, regulatory elements, reference geometry — जो human driver के बजाय autonomous driving stack द्वारा consume करने के लिए designed है। HD maps अधिकांश production self-driving (AV) और advanced ADAS systems के load-bearing inputs में से एक हैं।
यह पेज autonomous driving के लिए HD maps पर एक तटस्थ primer है, और समझाता है कि drawtonomy कहाँ मदद कर सकता है।
HD मैप में क्या होता है
Section titled “HD मैप में क्या होता है”एक typical HD map न्यूनतम encode करता है:
- Lane geometry — हर drivable lane का precise centerline, left boundary, और right boundary, आमतौर पर polylines या analytical curves के रूप में।
- Lane topology — lanes कैसे connect होती हैं: intersections पर predecessor / successor relationships, lane changes, merges, splits।
- Regulatory elements — traffic lights, traffic signs, stop lines, speed limits, right-of-way rules, crosswalks।
- Static features — guardrails, road markings, lane types (bus, bike, parking), road surface attributes।
- Reference frames — latitude / longitude / elevation।
HD मैप ही एक planner को “मेरी बायीं ओर की lane क्या है” पूछने, एक localiser को live sensor data को known world के विरुद्ध correlate करने, और एक perception module को यह bound करने देता है कि signs और lights कहाँ होने चाहिए।
HD मैप vs SD मैप vs OpenStreetMap
Section titled “HD मैप vs SD मैप vs OpenStreetMap”एक rough split:
| Layer | Accuracy | Lane semantics | Used by |
|---|---|---|---|
| SD (standard-definition) map | road-level | minimal | nav, route planning |
| OpenStreetMap | road-level, crowdsourced | optional tags | general purpose |
| HD map | centimetre-level | full lane / regulatory model | AV planning, prediction, localization |
OpenStreetMap (OSM) कुछ HD-map formats के लिए substrate के रूप में काम करता है (notably Lanelet2, जो extra tags के साथ OSM-XML है) लेकिन raw OSM by itself HD map नहीं है।
सामान्य HD मैप formats
Section titled “सामान्य HD मैप formats”HD-map space में कई active formats हैं। जो दो drawtonomy directly interact करता है:
- Lanelet2 — OSM-XML-based, FZI पर developed, और Autoware के लिए primary HD-map representation।
- OpenDRIVE — ASAM standard, analytical geometry, driving simulators (CARLA, esmini, IPG CarMaker, RoadRunner) द्वारा consumed de-facto HD-map format।
HD मैप authoring approaches
Section titled “HD मैप authoring approaches”City scale पर HD map produce करना एक survey-grade operation है। इस space में उपयोग किए जाने वाले tools:
- TIER IV Vector Map Builder — browser-based Lanelet2 editor।
- JOSM with Autoware Lanelet2 plugin — desktop OSM editor।
- MathWorks RoadRunner — HD-map और scenario authoring।
- Autocore MapToolbox — Unity plugin।
ये वे tools हैं जिनतक आपको पहुंचना चाहिए जब आपको survey-accurate HD map चाहिए।
drawtonomy कहाँ fit होता है
Section titled “drawtonomy कहाँ fit होता है”drawtonomy survey-grade अर्थ में HD-map authoring tool नहीं है। यह driving scenarios के लिए tuned browser whiteboard है। हालांकि, कुछ narrow places हैं जहाँ यह real HD-map workflow के साथ बैठता है:
- Authoring से पहले HD-map sketches। Drawtonomy minutes में lanes, intersections, और crosswalks sketch कर सकता है।
- Existing Lanelet2 map में local edits। Drawtonomy Lanelet2 OSM file import, lane geometry visually edit, और back export कर सकता है।
- HD-map concepts के figures। Papers, slide decks, और design docs को lanes, connections, और regulatory elements के clean illustrations चाहिए।
- Small map → simulator pipeline। Drawtonomy एक Lanelet2 sketch को OpenDRIVE 1.8 + OpenSCENARIO 1.3 के ज़रिए esmini-ready zip तक ले जा सकता है।
City-scale HD-map work के लिए, survey-grade tools उपयोग करें। drawtonomy वह small browser canvas है जिसे आप sketch, figure, या local fix के लिए use करते हैं।