mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Thu Nov 7 17:38:07 2019
This commit is contained in:
parent
3acbedff58
commit
d78acd7c65
827 changed files with 8227 additions and 2847 deletions
24
dashing/rosbridge-server/default.nix
Normal file
24
dashing/rosbridge-server/default.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, rclpy, rosapi, rosbridge-library, rosauth, python3Packages, rosbridge-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-dashing-rosbridge-server";
|
||||
version = "1.0.2-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rosbridge_suite-release/archive/release/dashing/rosbridge_server/1.0.2-1.tar.gz";
|
||||
name = "1.0.2-1.tar.gz";
|
||||
sha256 = "d66f44878b5c69566d65ce0fd96923444b7d63cc4dacdded67cd883ea9894f19";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
propagatedBuildInputs = [ rclpy rosapi python3Packages.twisted rosbridge-library python3Packages.tornado rosauth rosbridge-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
description = ''A WebSocket interface to rosbridge.'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue