#include <python_grpc_config.h>
◆ EngineSchema
constexpr char PythonGrpcConfigConst::EngineSchema[] = "https://neurorobotics.net/engines/engine_python.json#/python_grpc" |
|
staticconstexpr |
◆ EngineType
constexpr char PythonGrpcConfigConst::EngineType[] = "python_grpc" |
|
staticconstexpr |
◆ SimulationTimeRatio
constexpr std::string_view PythonGrpcConfigConst::SimulationTimeRatio = "TimeRatio" |
|
staticconstexpr |
Ratio used by SimulationTime.
The ratio should be passed to the server on initialization. In that way we can communicate to the server what time units are used in the simulation. This will impact the time step passed with runLoop command, as well as the simulation time returned.
The documentation for this struct was generated from the following file: