mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 22:20:34 +03:00
Basic working melodic with gazebo.
This commit is contained in:
parent
13c58f0706
commit
096c49e618
1135 changed files with 28374 additions and 0 deletions
22
melodic/interactive-marker-tutorials/default.nix
Normal file
22
melodic/interactive-marker-tutorials/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, catkin, roscpp, interactive-markers, visualization-msgs, tf }:
|
||||
buildRosPackage {
|
||||
pname = "ros-melodic-interactive-marker-tutorials";
|
||||
version = "0.10.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/ros-gbp/visualization_tutorials-release/archive/release/melodic/interactive_marker_tutorials/0.10.3-0.tar.gz;
|
||||
sha256 = "9871ffc4468273f1bd8f38a84e6dafa224057f8ebd89db86e0ab174ab46c06eb";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ roscpp tf interactive-markers visualization-msgs ];
|
||||
nativeBuildInputs = [ interactive-markers visualization-msgs tf catkin roscpp ];
|
||||
|
||||
meta = {
|
||||
description = ''The interactive_marker_tutorials package'';
|
||||
#license = lib.licenses.BSD;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue