Skip to content

Commit

Permalink
Dropped ROS Melodic instructions for motor config
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed Sep 29, 2021
1 parent 6ad9321 commit cc0a00c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
21 changes: 0 additions & 21 deletions en/assembly-guides/ergo-jr/motor-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,3 @@ To configure a motor with Poppy Configure, type the command `poppy-configure erg
![image](img/IHM/poppy-configure-terminal-output.png)

[**>> Next step: mechanical construction**](mechanical-construction.md)

## 3.2.ter. Configuring motors one at a time (if you are using the ROS image)

If you don't know what ROS (Robot Operating System) is, this option is presumably not the one you're looking for. The ROS image for Poppy Ergo Jr does not embed the regular `http://poppy.local` graphical user interface. In order to configure the motors we will connect through SSH and use the *Poppy Configure* tool.

**Open a terminal through SSH**

From a Linux or MacOS workstation, open a temrinal and type `ssh poppy@poppy.local`:
* You will be first asked to confirm the connection by answering `yes`
* You will then have to type the default password `raspberry`
* Your shell prompt must now display `poppy@poppy` instead of your regular prompt, which confirm that connection to the robot was successful via SSH

**Note:** If you meet this error: `ssh: Could not resolve hostname poppy.local: Name or service not known`, it means that you have a network issue.

**Configure a motor**

To configure a motor with Poppy Configure, type in the SSH terminal the command `poppy-configure ergo-jr <motor-name>` in which you replace the motor name by the corresponding one from **m1** to **m6**. Check that no error happens when the command is over and that the last line is **Done!**.

![image](img/IHM/poppy-configure-terminal-output.png)

[**>> Next step: mechanical construction**](mechanical-construction.md)
21 changes: 0 additions & 21 deletions fr/assembly-guides/ergo-jr/motor-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,3 @@ Pour configurer un moteur avec Poppy Configure, tapez la commande `poppy-configu

[**>> Etape suivante : construction mécanique**](mechanical-construction.md)

## 3.2.ter. Configurer les moteurs un-par-un (si vous utilisez une image ROS)

Si vous ne savez pas ce qu'est ROS, cette procédure n'est probablement pas pour vous. L'image ROS pour Poppy Ergo Jr est dépourvue d'interface graphique. Pour se connecter au logiciel et configurer les moteurs nous allons utiliser SSH depuis un terminal de votre station de travail.

**Ouvrir un terminal via SSH**

Depuis votre station de travail Linux ou MacOS, ouvrez un terminal puis tapez la commande `ssh poppy@poppy.local` :
* Il vous sera d'abord demandé de confirmer la connexion en tapant `yes`
* Puis vous devrez taper le mot de passe `poppy`
* Votre invite de commande doit désormais afficher `poppy@poppy` au lieu de votre invite habituel, ce qui confirme que vous êtes connecté au robot via SSH

**Note :** Si l'erreur `ssh: Could not resolve hostname poppy.local: Name or service not known` apparait, vous avez un défaut de connexion réseau

**Configurer un motor**

Pour configurer un moteur avec Poppy Configure, branchez **un unique moteur** à la carte Pixl puis tapez dans le terminal SSH la commande `poppy-configure ergo-jr <nom-du-moteur>` en remplaçant le nom du moteur par le bon nom entre **m1** et **m6**. Vérifiez qu'aucune erreur n'apparaît lorsque la commande se termine et que la dernière ligne est **Done!**. Vous pouvez ensuite passer au moteur suivant.

![image](img/IHM/poppy-configure-terminal-output.png)

[**>> Etape suivante : construction mécanique**](mechanical-construction.md)

0 comments on commit cc0a00c

Please sign in to comment.