Outils pour utilisateurs

Outils du site


start:drone:pilotage:debut

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
start:drone:pilotage:debut [2024/10/06 09:10] – [Algorithme du vol :] gerardadminstart:drone:pilotage:debut [2024/10/06 15:26] (Version actuelle) – [Liste des fichiers à télécharger :] gerardadmin
Ligne 4: Ligne 4:
  
     *[[https://scratch.mit.edu/download/scratch2|Scratch 2.0 et Adobe Air]]     *[[https://scratch.mit.edu/download/scratch2|Scratch 2.0 et Adobe Air]]
-    *Extension expérimentale Scratch : [[http://sti.ac-bordeaux.fr/techno/coder/tello/Tello.s2e|Tello.s2e]]+    *Extension expérimentale Scratch : [[http://sti.ac-bordeaux.fr/techno/coder/tello/Tello.s2e|Tello.s2e]]{{ :start:drone:pilotage:tello_fr.zip |}}{{ :start:drone:pilotage:tello_fr-_v2.zip |}}{{ :start:drone:pilotage:tello_fr-_v3.zip |}}
     *[[http://sti.ac-bordeaux.fr/techno/coder/tello/node-v8.10.0-x64.msi|Node V8 64 bits]] ou [[http://sti.ac-bordeaux.fr/techno/coder/tello/node-v8.11.2-x86.msi|Node V8 32 bits]]     *[[http://sti.ac-bordeaux.fr/techno/coder/tello/node-v8.10.0-x64.msi|Node V8 64 bits]] ou [[http://sti.ac-bordeaux.fr/techno/coder/tello/node-v8.11.2-x86.msi|Node V8 32 bits]]
     *[[http://sti.ac-bordeaux.fr/techno/coder/tello/Tello.js|Fichier node : Tello.js]]     *[[http://sti.ac-bordeaux.fr/techno/coder/tello/Tello.js|Fichier node : Tello.js]]
Ligne 10: Ligne 10:
 {{ :start:drone:pilotage:tello_installation.zip |}} {{ :start:drone:pilotage:tello_installation.zip |}}
  
 +==== 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`
 +</code>
 +
 +{{ :start:drone:pilotage:node-v22.9.0-x64.msi.zip |nodejs_v22-9-0 pour windows X64}}
 +
 +[[http://sti.ac-bordeaux.fr/techno/coder/tello/1erVolProgrammeTello.mp4| Video debut Tello]]
      
  
Ligne 29: Ligne 52:
 ==== Block de base pour tello==== ==== Block de base pour tello====
  
-{{ :start:drone:pilotage:blocktello.jpg?direct&600 |}}+{{ :start:drone:pilotage:blocktello.jpg?direct&300 |}}
  
 {{ :start:drone:pilotage:capture_d_ecran_du_2024-10-06_09-01-34.png?direct&600 |}} {{ :start:drone:pilotage:capture_d_ecran_du_2024-10-06_09-01-34.png?direct&600 |}}
Ligne 44: Ligne 67:
  
  
-{{ :start:drone:pilotage:sequentiel.jpg?direct&600 |}}+{{ :start:drone:pilotage:sequentiel.jpg?direct&300 |}}
  
  
Ligne 51: Ligne 74:
 Algorithme à partir de scratch 2.0 : Algorithme à partir de scratch 2.0 :
  
 +{{ :start:drone:pilotage:boucle.jpg?direct&300 |}}
  
  
/home/chanteri/www/fablab37110/data/attic/start/drone/pilotage/debut.1728198614.txt.gz · Dernière modification : 2024/10/06 09:10 de gerardadmin