1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-19 16:40:36 +03:00

regenerate ros-kinetic, Sat Apr 6 20:59:50 2019

This commit is contained in:
Ben Wolsieffer 2019-04-06 20:59:50 -04:00
parent 7dae9bf01c
commit f87537f372
1663 changed files with 3621 additions and 1958 deletions

View file

@ -12,8 +12,9 @@ buildRosPackage {
sha256 = "30bab9adabf6c5f06ce36eae6cbd2941fbda56fd51675330ced07110d9dee064";
};
buildInputs = [ rviz ];
propagatedBuildInputs = [ rviz ];
nativeBuildInputs = [ catkin rviz ];
nativeBuildInputs = [ catkin ];
meta = {
description = ''Tutorials showing how to call into rviz internals from python scripts.'';