Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/upkie/upkie_description

URDF descriptions for Upkie wheeled bipeds
https://github.com/upkie/upkie_description

legged-robots robot robot-model urdf urdf-descriptions urdf-models wheeled-biped

Last synced: 3 months ago
JSON representation

URDF descriptions for Upkie wheeled bipeds

Awesome Lists containing this project

README

        

# Upkie wheeled biped robot

[![Packaging](https://img.shields.io/github/actions/workflow/status/upkie/upkie_description/packaging.yml?branch=main)](https://github.com/upkie/upkie_description/actions)
[![Documentation](https://img.shields.io/badge/docs-read-brightgreen?logo=read-the-docs&style=flat)](https://github.com/upkie/upkie_description/wiki)
[![Conda version](https://img.shields.io/conda/vn/conda-forge/upkie_description.svg)](https://anaconda.org/conda-forge/upkie_description)
[![PyPI version](https://img.shields.io/pypi/v/upkie_description)](https://pypi.org/project/upkie_description/)

URDF descriptions for [Upkie](https://github.com/upkie/upkie) wheeled bipeds.

## Python module

The description can be loaded directly in various Python robotics frameworks, for instance:

```python
import upkie_description

robot = upkie_description.load_in_pinocchio()
```

Check out the [Python readme](python/README.md) for more details.

## Documentation

- [Joint limits](https://github.com/upkie/upkie_description/wiki/Joint-limits)
- [Location of the IMU](https://github.com/upkie/upkie_description/wiki/IMU-frame)

## See also

- [Upkie](https://github.com/upkie/upkie): main repository for the robot's hardware and software
- [3D printed parts](https://github.com/upkie/parts): CAD files and add-ons for the robot
- [xacrodoc](https://github.com/adamheins/xacrodoc): compile xacro files without ROS, helped this project a lot!

## License

The Apache 2.0 license applies to all files in this repository, to the exception of the [wheel\_tire](meshes/wheel_tire) mesh which is under the CC BY 4.0 license. Meshes from [mjbots](meshes/mjbots), as well as the torso meshes derived from the [mjbots quad](https://github.com/mjbots/quad), are also Apache 2.0.