2020-01-10 12:36:13 +00:00
|
|
|
|
|
|
|
# Copyright 2020 Open Source Robotics Foundation
|
|
|
|
# Distributed under the terms of the BSD license
|
|
|
|
|
|
|
|
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, builtin-interfaces, geometry-msgs, laser-geometry, message-filters, nav2-costmap-2d, openexr, openvdb, pcl, pcl-conversions, pluginlib, rclcpp, rosidl-default-generators, rosidl-default-runtime, sensor-msgs, std-msgs, std-srvs, tbb, tf2-geometry-msgs, tf2-ros, visualization-msgs }:
|
|
|
|
buildRosPackage {
|
|
|
|
pname = "ros-eloquent-spatio-temporal-voxel-layer";
|
2020-02-28 12:55:03 +00:00
|
|
|
version = "2.1.3-r1";
|
2020-01-10 12:36:13 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2020-02-28 12:55:03 +00:00
|
|
|
url = "https://github.com/SteveMacenski/spatio_temporal_voxel_layer-release/archive/release/eloquent/spatio_temporal_voxel_layer/2.1.3-1.tar.gz";
|
|
|
|
name = "2.1.3-1.tar.gz";
|
|
|
|
sha256 = "acfbd3487c3703f84bc49ca0361234d834312ca0a1e723d32c7010968c045116";
|
2020-01-10 12:36:13 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "ament_cmake";
|
|
|
|
buildInputs = [ rosidl-default-generators ];
|
|
|
|
checkInputs = [ ament-lint-auto ];
|
|
|
|
propagatedBuildInputs = [ builtin-interfaces geometry-msgs laser-geometry message-filters nav2-costmap-2d openexr openvdb pcl pcl-conversions pluginlib rclcpp rosidl-default-runtime sensor-msgs std-msgs std-srvs tbb tf2-geometry-msgs tf2-ros visualization-msgs ];
|
|
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = ''The spatio-temporal 3D obstacle costmap package'';
|
|
|
|
license = with lib.licenses; [ lgpl21 ];
|
|
|
|
};
|
|
|
|
}
|