Skip to content

Commit 9d79d0b

Browse files
committed
webots: python, matlab, etc
1 parent a5c2be2 commit 9d79d0b

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

docs/install-webots.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,39 @@ Official pages:
44

55
- <https://cyberbotics.com>
66
- <https://cyberbotics.com/doc/guide/installation-procedure>
7+
- User guide: <https://cyberbotics.com/doc/guide/index>
8+
- Reference manual: <https://cyberbotics.com/doc/reference/index>
79

810
## Install Webots (all platforms)
911

1012
Simply go to <https://cyberbotics.com/#download> and download your version.
1113

12-
More versions can be found at <https://github.com/cyberbotics/webots/releases> (avoid nightly builds, go for stable releases named R202Xx which are best for users).
14+
More versions can be found at <https://github.com/cyberbotics/webots/releases> (avoid nightly builds, go for stable releases named `R202Xx` which are best for users).
15+
16+
## Notes on Programming Language Setup
17+
18+
- <https://cyberbotics.com/doc/guide/language-setup>
19+
20+
### Notes on Programming Language Setup: Python
21+
22+
- <https://cyberbotics.com/doc/guide/using-python>
23+
24+
At least since `R2020a`, requires `Python >= 3.7`.
25+
26+
### Notes on Programming Language Setup: MATLAB
27+
28+
- <https://cyberbotics.com/doc/guide/using-matlab>
29+
30+
Requires a functional instalation of MATLAB.
1331

1432
## Additional Information
1533

34+
### Changes between revisions
35+
36+
- [Upgrade from R2023a to R2023b](https://cyberbotics.com/doc/guide/from-2023a-to-2023b): No relevant changes
37+
- [Upgrade from R2022a to R2022b](https://cyberbotics.com/doc/guide/from-2022a-to-2022b): EXTERNPROTO
38+
- [Upgrade from R2021b to R2022a](https://cyberbotics.com/doc/guide/from-2021b-to-2022a): Changes in orientation
39+
1640
### Similar and Related
1741

1842
- <https://github.com/roboticslab-uc3m?q=webots> (roboticslab-uc3m)

0 commit comments

Comments
 (0)