フィルターのクリア

How to build scenes in Road Runner using python?

16 ビュー (過去 30 日間)
Wenxian
Wenxian 2023 年 8 月 15 日
回答済み: Sarthak 2023 年 8 月 21 日
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?

回答 (1 件)

Sarthak
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.

製品


リリース

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by