start:drone:pilotage:debut
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
start:drone:pilotage:debut [2024/10/06 09:11] – [Algorithme du vol :] gerardadmin | start:drone:pilotage:debut [2024/10/06 15:26] (Version actuelle) – [Liste des fichiers à télécharger :] gerardadmin | ||
---|---|---|---|
Ligne 4: | Ligne 4: | ||
*[[https:// | *[[https:// | ||
- | *Extension expérimentale Scratch : [[http:// | + | *Extension expérimentale Scratch : [[http:// |
*[[http:// | *[[http:// | ||
*[[http:// | *[[http:// | ||
Ligne 10: | Ligne 10: | ||
{{ : | {{ : | ||
+ | ==== node js windows ==== | ||
+ | |||
+ | <code .txt installnodejs.txt> | ||
+ | |||
+ | # installs fnm (Fast Node Manager) | ||
+ | winget install Schniz.fnm | ||
+ | |||
+ | # configure fnm environment | ||
+ | fnm env --use-on-cd | Out-String | Invoke-Expression | ||
+ | |||
+ | # download and install Node.js | ||
+ | fnm use --install-if-missing 22 | ||
+ | |||
+ | # verifies the right Node.js version is in the environment | ||
+ | node -v # should print `v22.9.0` | ||
+ | |||
+ | # verifies the right npm version is in the environment | ||
+ | npm -v # should print `10.8.3` | ||
+ | </ | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | [[http:// | ||
| | ||
Ligne 29: | Ligne 52: | ||
==== Block de base pour tello==== | ==== Block de base pour tello==== | ||
- | {{ : | + | {{ : |
{{ : | {{ : | ||
Ligne 44: | Ligne 67: | ||
- | {{ : | + | {{ : |
Ligne 51: | Ligne 74: | ||
Algorithme à partir de scratch 2.0 : | Algorithme à partir de scratch 2.0 : | ||
- | {{ : | + | {{ : |
/home/chanteri/www/fablab37110/data/attic/start/drone/pilotage/debut.1728198665.txt.gz · Dernière modification : 2024/10/06 09:11 de gerardadmin