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

# 2908 - DRAWBAR PULL EXPERIMENT AND ANALYSIS OF GROUSERED-TRACK UNIT ON SANDY TERRAIN

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

**Authors:** *Ryota Azuma, Tatsuya Maeda, Kosuke Horie, Shinichiro Miyai, Shunsuke Sugimura, Genya Ishigami*

**Keywords:** Grousered-track unit; Drawbar pull coefficient; Slip ratio; Sandy terrain

**Abstract:**

Tracked vehicles are commonly used on construction sites because of their high vehicle stability and traversability with large ground contact area. Grousers attached to the track shoe enhances vehicle stability and traversability, mitigating the risk of slipping on rough terrain. While many past studies investigated the mechanical effect of a single grouser shoe, experimental test of an entire grousered-track unit remain limited due to non-uniform the stress distribution of the track unit on the ground. In this study, we developed an experimental apparatus with a grousered-track unit and conducted drawbar pull experiment on sandy terrain. We measured the slip ratio and sinkage of the track unit with various traction load corresponding to the drawbar pull of the track unit. The relationship between the drawbar pull coefficient, which is the ratio of the drawbar pull to the vertical load of the track, and the slip ratio was examined. The experiments confirmed that the slip ratio remains constant when the drawbar pull coefficient is approximately 0.4 or lower. Within this range, the track unit maintains small sinkage and a stable driving state. However, when the drawbar pull coefficient exceeds approximately 0.45, the slip ratio sharply increases as larger traction load cases the track unit to an unstable driving state by repeating the move-and-stop motion. This trend was observed regardless of the varied vertical load. These findings suggest that the relationship of the slip-drawbar pull coefficient and the threshold for stable/unstable driving state are useful for evaluating the traversability of the grousered-track unit.


---

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