Skip to content

Commit fbd1c8a

Browse files
stephane-caronStéphane Caron
authored andcommitted
A1: use URDF from the robot manufacturer
1 parent 53cc389 commit fbd1c8a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Unreleased
6+
7+
### Changed
8+
9+
- A1: use original URDF from Unitree
10+
511
## [1.3.0] - 2022/12/16
612

713
### Changed

robot_descriptions/a1_description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from ._cache import clone_to_cache as _clone_to_cache
2525

26-
REPOSITORY_PATH: str = _clone_to_cache("example-robot-data")
26+
REPOSITORY_PATH: str = _clone_to_cache("unitree_ros")
2727

2828
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "robots", "a1_description")
2929

0 commit comments

Comments
 (0)