mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
amcl: remove upstreamed patch
This commit is contained in:
parent
dc9ba9fc47
commit
1f092abcbb
1 changed files with 0 additions and 12 deletions
|
@ -2,18 +2,6 @@
|
|||
self:
|
||||
# Distro package set
|
||||
rosSelf: rosSuper: with rosSelf.lib; {
|
||||
amcl = rosSuper.amcl.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
patches = patches ++ [
|
||||
(self.fetchpatch {
|
||||
url = "https://github.com/ros-planning/navigation/commit/f6873e1f335b80cf7f0a5a6c327eabfcac88e6af.patch";
|
||||
sha256 = "09477bglbibhfh12a954gbvdshn4c1j21s8c95m8v62qwm21jqld";
|
||||
stripLen = 1;
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
gazeboSimulator = self.gazeboSimulator // {
|
||||
gazebo = self.gazeboSimulator.gazebo9;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue