gazebo packages
This commit is contained in:
parent
2ae0cc134d
commit
119bf1f513
1 changed files with 25 additions and 0 deletions
25
flake.nix
25
flake.nix
|
@ -36,6 +36,9 @@
|
|||
checks = builtins.intersectAttrs (import ./overlay.nix null null) pkgs.rosPackages.${rosDistro};
|
||||
devShells.default = pkgs.mkShell {
|
||||
name = "Example project";
|
||||
shellHook = ''
|
||||
unset QT_QPA_PLATFORM
|
||||
'';
|
||||
packages = [
|
||||
pkgs.colcon
|
||||
# ... other non-ROS packages
|
||||
|
@ -67,7 +70,29 @@
|
|||
rbss-poseestimation
|
||||
robonomics
|
||||
robot-builder
|
||||
rviz2
|
||||
# ... other ROS packages
|
||||
] ++ [
|
||||
ament-cmake-core
|
||||
python-cmake-module
|
||||
|
||||
gz-cmake-vendor
|
||||
gz-common-vendor
|
||||
gz-dartsim-vendor
|
||||
gz-fuel-tools-vendor
|
||||
gz-gui-vendor
|
||||
gz-launch-vendor
|
||||
gz-math-vendor
|
||||
gz-msgs-vendor
|
||||
gz-ogre-next-vendor
|
||||
gz-physics-vendor
|
||||
gz-plugin-vendor
|
||||
gz-rendering-vendor
|
||||
gz-sensors-vendor
|
||||
gz-sim-vendor
|
||||
gz-tools-vendor
|
||||
gz-transport-vendor
|
||||
gz-utils-vendor
|
||||
];
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue