Skip to content

Commit

Permalink
inherit eigenpy, hppfcl, and pinocchio from nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 21, 2025
1 parent 503be40 commit f5696ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distros/distro-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ let
overrides = rosSelf: rosSuper: with rosSelf.lib; {
# ROS package overrides/fixups

# Some third-party packages are available in rodistro,
# but have a better packaging in nixpkgs, so use it instead
inherit (self.python3Packages) eigenpy hpp-fcl pinocchio ;

gazebo-ros = rosSuper.gazebo-ros.overrideAttrs ({ ... }:{
setupHook = ./gazebo-ros-setup-hook.sh;
});
Expand Down

0 comments on commit f5696ae

Please sign in to comment.