How to define rrMap in rodrunnerHDMap as multiple rather than just one
10 ビュー (過去 30 日間)
古いコメントを表示
I define and use roadrunnerHDMap as rrMap in a single MATLAB script. I want to divide the function called roadrunnerHDMap into several and set up a lane and a lane boundary in each map. Is it possible?
If possible, what are the options?
- example code -
rrMap_1 = roadrunnerHDMap;
rrMap_2 = roadrunnerHDMap;
I defined it as a variable with a different name like the code above, but the results show that both geometry and lane settings are applied the same
0 件のコメント
回答 (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!