> For the complete documentation index, see [llms.txt](https://docs.plummerindustries.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plummerindustries.com/drive-systems/drive-corners/maintenance.md).

# Maintenance

We have created a list of recommended maintenance/inspections at varying points throughout your usage of the Drive Corners.

## Per match Tasks

* [ ] Visual inspections for loose hardware
* [ ] Check for carpet fibers in wheel miter gear
* [ ] Inspect wheel for wear
* [ ] Hand spin wheel and listen/feel for any odd sounds or resistance

Power on test(On cart)

* [ ] Check status of sensor (Power light should be green) (Status light should be solid amber)
* [ ] Drive straight forward and check all wheels driving straight
* [ ] Listen to drivetrain as driver drives in a circle with translation control stick.&#x20;
* [ ] Drive straight forward to reposition wheels before match
* [ ] Power off robot

## Per Wheel Life

To swap wheel

* [ ] Remove axle (3/16 hex key)
* [ ] Pull wheel downward to remove
* [ ] Push new wheel up into wheel mount
* [ ] Align and insert axle through wheel mount
* [ ] Hand tighten axle (3/16 hex key)

## Per day of matches

* [ ] Remove drive motor (still on mount) to inspect gears for wear and grease (1/8 kex key)
* [ ] Put small amount of grease on drive gears (recommend white lithium)&#x20;

## Per competition

* [ ] Physically check for loose hardware
* [ ] Manually rotate the swivel assembly
* [ ] Inspect belts for signs of damage from foreign objects

## Per Year

We recommend doing a full teardown of parts to inspect the bushings and bushing surfaces for wear and dirt ingress. When cleaning IGUS bushings we recommend cleaners like simple green not harsh solvents like acetone and brake clean. They can cause embrittlement of the bushings.&#x20;


---

# 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://docs.plummerindustries.com/drive-systems/drive-corners/maintenance.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.
