URL options
Adding parameters
To change some of the ways the simulator can be displayed, you can add parameters to the URL.
example ( /simulator/robot?screenOrientation=left )
You can also add multiple parameters by using the & symbol.
example ( /simulator/robot?screenOrientation=left&hideZBOS=true )
Define the camera type
The URL parameter cameraType can take the following values:
-
first_person

-
top_down

-
default camera

Screen Orientation
Changing the screen orientation can be achieved by adding the following parameter to the URL.
Parameter: screenOrientation
Available options: left, right, up and down
example ( /simulator/robot?screenOrientation=left )
