Skip to content

Commit 9f36841

Browse files
Update Upkie description to 2.1.0
1 parent 3f37a1d commit 9f36841

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
88

99
- Description: Unitree B2
1010

11+
### Changed
12+
13+
- Upkie: Update repository to v2.1.0
14+
1115
## [1.12.0] - 2024-08-08
1216

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

2024
### Changed
2125

22-
- Update repository for ``gen3_mj_description`` to ``mujoco_menagerie``
26+
- Update repository for `gen3_mj_description` to `mujoco_menagerie`
2327

2428
## [1.11.0] - 2024-06-27
2529

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

4448
## [1.10.0] - 2024-04-24
4549

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

171175
- A1: use original URDF from Unitree
172-
- Updated ``unitree_ros`` repository
176+
- Updated `unitree_ros` repository
173177

174178
## [1.3.0] - 2022-12-16
175179

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

219223
### Changed
220224

221-
- MuJoCo examples: try ``mj_description`` suffix rather than ``description``
225+
- MuJoCo examples: try `mj_description` suffix rather than `description`
222226
- Update Cassie URDF description to an MIT-licensed repository
223227

224228
### Fixed
@@ -260,7 +264,7 @@ All notable changes to this project will be documented in this file.
260264
- Description: Poppy Ergo Jr
261265
- Description: Poppy Torso
262266
- Loader: PyBullet
263-
- Show description formats in ``robot_descriptions list``
267+
- Show description formats in `robot_descriptions list`
264268
- Unit tests to check that Pinocchio loads all descriptions successfully
265269
- Unit tests to check that PyBullet loads all descriptions successfully
266270

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

278282
## [0.3.0] - 2022-09-12
279283

@@ -317,12 +321,12 @@ All notable changes to this project will be documented in this file.
317321
- Example: show in MuJoCo
318322
- Example: show in PyBullet
319323
- Example: show in yourdfpy
320-
- New ``REPOSITORY_PATH`` member for each description
324+
- New `REPOSITORY_PATH` member for each description
321325
- Support MJCF descriptions
322326

323327
### Changed
324328

325-
- ``PATH`` becomes ``PACKAGE_PATH``
329+
- `PATH` becomes `PACKAGE_PATH`
326330

327331
### Fixed
328332

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

335339
- Command line usage instructions
336-
- Upload coverage results based on ``USING_COVERAGE`` setting
340+
- Upload coverage results based on `USING_COVERAGE` setting
337341

338342
## [0.1.0] - 2022-09-05
339343

robot_descriptions/_repositories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class Repository:
257257
),
258258
"upkie_description": Repository(
259259
url="https://github.com/upkie/upkie_description.git",
260-
commit="44445f66b3a40af06a8d2e277436f53377bb8ebd",
260+
commit="19a91ce69cab6742c613cab104986e3f8a18d6a5",
261261
cache_path="upkie_description",
262262
),
263263
"skydio_x2_description": Repository(

0 commit comments

Comments
 (0)