Skip to content

Commit 4d8ec92

Browse files
committed
Expand on these useful links in context
This is likely better than as a flat list with little detail on why they might be useful.
1 parent ae8bb21 commit 4d8ec92

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

simulator/setting_up_simulator.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ You need to download [Webots from here](https://cyberbotics.com/#download) and i
2121

2222
The current supported version is "R2023b".
2323

24+
### Troubleshooting: performance
25+
26+
The default settings work for most users however if you are using a less powerful computer or one without a dedicated graphics card (as is the case on many laptops), you may wish to adjust the graphics settings to enable the simulation to run faster.
27+
28+
If you find that the simulation runs very slowly we suggest disabling both Ambient Occlusion and Shadows.
29+
These should not affect the behaviour of the simulation, only the rendered visuals.
30+
31+
To do this on Windows, open webots and go to the menu **Tools** → **Preferences** → **OpenGL**, then set **Ambient Occlusion** to "none" and check the box next to "Disable shadows".
32+
33+
To do this on Mac, open webots and go to the menu **Webots** → **Preferences** → **OpenGL**, then set **Ambient Occlusion** to "none" and check the box next to "Disable shadows".
2434

2535
## Python
2636

simulator/using_the_simulator.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,15 @@ Using the Simulator
1111
Within the Webots IDE, there are a few different panels:
1212

1313
- In the centre of your screen is the 3D simulated view of the arena.
14+
It can be useful to change your view into the world using the [camera controls][camera-controls].
1415
- On the left is a tree hierarchy of all elements in this "world".
1516
- On the right is a text editor which you can use to develop your code, however we recommend using a dedicated [code editor]({{ site.baseurl }}/tutorials/editors/) if you can.
1617
- At the bottom is the console, where output from your robot code will be displayed.
1718
- At the top are your general controls which include the time controls. Press the centre play button to run the simulation at normal speed.
1819

1920
![Webots overview screenshot]({{ site.baseurl }}/images/content/simulator/webots-overview.png)
2021

21-
### Useful links
22-
23-
- [Camera Controls](https://www.cyberbotics.com/doc/guide/the-3d-window#navigation-in-the-scene)
24-
- [Graphics settings](https://www.cyberbotics.com/doc/guide/preferences#opengl) (Useful if Webots is running slowly)
22+
[camera-controls]: https://www.cyberbotics.com/doc/guide/the-3d-window#navigation-in-the-scene
2523

2624
## Time
2725

0 commit comments

Comments
 (0)