Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 5b623f9

Browse files
authored
Add missing pinocchio/eigen dependencies in xml (#60)
Co-authored-by: earlaud <[email protected]>
1 parent 8cd53e7 commit 5b623f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
* Add missing dependencies in `package.xml`: pinocchio, eigen.
11+
1012
## [0.3.4] - 2024-01-19
1113

1214
### Fixed

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<depend>python3</depend>
1414
<depend>python3-numpy</depend>
1515
<depend>boost</depend>
16+
<depend>eigen</depend>
1617
<depend>eigenpy</depend>
18+
<depend>pinocchio</depend>
1719
<depend>fmtlib</depend>
1820

1921
<buildtool_depend>cmake</buildtool_depend>

0 commit comments

Comments
 (0)