Skip to content

Commit

Permalink
jsk-recognition-msgs: Add dependency on ros-environment
Browse files Browse the repository at this point in the history
The package looks at the ROS_VERSION variable and fails to find it without this.
  • Loading branch information
kjeremy authored and lopsided98 committed Jul 26, 2024
1 parent 71487c8 commit 0c2d6cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distros/distro-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ let

image-cb-detector = patchBoostSignals rosSuper.image-cb-detector;

jsk-recognition-msgs = rosSuper.jsk-recognition-msgs.overrideAttrs ({
buildInputs ? [], ...
}: {
buildInputs = buildInputs ++ [ rosSuper.ros-environment ];
});

laser-cb-detector = patchBoostSignals rosSuper.laser-cb-detector;

libfranka = rosSuper.libfranka.overrideAttrs ({
Expand Down

0 comments on commit 0c2d6cf

Please sign in to comment.