How to build scenes in Road Runner using python?
조회 수: 8 (최근 30일)
이전 댓글 표시
I have read the documentation https://ww2.mathworks.cn/help/roadrunner/scenebuilder/build-scenes-from-custom-data-using-roadrunner-hd-map.html and have complied the python API. But I don't know how to use python API and python functions. So is there a similar example?
댓글 수: 0
답변 (1개)
Sarthak
2023년 8월 21일
Hi Wenxian,
As per my understanding, RoadRunner provides an API for performing common workflow tasks such as opening, closing, and saving scenes and projects and importing and exporting scenes. This API uses remote procedure call (RPC) methods, defined in a set of protocol buffer (protobuf) schema files, that enable you to remotely control RoadRunner programmatically. Using the gRPC framework, you can compile these files into C++, Python, or another programming language supported by gRPC.
Please refer to the following documentation link for better understanding.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 gRPC API for Scenes and HD Maps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!