# TUTORIALS

- [Tutorials](https://robocre8.gitbook.io/robocre8/tutorials/tutorials.md)
- [How To Calibrate And Setup The EIMU](https://robocre8.gitbook.io/robocre8/tutorials/how-to-calibrate-and-setup-the-eimu.md): Learn how to calibrate the Easy IMU (EIMU) and setup its madgwick filter via its GUI Application
- [How To Use EIMU With ROS2](https://robocre8.gitbook.io/robocre8/tutorials/how-to-use-eimu-with-ros2.md): Learn how to test and integrate the Easy IMU (EIMU) in your ROS2 project
- [How To Use EIMU With Arduino](https://robocre8.gitbook.io/robocre8/tutorials/how-to-use-eimu-with-arduino.md): Learn how to test and integrate the Easy IMU (EIMU) in your Arduino project
- [How To Setup DC Motor PID Speed Control With The EPMC](https://robocre8.gitbook.io/robocre8/tutorials/how-to-setup-dc-motor-pid-speed-control-with-the-epmc.md): Learn how to setup PID control for your geared DC motor with the Easy PID Motor Controller (EPMC)
- [How To Use the EPMC With ROS2](https://robocre8.gitbook.io/robocre8/tutorials/how-to-use-the-epmc-with-ros2.md): Learn how to test and integrate the Easy IMU (EIMU) in your ROS2 project
- [How To Use EPMC With Arduino](https://robocre8.gitbook.io/robocre8/tutorials/how-to-use-epmc-with-arduino.md): Learn how to test and integrate the Easy PID Motor Controller (EPMC) in your Arduino project
- [How To Install ROS2 Jazzy Desktop On PC (FULL INSTALL)](https://robocre8.gitbook.io/robocre8/tutorials/how-to-install-ros2-jazzy-desktop-on-pc-full-install.md): Learn how to install ros-jazzy-desktop on your PC running Ubuntu 24.04 LTS OS
- [How To Install ROS2 Jazzy Base On Raspberry Pi 4 or 5 (FULL INSTALL)](https://robocre8.gitbook.io/robocre8/tutorials/how-to-install-ros2-jazzy-base-on-raspberry-pi-4-or-5-full-install.md): Learn how to install ros-jazzy-ros-base on Raspberry pi 4 or 5 running Ubuntu 24.04 LTS server
- [How To Install ROS2 Humble Desktop On PC (FULL INSTALL)](https://robocre8.gitbook.io/robocre8/tutorials/how-to-install-ros2-humble-desktop-on-pc-full-install.md): Learn how to install ros-humble-desktop on your PC running Ubuntu 22.04 LTS OS
- [How To Install ROS2 Humble Base On Raspberry Pi 4B (FULL INSTALL)](https://robocre8.gitbook.io/robocre8/tutorials/how-to-install-ros2-humble-base-on-raspberry-pi-4b-full-install.md): Learn how to install ros-humble-ros-base on Raspberry pi 4B running Ubuntu 22.04 LTS server


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://robocre8.gitbook.io/robocre8/tutorials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
