Skip to main content
Version: v25.12-coming

Getting Started with Emio

Emio is a parallel deformable robot. Together with the desktop application Emio Labs, this hands-on platform provides a practical introduction to the concepts of compliant and deformable robotics.

Discovering Emio

The robot features a structure composed of four servo motor-actuated deformable legs connected together. It comes equipped with a depth camera and a set of accessories, including multiple deformable legs and connectors, all stored in a dedicated drawer.

Emio features two distinct configurations, as shown in the images below:

  1. Extended Configuration: In this setup, the legs point downward, enabling it to perform tasks such as pick-and-place.
  2. Compact Configuration: Here, the legs are oriented upward, facilitating easier interaction with the robot.
Emio in extended configuration showing the accessory drawer and the depth camera.
Emio in extended configuration with (1) the drawer in which you will find Emio's accessories, (2) the depth camera that can be oriented up or down.
Emio in compact configuration showing the four motors with their identification numbers.
Emio in compact configuration with the four motors with their corresponding identification number (n°0, n°1, n°2, n°3), which we use in the labs.
Emio's accessories including multiple deformable legs and connectors.
Emio's accessories

Connecting Emio to your Computer

You will find a USB cable in the drawer to connect the robot to your computer. The robot also has a power supply and a switch. To connect Emio to your computer:

  1. Plug the USB cable into the USB port of Emio (see Figure 2),
  2. Connect the other end of the USB cable to your computer,
  3. Plug the power supply into the power port of Emio (see Figure 3),
  4. Turn on the switch to power the robot (see Figure 3).
The connection panel on the side of Emio
(1) USB connection. (2) Power connection. (3) Switch to power the robot.

Attaching Legs to Motors

Each motor is equipped with a drum and a cap for connecting a leg.

To attach a leg to a motor:

  1. Find the zero position of the motor is indicated by the orange marker pointing upward,
  2. Simply rotate the cap until you can set the leg into the desired orientation,
  3. Once the leg is in place, rotate the cap again to lock it.
One Emio motor with the zero position marker pointing upward
(1) Motor's zero position (orange marker pointing upward)
Emio motor with the cap rotated and the leg attached to it and pointing downward
(2) Rotate the cap until the leg can be attached
Emio motor with the cap rotated back to lock in the leg
(3) Once the leg is in place, rotate the cap again to lock it
Another example of position for the leg, pointing upward instead
(4) The leg can be adjusted to different positions
note

Throughout the lab sessions, you will be instructed to configure Emio into specific setups. Simply follow the provided instructions by clicking on Set up Emio. We use colors to refer to the legs and connectors, and numbers to identify the motors.

Calibrating the Camera

The calibration allows to calculate the transform from the camera image, to 3D points into the simulation reference frame. The Emio API (included with Emio Labs) comes with a default calibration, but it can vary based on if the camera has been moved. If you notice a large difference between the simulation and reality markers, you might need to re-calibrate the camera.

Set up Emio for the Calibration

You will need (see the image to the right):

  • The Aruco marker
  • Two green markers
  • The blue elevators to raise the platform

To set up Emio for calibration, follow these steps:

  1. Raise the platform with the blue elevators.
  2. Place the Aruco marker on the platform, arrow facing the camera.
  3. Insert two green markers into the Aruco marker slots.
  4. Connect Emio to the computer and power supply.
  5. Turn on Emio.
The set up for calibration of the camera.
The set up for calibration of the camera. (1) the Aruco marker. (2) two green markers. (3) the elevators.

Start the Calibration

Calibration can be done using several methods: with Emio Labs or with the Emio API.

The easiest way to start the calibration is to use the SOFA Robotics interface from Emio Labs:

  1. Open Emio Labs
  2. Go to the Sandbox page
  3. Select the Camera Calibration section
  4. Run the simulation by pressing the SOFA button in the section
  5. Press the Play button to start the simulation
  6. Toggle the robot connection button to connect to the robot

Calibration Process

Regardless of the method you use to start the calibration, the process will start by opening several windows, including a Calibration window and a HSV window.

The calibration window with the aruco marker being tracked.

The Calibration window displays the corners and other points detected by the camera.

The HSV window with the result of the green markers tracking.

The HSV window displays the 3D position of the two markers in the frame of the camera (first line) and in the simulation frame (second line).

The calibration ends when the Calibration window closes and the HSV window displays the position of the the two markers.

To make sure the calibration is successful, you can check the simulation coordinates of the markers in the HSV window:

  • The top marker should be at around (32, -230, 32)
  • The bottom marker should be at (-32, -230, -32)

In the simulation, if used, the green markers (i.e. what the camera is tracking) should be at the same positions as the red markers (i.e. theoretical positions). The actual error for each marker can be seen in the Information collapsible menu in the My Robot window. You can expect an error of around 2-4 mm for each marker.

Once the calibration is done, you can close the SOFA window or Ctrl+C if you used Emio API. The saved calibration will be used for all the following use of the Emio API.

The simulation in SOFA Robotics at the end of the calibration process. The green markers match the red ones.
The simulation in SOFA Robotics at the end of the calibration process. The green markers match the red ones.