mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
parent
8f851d0ac5
commit
fd8d6a8504
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ let
|
||||||
overrides = rosSelf: rosSuper: with rosSelf.lib; {
|
overrides = rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
# ROS package overrides/fixups
|
# 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 ({ ... }:{
|
gazebo-ros = rosSuper.gazebo-ros.overrideAttrs ({ ... }:{
|
||||||
setupHook = ./gazebo-ros-setup-hook.sh;
|
setupHook = ./gazebo-ros-setup-hook.sh;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue