mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Jan 31 12:38:34 2020
This commit is contained in:
parent
edcc940515
commit
80b5ba05be
110 changed files with 1040 additions and 486 deletions
|
@ -166,6 +166,10 @@ self: super: {
|
|||
|
||||
control-msgs = self.callPackage ./control-msgs {};
|
||||
|
||||
costmap-converter = self.callPackage ./costmap-converter {};
|
||||
|
||||
costmap-converter-msgs = self.callPackage ./costmap-converter-msgs {};
|
||||
|
||||
costmap-queue = self.callPackage ./costmap-queue {};
|
||||
|
||||
cross-compile = self.callPackage ./cross-compile {};
|
||||
|
@ -416,6 +420,8 @@ self: super: {
|
|||
|
||||
libcurl-vendor = self.callPackage ./libcurl-vendor {};
|
||||
|
||||
libg2o = self.callPackage ./libg2o {};
|
||||
|
||||
libphidget22 = self.callPackage ./libphidget22 {};
|
||||
|
||||
libyaml-vendor = self.callPackage ./libyaml-vendor {};
|
||||
|
@ -924,6 +930,8 @@ self: super: {
|
|||
|
||||
v4l2-camera = self.callPackage ./v4l2-camera {};
|
||||
|
||||
velocity-smoother = self.callPackage ./velocity-smoother {};
|
||||
|
||||
vision-opencv = self.callPackage ./vision-opencv {};
|
||||
|
||||
visualization-msgs = self.callPackage ./visualization-msgs {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue