> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/ecosystem/workflows/lidar-mapping.md).

# Lidar Mapping

Lidar mapping uses airborne laser scanning to create highly accurate 3D point clouds of terrain, structures, and vegetation. Common applications include surveying, construction, infrastructure inspection, forestry, mining, and aggregates.

## Payload Options

### Flux LiDAR

Flux is Freefly's purpose-built lidar payload for Astro, featuring survey-grade accuracy with sensors from Livox, Hesai, or Ouster. It includes dual full-band GNSS receivers and advanced low-noise IMUs for precise georeferencing.

Key advantages:

* Quick setup and data capture
* On-site processing via iPad for immediate field verification
* Compatible with Astro, Astro Max, and Alta X Gen 2

{% content-ref url="/pages/PKsjinocOGdkheWSuHJ4" %}
[Flux Lidar Payload](/ecosystem/payloads/flux-lidar.md)
{% endcontent-ref %}

{% content-ref url="/pages/iZ39a8FHy2m0Je8lRjyG" %}
[Data Capture Workflow with Flux](/ecosystem/payloads/flux-lidar/mapping-workflow-with-flux.md)
{% endcontent-ref %}

### Hovermap ST-X and ST

The Emesent Hovermap lidars enable detailed point cloud creation and can operate in GPS-denied environments like tunnels, mines, and under bridges using real-time SLAM.

Key advantages:

* Passive mapping mode for open-air operations
* Assisted and autonomous flight modes for GPS-denied environments
* Real-time 3D modeling for obstacle avoidance

{% content-ref url="/pages/oMI0k9h3384CBFOvVWqZ" %}
[Hovermap ST-X and ST Lidar](/ecosystem/payloads/third-party-payloads/hovermap-st-x-and-st-lidar.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.freeflysystems.com/ecosystem/workflows/lidar-mapping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
