> 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/9563.md).

# 9563 - PHYSICAL TESTING AND DIGITAL TWIN SIMULATIONS FOR PREDICTION OF RIDE QUALITY OF LIGHT UTILITY VEHICLE

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

**Authors:** *Eric Karpman, Wei Huang, Nikita Yovchev, Patrick Kehoe*

**Keywords:** Ride Quality.; Rough Terrain.; Off-road.; Simulation.; Vibration Testing.

**Abstract:**

Ride quality is an important metric for assessing the comfort and safety of vehicle passengers as a vehicle traverses rough off-road terrain. One common approach for assessing ride quality is the Absorbed Power metric, which sets a power threshold below which a crew member can effectively perform their tasks. The roughness of the terrain itself is characterized by the root mean square (RMS) value of the terrain profile as per TOP-1-1-014. Using an accelerometer to measure the acceleration experienced by the passengers, a series of tests can be conducted in which the vehicle and traverses a given course at constant speeds, increasing the speed with each traversal. By calculating the absorbed power at each speed, a maximum allowable speed can be determined for a given course. Because it is not always possible to take a vehicle into the field to test it on such a course, vibration testing using a four-post shaker to emulate the terrain profile can be used as an alternate test to assess the ride quality. In this work, we perform vibration testing on a light utility vehicle in an effort to assess ride quality over an asymmetric 3cm RMS terrain. Additional physical testing – including a tilt test to determine center of gravity height – were performed to tune a digital twin of the vehicle. The same suite of tests was performed on the digital twin in a virtual environment and compared to the physical test results. The virtual test of the vehicle traversing the 3cm RMS course that the vibration test emulates was also performed on the digital twin to compare vibration testing results to that of a fully modelled traversal of the terrain.


---

# 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/9563.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.
