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

# Changelog

The changes between releases of Stretch 4 URDF are documented here.

## [2026.07.20](https://pypi.org/project/hello-robot-stretch4-urdf/2026.7.20)

* Updated head camera sensor link frames to all share the same orientation with z pointing up
* Corrected the center camera's optical frame to match the OAK-FFC-IMX378 W sensor orientation

## [2026.07.08](https://pypi.org/project/hello-robot-stretch4-urdf/2026.7.8)

* Add docking station URDF
* Add `get_tranform()` method to get TF between 2 links
* Organize preprocessing scripts and deps
* Improve fetching of calibrated URDF

## [2026.07.02](https://pypi.org/project/hello-robot-stretch4-urdf/2026.7.2)

* Fix to head collision mesh
* Fix to link name in gripper
* Fix to line sensor link name

## [2026.06.25](https://pypi.org/project/hello-robot-stretch4-urdf/2026.6.25)

* Bugfix for outputting urdf to a nonexistant folder - calls os.mkdir
* Methods to generate planar\_ik\_urdf, make\_rotary\_ik\_urdf, make\_translation\_ik\_urdf
* Generate calibrated URDFs
* Cleanup URDF post processing and optical frames
* Bugfix for is stretch4\_body isn't installed
* Simplify dependencies
* Improved docs in README

## [2026.05.27](https://pypi.org/project/hello-robot-stretch4-urdf/2026.5.27)

* Bugfix for generating URDF with nil tool
* Bugfix for permission error
* Util function to read joint limits from URDF

## [2026.05.14](https://pypi.org/project/hello-robot-stretch4-urdf/2026.5.14)

Bugfix to include the .obj meshes in the release

## [2026.05.12](https://pypi.org/project/hello-robot-stretch4-urdf/2026.5.12)

The initial release of this description repository. It contains the URDF and meshes for the "francis" batch.


---

# 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.hello-robot.com/stretch4_urdf/changelog.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.
