Skip to content

Commit

Permalink
inherit eigenpy, hppfcl, and pinocchio from nixpkgs
Browse files Browse the repository at this point in the history
fix #536
  • Loading branch information
github-actions[bot] authored and nim65s committed Dec 8, 2024
1 parent 3d94c0f commit c54e480
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distros/humble/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ self:
rosSelf: rosSuper: let
inherit (rosSelf) lib;
in with lib; {
inherit (self) eigenpy hpp-fcl pinocchio;

cyclonedds = rosSuper.cyclonedds.overrideAttrs ({
patches ? [], ...
}: {
Expand Down
2 changes: 2 additions & 0 deletions distros/iron/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ self:
rosSelf: rosSuper: let
inherit (rosSelf) lib;
in with lib; {
inherit (self) eigenpy hpp-fcl pinocchio;

cyclonedds = rosSuper.cyclonedds.overrideAttrs ({
patches ? [], ...
}: {
Expand Down
2 changes: 2 additions & 0 deletions distros/jazzy/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ self:
rosSelf: rosSuper: let
inherit (rosSelf) lib;
in {
inherit (self) eigenpy hpp-fcl pinocchio;

cyclonedds = rosSuper.cyclonedds.overrideAttrs ({
patches ? [], ...
}: {
Expand Down
2 changes: 2 additions & 0 deletions distros/noetic/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ self:
rosSelf: rosSuper: let
lib = rosSelf.lib;
in {
inherit (self) eigenpy hpp-fcl pinocchio;

angles = rosSuper.angles.overrideAttrs ({
patches ? [], ...
}: {
Expand Down
2 changes: 2 additions & 0 deletions distros/rolling/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ self:
rosSelf: rosSuper: let
inherit (rosSelf) lib;
in {
inherit (self) eigenpy hpp-fcl pinocchio;

cyclonedds = rosSuper.cyclonedds.overrideAttrs ({
patches ? [], ...
}: {
Expand Down

0 comments on commit c54e480

Please sign in to comment.