# Gazebo

![](/files/-MHXKjPlm3HgGbi0KUw7)

[Gazebo ](http://gazebosim.org/)is one of several simulators that work with PX4 and ROS.&#x20;

Simulation is important in order to test code without risk of damaging real hardware. It can be critical in uncovering faults that would otherwise be very difficult to trigger.\
\
This is not a tutorial on [Gazebo](http://gazebosim.org/), but a list of some resources to get started.&#x20;

* PX4.io Gazebo developer guide <https://dev.px4.io/v1.9.0/en/simulation/gazebo.html>
* Youtube videos e.g. <https://youtu.be/mranHM9wn0g>
* Read about [Gazebo on Wikipedia](https://en.wikipedia.org/wiki/Gazebo_simulator).&#x20;
* Try out [this simple Gazebo tutorial to control a differential drive robot](http://gazebosim.org/tutorials?tut=ros2_installing\&cat=connect_ros), which is a fun way to learn both Gazebo and ROS. (smile)&#x20;

<br>


---

# 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://nxp.gitbook.io/8mmnavq/navq-developer-guide/software-support/gazebo.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.
