Skip to content

Commit

Permalink
Update Upkie description to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Aug 29, 2024
1 parent 3f37a1d commit 9f36841
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
26 changes: 15 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.

- Description: Unitree B2

### Changed

- Upkie: Update repository to v2.1.0

## [1.12.0] - 2024-08-08

### Added
Expand All @@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file.

### Changed

- Update repository for ``gen3_mj_description`` to ``mujoco_menagerie``
- Update repository for `gen3_mj_description` to `mujoco_menagerie`

## [1.11.0] - 2024-06-27

Expand All @@ -37,9 +41,9 @@ All notable changes to this project will be documented in this file.
- Bump minimum Python version to 3.9
- CICD: Pin NumPy version to <2 for PyBullet and yourdfpy
- CICD: Update ruff to 0.2.2
- Rename ``iiwa_description`` to ``iiwa14_description``
- Rename ``iiwa_mj_description`` to ``iiwa14_mj_description``
- Update repository for ``iiwa14_description`` to ``drake_models``
- Rename `iiwa_description` to `iiwa14_description`
- Rename `iiwa_mj_description` to `iiwa14_mj_description`
- Update repository for `iiwa14_description` to `drake_models`

## [1.10.0] - 2024-04-24

Expand Down Expand Up @@ -169,7 +173,7 @@ All notable changes to this project will be documented in this file.
### Changed

- A1: use original URDF from Unitree
- Updated ``unitree_ros`` repository
- Updated `unitree_ros` repository

## [1.3.0] - 2022-12-16

Expand Down Expand Up @@ -218,7 +222,7 @@ All notable changes to this project will be documented in this file.

### Changed

- MuJoCo examples: try ``mj_description`` suffix rather than ``description``
- MuJoCo examples: try `mj_description` suffix rather than `description`
- Update Cassie URDF description to an MIT-licensed repository

### Fixed
Expand Down Expand Up @@ -260,7 +264,7 @@ All notable changes to this project will be documented in this file.
- Description: Poppy Ergo Jr
- Description: Poppy Torso
- Loader: PyBullet
- Show description formats in ``robot_descriptions list``
- Show description formats in `robot_descriptions list`
- Unit tests to check that Pinocchio loads all descriptions successfully
- Unit tests to check that PyBullet loads all descriptions successfully

Expand All @@ -273,7 +277,7 @@ All notable changes to this project will be documented in this file.
- Ginger: update cache path to match package name
- Go1: Split description again into URDF and MJCF again
- Match cache path with package name when it helps PyBullet
- Remove ``MESHES_PATH`` attribute
- Remove `MESHES_PATH` attribute

## [0.3.0] - 2022-09-12

Expand Down Expand Up @@ -317,12 +321,12 @@ All notable changes to this project will be documented in this file.
- Example: show in MuJoCo
- Example: show in PyBullet
- Example: show in yourdfpy
- New ``REPOSITORY_PATH`` member for each description
- New `REPOSITORY_PATH` member for each description
- Support MJCF descriptions

### Changed

- ``PATH`` becomes ``PACKAGE_PATH``
- `PATH` becomes `PACKAGE_PATH`

### Fixed

Expand All @@ -333,7 +337,7 @@ All notable changes to this project will be documented in this file.
### Fixed

- Command line usage instructions
- Upload coverage results based on ``USING_COVERAGE`` setting
- Upload coverage results based on `USING_COVERAGE` setting

## [0.1.0] - 2022-09-05

Expand Down
2 changes: 1 addition & 1 deletion robot_descriptions/_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class Repository:
),
"upkie_description": Repository(
url="https://github.com/upkie/upkie_description.git",
commit="44445f66b3a40af06a8d2e277436f53377bb8ebd",
commit="19a91ce69cab6742c613cab104986e3f8a18d6a5",
cache_path="upkie_description",
),
"skydio_x2_description": Repository(
Expand Down

0 comments on commit 9f36841

Please sign in to comment.