Skip to content

BaseUnrealSimulator

Full path: schola.core.simulators.unreal.base.BaseUnrealSimulator

schola.core.simulators.unreal.base.BaseUnrealSimulator

BaseUnrealSimulator

BaseUnrealSimulator

Bases: BaseSimulator

Abstract Base Class for a gRPC based connection to Unreal Engine.

Parameters

url (str) : The url to connect to

port (int) : The port on that URL to connect to

url

url

The URL to connect to

Type

  • str

port

port

The port on the URL to connect to

Type

  • int

channel

channel

The channel connecting to Unreal Engine on the chosen address

Type

  • grpc.Channel

Methods

ItemDescription
init
start(protocol_properties)Start the Simulator.
stop()Stop the simulator.

Attributes

ItemDescription
supported_protocolsGet the protocols supported by this simulator.

init

__init__()

supported_protocols

supported_protocols: Tuple[BaseProtocol, ...]

Get the protocols supported by this simulator.