added ros-gz-sim and ros-gz-bridge to packages

This commit is contained in:
2025-11-19 15:20:25 -06:00
parent 9713303e35
commit f1d3a6c0de
9 changed files with 81 additions and 412 deletions

View File

@@ -18,6 +18,12 @@
pkgs = import nixpkgs {
inherit system;
overlays = [ nix-ros-overlay.overlays.default ];
config = {
# Allow the insecure freeimage package
permittedInsecurePackages = [
"freeimage-3.18.0-unstable-2024-04-18"
];
};
};
in
{
@@ -69,6 +75,8 @@
ompl
chomp-motion-planner
joy
ros-gz-sim
ros-gz-bridge
# ros2-controllers nixpkg does not build :(
];
}