# Tutorials

- [Firmware download](https://dongilc.gitbook.io/openrobot-inc/tutorials/firmware.md)
- [Control with VESC driver](https://dongilc.gitbook.io/openrobot-inc/tutorials/control-with-vesc-driver.md): We describe the VESC control method in ROS using the VESC driver developed by Michael T. Boulet at MIT.
- [Control with Python](https://dongilc.gitbook.io/openrobot-inc/tutorials/control-with-python.md): We describe the VESC control method using python.
- [Control with CAN](https://dongilc.gitbook.io/openrobot-inc/tutorials/control-with-can.md)
- [VESCular6](https://dongilc.gitbook.io/openrobot-inc/tutorials/vescular6.md): We describe the various uses of VESCular.
- [VESCuino Shield](https://dongilc.gitbook.io/openrobot-inc/tutorials/untitled.md): We describe the control method via SPI communication between Arduino Mega and VESCuino
- [Control using Odroid SBC](https://dongilc.gitbook.io/openrobot-inc/tutorials/control-using-odroid-sbc.md)


---

# 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://dongilc.gitbook.io/openrobot-inc/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.
