[fix] nav2-behavior-tree

This commit is contained in:
Bernd Müller 2025-03-04 12:47:15 +01:00 committed by Ben Wolsieffer
parent c15335789c
commit eb494b45ed
2 changed files with 12 additions and 0 deletions

View file

@ -105,6 +105,12 @@ in with lib; {
propagatedBuildInputs = propagatedBuildInputs ++ [ rosSelf.moveit-ros-planning ];
});
nav2-behavior-tree = rosSuper.nav2-behavior-tree.overrideAttrs({
...
}: {
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=array-bounds" ];
});
nav2-costmap-2d = rosSuper.nav2-costmap-2d.overrideAttrs({
...
}: {

View file

@ -168,6 +168,12 @@ in {
'';
});
nav2-behavior-tree = rosSuper.nav2-behavior-tree.overrideAttrs({
...
}: {
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=array-bounds" ];
});
nav2-costmap-2d = rosSuper.nav2-costmap-2d.overrideAttrs({
...
}: {