How to build scenes in Road Runner using python?

Respuestas (1)

Sarthak
Sarthak el 21 de Ag. de 2023

0 votos

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.

Productos

Versión

R2023a

Etiquetas

Preguntada:

el 15 de Ag. de 2023

Respondida:

el 21 de Ag. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by