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
25
melodic/roslisp-common/default.nix
Normal file
25
melodic/roslisp-common/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, actionlib-lisp, catkin, cl-tf2, roslisp-utilities, cl-transforms, cl-transforms-stamped, cl-tf, cl-utils, cl-urdf }:
|
||||
buildRosPackage {
|
||||
pname = "ros-melodic-roslisp-common";
|
||||
version = "0.2.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/ros-gbp/roslisp_common-release/archive/release/melodic/roslisp_common/0.2.10-0.tar.gz;
|
||||
sha256 = "08017837c37e5b4edb4a27ebe6c26b7468afca2ce261104cdbf22df54d044491";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cl-transforms cl-transforms-stamped cl-tf actionlib-lisp cl-tf2 roslisp-utilities cl-utils cl-urdf ];
|
||||
nativeBuildInputs = [ catkin ];
|
||||
|
||||
meta = {
|
||||
description = ''Common libraries to control ROS based robots. This stack contains
|
||||
an implementation of actionlib (client and server) in Common Lisp,
|
||||
a transformation library and an implementation of tf in Common
|
||||
Lisp.'';
|
||||
#license = lib.licenses.BSD;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue