update documentation
This commit is contained in:
parent
6245d1308a
commit
e1a17808f7
24 changed files with 1749 additions and 1014 deletions
11
client/docs/source/gettingStarted/codeServer.rst
Normal file
11
client/docs/source/gettingStarted/codeServer.rst
Normal file
|
@ -0,0 +1,11 @@
|
|||
.. _gettingstarted_codeserver:
|
||||
|
||||
Programmierumgebung
|
||||
###################
|
||||
|
||||
Als Umgebung zur Programmierung des Roboters wird `code-server <https://github.com/coder/code-server>`_ eingesetzt, welche bereits am Roboter vorinstalliert ist.
|
||||
|
||||
Verbindung zur Entwicklungsumgebung herstellen
|
||||
----------------------------------------------
|
||||
Am Roboter wird die IP-Adresse des Raspberry Pi angezeigt. Um nun die Verbindung herzustellen, muss man in einem Web-Browser einfach ``<roboter_ip>:8080`` eingeben.
|
||||
Das Passwort für Visual Studio Code im Browser ist ``compair``!
|
Reference in a new issue