> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/hardware-and-interfaces/warnings/rover-operational-safety.md).

# Aircraft/Rover Operational Safety

## Do not operate the aircraft without an experienced and/or licensed operator present.

There must always be an experienced and/or licensed aircraft/system operator.

## Always complete a pre and post mission inspection.

Always complete a pre and post mission inspection of the aircraft and the supporting equipment to determine operational safety.

## Never approach or handle the aircraft without permission.

Never approach or handle the aircraft and the supporting equipment without permission, unless instructed to do so by the operator.

## Always operate the aircraft with a minimum of two spotters.

Do not operate the rover without at least two spotters.

## Remove all obstructions or loose debris.

Remove all obstructions or loose debris (Foreign Object Debris a.k.a FOD) from the operational safety zone and surrounding areas.

## Survey the area for possible operational risks.

Survey the area for possible operational risks including obstructions (i.e. plants/animals, utilities, and other vehicles) and environmental factors (i.e. water, dust, heat, wind, chemicals).

## Spotters must maintain a visual Line-of-Sight (LoS) on the aircraft and/or its operator.

If you are a spotter, always maintain a visual Line-of-Sight (LoS) on the aircraft and/or its operator.

## Ask for permission if attempting to recover aircraft.

Never operate or attempt to recover the rover in/on/under/over or near any areas without first obtaining permission and risk analysis from the proper authorities/owners.

## Review local laws and regulations.

Review all the applicable laws and regulations set forth by government and local authorities prior to operating any equipment.

## Establish a signaling protocol for communication

Establish an agreed upon signaling protocol (verbal/nonverbal) between team members to communicate status and the safety of personnel, equipment, and other potential risks.

## Understand the risks and dangers of LiPo batteries.

Always understand the risks and dangers of storing, charging, transporting, and the improper usage of large Lithium Polymer (LiPo) batteries.


---

# 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.phoenixlidar.com/hardware-and-interfaces/warnings/rover-operational-safety.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.
