mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +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 ];
|
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({
|
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({
|
nav2-costmap-2d = rosSuper.nav2-costmap-2d.overrideAttrs({
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue