mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
[fix] nav2-behavior-tree
This commit is contained in:
parent
c15335789c
commit
eb494b45ed
2 changed files with 12 additions and 0 deletions
|
@ -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({
|
||||
...
|
||||
}: {
|
||||
|
|
|
@ -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({
|
||||
...
|
||||
}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue