> For the complete documentation index, see [llms.txt](https://2025.istvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2025.istvs.org/submissions/papers/5658.md).

# 5658 - WINTER ROUTE PLANNING ALGORITHM

{% hint style="info" %}
Paper presented at ISTVS 2025 | 55th Conference of the International Society for Terrain-Vehicle Systems <https://doi.org/10.56884/HKXFJ43Z>
{% endhint %}

**Authors:** *Mark Bodie*

**Keywords:** Route planning; Graph; Mobility

**Abstract:**

Cold regions represent an especially challenging environment for maneuver. In addition to standard obstacles which occur in less extreme environments, the surface itself can become an obstacle. Winter surfaces are characterized by low strength, resulting in deep vehicle sinkage with high motion resistances. In this work, we developed a cold regions route planning (WRP) algorithm that identifies low risk routes that minimizes the energy required by the vehicle to complete a mission. The algorithm fuses weather, terrain, and vehicle information to generate a unique on and off-road graph of the area of interest. A winter surface algorithm is used to predict the current snowpack’s depth and density using weather and terrain information. This information along with vehicle data, is used to generate the vehicle’s motion resistance and work associated with surface compaction, tree push over force, and gravity forces. Search requests are initiated, and optimal routes are displayed through kml files, enabling the use of existing GIS software to interface with the WRP algorithm. Experiments were conducted at the Camp Ethan Allen Test Site to validate the algorithm. Driven and predicted routes and mission completion times were compared with favorable results. Additional algorithm enhancements are identified to improve route accuracy and in-field operation.


---

# 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://2025.istvs.org/submissions/papers/5658.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.
