> 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/conference/technical-tour/autonomy-demonstration.md).

# Autonomy Demonstration

Off-road vehicle autonomy faces unique challenges due to the unpredictable nature of off-road environments. Advancing modeling, estimation, and control methodologies for both subsystems and systems is key to unlocking the potential of autonomous off-road vehicles. These technologies have applications in sectors like agriculture, mining, construction, and defense. The upcoming demonstration (Wednesday) and workshop (Friday) aim to bring together the autonomous vehicle community to explore technical challenges, showcase promising directions, and discuss future opportunities. The event will feature four or five teams showcasing different off-road navigation approaches, with the workshop summarizing the demonstration for future research discussions and publications.

### Ridge Runner Demonstrations

<div><figure><img src="/files/QMon9vokMJUGpl4D9bqw" alt="" width="299"><figcaption><p>Ridge Runner Courses</p></figcaption></figure> <figure><img src="/files/5iZZdN3LQMxuRBWEZtql" alt="" width="375"><figcaption><p>The Ridge</p></figcaption></figure></div>

The Ridge Runner course is a more extreme example of off road mobility. This demonstration will be high-speed driving in rugged conditions, on asphalt, over gravel, and through winter weather affected terrain. These conditions are excellent for pushing vehicles to their theoretical limitations. This demonstration will include a discussion on how this applies to off road mobility and the many challenges of autonomy in these conditions.

<div><figure><img src="/files/DjtGceRdsgb9PSUjtBrb" alt="" width="375"><figcaption><p>Complex, off-road conditions</p></figcaption></figure> <figure><img src="/files/cxwRpCPbmbZ4e01HpNDI" alt="" width="375"><figcaption><p>Water Obstacle</p></figcaption></figure></div>

<div><figure><img src="/files/8zhZcGOaPiXRnT8bgg38" alt="" width="375"><figcaption><p>Narrow, winding paths</p></figcaption></figure> <figure><img src="/files/GTi4D0ITMrcoSeiFdxH5" alt="" width="375"><figcaption><p>Close Corners</p></figcaption></figure></div>

### [Autonomy Workshop](/conference/post-conference-events.md#post-conference-autonomy-workshop) <a href="#autonomy-workshop" id="autonomy-workshop"></a>

The Autonomy workshop will be held on Friday to discuss the demonstrations and define the key needs and questions related to autonomy. The results of the workshop will be presented in a publication in the Journal of Terramechanics. The Autonomy workshop on Friday ***will require*** [***registration*** ](/registration.md)***but is*** ***free of charge.***


---

# 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/conference/technical-tour/autonomy-demonstration.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.
