I'm curious about the process of creating HDMap binary files in the example 'Building Scenes from Custom Data Using RoadRunner HD Maps'.
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm working on a scene-building example from custom data using RoadRunner HD maps.
There's a problem that hasn't been solved, so I'm asking
I'm curious about the process of creating HDMap binary files in the example 'Building Scenes from Custom Data Using RoadRunner HD Maps'.
I would like to know in detail what files apply the c++ code provided in the example, and how to create a loader HDMap binary file from custom data.
댓글 수: 1
Harsh
2024년 7월 29일
편집: Harsh
2024년 7월 29일
It explains each section of the code in the example. You can create a custom HDMap binary file simply by tweaking its parameters or adding new parameters to it. Once the C++ code is compiled, a ".rrhd" file will appear in the specified directory location. After that, simply place it in one of the folders of the "library browser" and import it by dragging it into the canvas.
I hope this helps. Thanks!
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Scene and Scenario Management에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!