# 12.3 Edit Obstacles

&#x20;This feature allows the user to define obstacles on the plot. Follow the on-screen instructions for guidance. After defining an obstacle, tap the "**Save Obs**" button to store the plot, as shown below:

<figure><img src="/files/wgEVfeyRv7WiNkhQRsND" alt=""><figcaption><p>Edit obstacle</p></figcaption></figure>

**Step 1: Accessing the Obstacle Interface**

* **Access the Obstacle Interface** by tapping the "**Obstacle**" button from the plot view.

<figure><img src="/files/Re10h9i3a5KCNTZ75V3I" alt=""><figcaption><p>Obstacle interface</p></figcaption></figure>

**Step 2: Modifying a "Polygon" Type Obstacle**&#x20;

To modify a polygon obstacle:

1. **Select the Waypoint**: Tap the desired waypoint. It will be highlighted in **green** to indicate selection.
2. **Adjust the Waypoint**: Use the **Waypoint Editor** widget to reposition the waypoint along the **X-axis** or **Y-axis** with the directional arrows.
3. **Confirm Modifications**: Tap "**OK**" to apply the changes

**Step 3: Deleting a Waypoint**&#x20;

To delete a waypoint:

1. **Select the Waypoint**: Tap the waypoint to delete.
2. **Execute Deletion**: Press the **Delete** button within the **Waypoint Widget.**

**Step 4: Modifying a "Circle" Type Obstacle**&#x20;

To modify a circle obstacle:

1. **Select a Boundary Point**: Tap a point on the circumference of the circle.
2. **Resize the Circle**: Move the point:
   * **Inward** to decrease the radius.
   * **Outward** to increase the radius.
3. **Confirm Modifications**: Tap "**OK**" to finalize the adjustments

**Step 5: Saving Changes**&#x20;

After completing all modifications, tap "**Save** **Obs**" to commit the updates to the plot.


---

# 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://aerogcs-green-docs.aeromegh.com/12.-obstacle-avoidance/12.3-edit-obstacles.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.
