Skip to content

Commit 4e54b3d

Browse files
committed
Update pixi, readme and dependencies
1 parent a8dd861 commit 4e54b3d

File tree

5 files changed

+1117
-1182
lines changed

5 files changed

+1117
-1182
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ source install/setup.bash
7979
* OpenMP
8080
* [hpp-fcl](https://github.com/humanoid-path-planner/hpp-fcl)
8181
* [Pinocchio](https://github.com/stack-of-tasks/pinocchio) | [conda](https://anaconda.org/conda-forge/pinocchio)
82-
* [Aligator](https://github.com/Simple-Robotics/aligator.git) devel branch
82+
* [Aligator](https://github.com/edantec/aligator) temporary_fix branch
8383
* [example-robot-data](https://github.com/Gepetto/example-robot-data)
8484
* [ndcurves](https://github.com/loco-3d/ndcurves)
8585
* (optional) [eigenpy](https://github.com/stack-of-tasks/eigenpy)>=3.9.0 (Python bindings)

dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ find_package(example-robot-data 4.0.9 REQUIRED)
22
ADD_PROJECT_DEPENDENCY(OpenMP REQUIRED)
33
ADD_PROJECT_DEPENDENCY(proxsuite REQUIRED)
44
ADD_PROJECT_DEPENDENCY(pinocchio REQUIRED)
5-
ADD_PROJECT_DEPENDENCY(aligator 0.13.0 REQUIRED)
5+
ADD_PROJECT_DEPENDENCY(aligator 0.15.0 REQUIRED)
66

77
function(get_ndcurves)
88
find_package(ndcurves QUIET)

devel-git-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ repositories:
22
aligator:
33
type: git
44
url: [email protected]:edantec/aligator.git
5-
version: devel
5+
version: temporary_fix
66
eigenpy:
77
type: git
88
url: [email protected]:stack-of-tasks/eigenpy.git

0 commit comments

Comments
 (0)