# Log Files

Rover creates a multitude of data log files during its data collection session with timestamp records so that measurements taken at the same time can be correctly associated when post-processing. These files contain diagnostic messages as well as the raw data captured from the system’s sensors. The following table lists the type of log files created by the system. Any files not listed here are for special applications or diagnostic purposes.

|                     |                                                                                                                                                                                                                                                        |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| \<timestamp>.txt    | Contains project descriptions that were entered in SpatialExplorer after scanning.                                                                                                                                                                     |
| \<timestamp>.nav    | Contains data received from the navigation system, including the real-time solution as well as raw GNSS and IMU measurements.                                                                                                                          |
| \<timestamp>.plp    | Contains configuration and captured data from LiDAR sensor(s) as well as configuration and trigger-data about camera(s).                                                                                                                               |
| \<timestamp>\_X.ldr | Only applies to Velodyne sensors. Contains configuration and captured data from Velodyne LiDAR sensor number X. A new log file with current timestamp is created when the user activates (SLT or ACT) and deactivates (OFF) the Velodyne LiDAR sensor. |
| camX/               | Folder containing photos taken with camX. Some cameras allow storing the images within the rover’s log folder (e.g. Basler and Xenics cameras), others must be downloaded from the camera’s internal storage (e.g. Sony Alpha 6000).                   |


---

# 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://docs.phoenixlidar.com/hardware-and-interfaces/connecting-and-interfacing-with-phoenix-lidar-systems/rover-data/log-files.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.
